By kevnord
Agent-powered development workflow with auto-scaling complexity, design evaluation, Playwright-grounded review, and acceptance verification
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences
Deeply analyzes existing codebase features by tracing execution paths, mapping architecture layers, understanding patterns and abstractions, and documenting dependencies to inform new development
Reviews code for bugs, logic errors, security vulnerabilities, code quality issues, and adherence to project conventions, using confidence-based filtering to report only high-priority issues that truly matter
Gather task requirements, acceptance criteria, and supporting materials from the user. Use when starting a new task or gathering requirements for implementation.
Verify each acceptance criterion against the implementation with concrete evidence. Use when checking requirements, verifying implementation, or confirming acceptance criteria are met.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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.
npx claudepluginhub kevnord/claude-plugins --plugin guided-devScored code quality assessment across 10 dimensions with weighted composite scoring and quality gates
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Meta-skills infrastructure for Claude Code plugin ecosystem - skill authoring, hook development, modular design patterns, and evaluation frameworks
Opinionated workflow guides and best practices - the preacher's proven patterns for Claude Code projects
Prompt engineering techniques for accurate, grounded Claude responses — anti-hallucination workflow with citation-backed analysis
Comprehensive skills library for Claude Code: planning, design, TDD, debugging, collaboration patterns, and proven techniques
Audit Claude Code plugins and skills for best practices, deprecations, compatibility, usability, coverage gaps, duplication, and workflow optimization