Claude Code Plugins
Production-grade guardrails, quality gates, and developer tools for Claude Code. Written by Matt Hesketh.
auto-audit
SecurityAutonomous repo auditor. Scans, triages, builds PoCs, opens fix PRs, and re-reviews — with sandboxed test execution.
release-guard
DevelopmentEnsures open source packages are properly released on npm, tagged on GitHub, and have documentation sites.
behavior-hooks
DevelopmentTurns your corrections into enforceable hooks so Claude never repeats the same mistake. CLAUDE.md is a suggestion - hooks are the law.
package-guard
Code QualityPackage management enforcement. Enforces exact versions, checks for outdated and vulnerable packages, prevents dependency bloat.
deploy-guard
InfrastructureDeploy safety. Runs smoke tests, detects performance regressions, enforces test gates, and scaffolds CI pipelines.
git-workflow
DevelopmentGit workflow enforcement. Validates commits, enforces conventional commits, manages PRs, releases, and code review processes.
infra-guard
InfrastructureInfrastructure security. Covers nginx configuration, port exposure, environment sync, and server hardening audits.
docker-guard
InfrastructureDocker quality and safety. Enforces Dockerfile best practices, validates compose files, and blocks dangerous container commands.
db-safety
SecurityDatabase safety guardrails. Prevents accidental data destruction, validates migrations, and catches dangerous SQL patterns.
security-guard
SecurityPrevent secret leaks and block dangerous commands. Catches API keys, credentials, and tokens before they hit your codebase.
code-style
Code QualityCode style enforcement. Manages comments, imports, file length, icon usage, TODO tracking, and library choices across your codebase.
cpp-safety
Code QualityC/C++ memory safety checks. Enforces smart pointers, safe string functions, RAII patterns, and catches common memory pitfalls.
jest-quality
Code QualityEnforce Jest best practices. Proper mock typing with jest.mocked(), clean test structure, and reliable assertions.
react-quality
Code QualityEnforce React quality standards. Ensures accessibility, semantic HTML, proper component patterns, and blocks inline styles.
typescript-quality
Code QualityEnforce TypeScript quality standards. Catches any types, enforces named exports, blocks console.log in production code.
diagram-expert
DocumentationCreate detailed Mermaid diagrams for architecture, flows, ERDs, and more. Analyses your codebase and generates accurate visual documentation.
mcp-forge
DevelopmentScaffold hardened MCP servers wrapping CLI tools. Generates secure, well-tested MCP server projects from any command-line tool.