Universal AI plugin marketplace for Claude Code, Copilot CLI, Cursor, and Windsurf
npx claudepluginhub tardigrde/ai-marketplaceSoftware engineering toolkit with code review, testing, and documentation skills
A universal plugin marketplace that works natively with Claude Code, with adapters for GitHub Copilot CLI, Cursor, and Windsurf.
| Platform | Support | Method |
|---|---|---|
| Claude Code | Native | .claude-plugin/marketplace.json |
| GitHub Copilot CLI | Adapter | python tools/adapters/copilot-cli.py |
| Cursor | Adapter | python tools/adapters/cursor.py |
| Windsurf | Adapter | python tools/adapters/windsurf.py |
/plugin marketplace add https://github.com/tardigrde/ai-marketplace
/plugin install swe@ai-plugin-marketplace
# Copilot CLI
python tools/adapters/copilot-cli.py
# Output: dist/copilot-cli/marketplace.json
# Cursor
python tools/adapters/cursor.py
# Output: dist/cursor/*.cursorrules
# Windsurf
python tools/adapters/windsurf.py
# Output: dist/windsurf/*.windsurfrules
Skills:
Agent: swe-agent — Orchestrates review, testing, and documentation
The CLI lives in tools/cli/ (Python, click + pydantic + rich).
cd tools/cli
pip install -r requirements.txt
Commands:
# Validate marketplace and all plugins
python -m cli validate
# List plugins with search/filter
python -m cli list
python -m cli list --search review
python -m cli list --json
# Add a new plugin (optionally scaffold)
python -m cli add --name my-plugin --description "Does X" --init
# Generate web/plugins.json for the web UI
python -m cli build-web
Open web/index.html in a browser (or visit the GitHub Pages site) to browse plugins with search and category filtering.
python -m cli build-web # generate data first
See CONTRIBUTING.md.
MIT — see LICENSE.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories