The official AI Skills marketplace for Claude Code
npx claudepluginhub aiskillstore/marketplaceMigrate your code and prompts from Sonnet 4.x and Opus 4.1 to Opus 4.5.
Share bugs, ideas, or general feedback.
The official AI Skills marketplace for Claude Code. Discover, install, and manage AI agent skills to enhance your Claude Code experience.
/plugin marketplace add aiskillstore/marketplace
/plugin
Then select the "Discover" tab.
/plugin install <plugin-name>@aiskillstore
For example:
/plugin install xlsx@aiskillstore
SKILL.md fileYour repository should contain:
SKILL.md - The skill definition file (required)LICENSE - License file (recommended)All submitted skills undergo automated security analysis that checks for:
Skills that fail security checks will not be published.
.
├── .claude-plugin/
│ └── marketplace.json # Plugin catalog (Claude Code reads this)
├── plugins/ # Approved plugins
│ └── <plugin-name>/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest
│ ├── skills/
│ │ └── <skill-name>/
│ │ └── SKILL.md # Skill definition
│ └── skill-report.json # Security audit + AI-generated content
├── pending/ # Plugins awaiting review
├── schemas/ # JSON validation schemas
└── .github/workflows/ # Automation workflows
Browse all available plugins at skillstore.io or use the /plugin command in Claude Code to discover and install plugins directly.
This marketplace catalog is licensed under MIT. Individual plugins may have their own licenses - check each plugin's LICENSE file.
Made with care by the AI Skillstore team