Skip to content

VPDPersonal/Aspid.Claude.Plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aspid.Claude.Plugins

Releases License

Русская версия

The Aspid marketplace for Claude Code plugins.

A shared marketplace that bundles two kinds of plugins:

  • General-purpose Claude Code plugins — skills, commands, agents and hooks that make day-to-day work in Claude Code faster, regardless of project.
  • Aspid package plugins — companion plugins for individual packages from the Aspid family (e.g. Aspid.FastTools), teaching Claude Code about each package's conventions and APIs.

Plugins live in plugins/<name>/; the marketplace manifest is at .claude-plugin/marketplace.json.

Installation

Add this repository as a marketplace in Claude Code:

/plugin marketplace add VPDPersonal/Aspid.Claude.Plugins

Then install a specific plugin:

/plugin install aspid-fasttools@aspid-claude-plugins

Or browse the marketplace UI:

/plugin

Plugins

The marketplace hosts both general-purpose Claude Code plugins and plugins tied to specific Aspid packages. The list grows over time.

Aspid package plugins

Plugin Target package What it does
aspid-fasttools Aspid.FastTools Claude Code skills for the Aspid.FastTools Unity package: scaffolding IId structs and [UniqueId] fields (aspid-id-struct), inserting this.Marker() profiler call sites (aspid-profiler-marker), and building editor or runtime UI with the fluent VisualElement extensions (aspid-visual-element-fluent).

General-purpose plugins

None yet — coming soon.

Repository layout

Aspid.Claude.Plugins/
├── .claude-plugin/
│   └── marketplace.json     # marketplace manifest (name, description, plugin list)
├── plugins/
│   ├── aspid-fasttools/     # plugin for the Aspid.FastTools package
│   │   ├── .claude-plugin/
│   │   │   └── plugin.json  # plugin metadata
│   │   ├── skills/          # aspid-id-struct, aspid-profiler-marker, aspid-visual-element-fluent
│   │   ├── CHANGELOG.md
│   │   ├── README.md
│   │   └── README_RU.md
│   └── <other-plugin>/      # plugin for another Aspid package or general-purpose Claude Code tooling
├── LICENSE
├── README.md
└── README_RU.md

Adding a new plugin

  1. Create plugins/<name>/.claude-plugin/plugin.json with name, description, author.
  2. Add skills/<skill>/SKILL.md, commands/<cmd>.md, agents/<agent>.md, or hooks/ as needed.
  3. Add a README.md in the plugin directory.
  4. Register the plugin in .claude-plugin/marketplace.json under the plugins array — set "source": "./plugins/<name>" for in-repo plugins.

License

MIT — see LICENSE.

About

Personal Claude Code marketplace by Vladislav Panin — plugins around the Aspid.FastTools Unity package and related Unity workflows.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors