A curated marketplace of Claude Code plugins
npx claudepluginhub kevnord/claude-pluginsScored code quality assessment across 10 dimensions with weighted composite scoring and quality gates
Agent-powered development workflow with auto-scaling complexity, design evaluation, Playwright-grounded review, and acceptance verification
A curated marketplace of Claude Code plugins -- community-built skills and commands that extend what Claude can do in your codebase.
| Plugin | Description | Commands | Version |
|---|---|---|---|
| scorecard | Scored code quality assessment across 10 dimensions (security, performance, testability, etc.) | /scorecard | 1.0.0 |
| Plugin | Description | Commands | Version |
|---|---|---|---|
| guided-dev | Structured development workflow with intake, clarification, planning, implementation, verification, and PR creation | /guided-dev | 2.3.1 |
More plugins coming soon. Submit yours!
/plugin marketplace add kevnord/claude-plugins
/plugin install scorecard@kevnord-plugins
/plugin marketplace update kevnord-plugins
Add to your project's .claude/settings.json so team members are prompted to install automatically:
{
"extraKnownMarketplaces": {
"kevnord-plugins": {
"source": {
"source": "github",
"repo": "kevnord/claude-plugins"
}
}
},
"enabledPlugins": {
"scorecard@kevnord-plugins": true
}
}
Once installed, plugins expose slash commands in Claude Code:
# Run a full repo audit
/scorecard
# Audit specific categories
/scorecard --categories security,performance
# Audit only uncommitted changes
/scorecard --scope uncommitted
# Set a quality gate
/scorecard --min-score 7
See each plugin's README for full usage details and options.
claude-plugins/
├── .claude-plugin/
│ └── marketplace.json # Plugin registry (marketplace catalog)
├── plugins/
│ └── scorecard/ # Individual plugin
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest
│ ├── commands/ # Slash commands (markdown)
│ ├── skills/ # Reusable skills (markdown)
│ └── README.md
├── templates/
│ └── plugin/ # Starter template for new plugins
├── install.sh # Standalone installer (alternative to /plugin install)
├── CONTRIBUTING.md
├── LICENSE
└── README.md
Use the included template to scaffold a new plugin:
cp -r templates/plugin plugins/my-plugin
Then fill in the {{placeholders}} in the template files. See CONTRIBUTING.md for the full guide and plugin specification.
We welcome new plugins! See CONTRIBUTING.md for:
MIT License. See LICENSE for details.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
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