VPDPersonal

Aspid.Claude.Plugins — Development skill for Claude Code

Development community

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

How to install Aspid.Claude.Plugins

This entry records only its repository, not the path inside it, so there is no exact command to give. Open VPDPersonal/Aspid.Claude.Plugins and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Aspid.Claude.Plugins does

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

Alternatives in Development

  • Mempalace Init — Set up MemPalace — install the package, initialize a palace, register the MCP server with Cursor, and verify e 58.6k ★
  • Package OfficeCLI Skill As AionUi Assistant — Convert an OfficeCLI skill into a fully wired AionUi assistant preset, or update an existing one 20.3k ★
  • Mcporter — Call MCPs via TypeScript, masquerading as simple TypeScript API 4.1k ★

README

Aspid.Claude.Plugins

[![Releases](https://img.shields.io/github/v/release/VPDPersonal/Aspid.Claude.Plugins?label=Release&labelColor=254d2c&color=4fa35d&include_prereleases&sort=semver)](https://github.com/VPDPersonal/Aspid.Claude.Plugins/releases) [![License](https://img.shields.io/github/license/VPDPersonal/Aspid.Claude.Plugins?label=License&labelColor=254d2c&color=4fa35d)](LICENSE)

[Русская версия](README_RU.md)

The **Aspid** marketplace for [Claude Code](https://docs.claude.com/en/docs/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//`; 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