Claude Code Plugins

Production-grade guardrails, quality gates, and developer tools for Claude Code. Written by Matt Hesketh.

16
Plugins
5
Categories
MIT
Licensed
16 plugins

auto-audit

Security

Autonomous repo auditor. Scans, triages, builds PoCs, opens fix PRs, and re-reviews — with sandboxed test execution.

release-guard

Development

Ensures open source packages are properly released on npm, tagged on GitHub, and have documentation sites.

behavior-hooks

Development

Turns your corrections into enforceable hooks so Claude never repeats the same mistake. CLAUDE.md is a suggestion - hooks are the law.

package-guard

Code Quality

Package management enforcement. Enforces exact versions, checks for outdated and vulnerable packages, prevents dependency bloat.

deploy-guard

Infrastructure

Deploy safety. Runs smoke tests, detects performance regressions, enforces test gates, and scaffolds CI pipelines.

git-workflow

Development

Git workflow enforcement. Validates commits, enforces conventional commits, manages PRs, releases, and code review processes.

infra-guard

Infrastructure

Infrastructure security. Covers nginx configuration, port exposure, environment sync, and server hardening audits.

docker-guard

Infrastructure

Docker quality and safety. Enforces Dockerfile best practices, validates compose files, and blocks dangerous container commands.

db-safety

Security

Database safety guardrails. Prevents accidental data destruction, validates migrations, and catches dangerous SQL patterns.

security-guard

Security

Prevent secret leaks and block dangerous commands. Catches API keys, credentials, and tokens before they hit your codebase.

code-style

Code Quality

Code style enforcement. Manages comments, imports, file length, icon usage, TODO tracking, and library choices across your codebase.

cpp-safety

Code Quality

C/C++ memory safety checks. Enforces smart pointers, safe string functions, RAII patterns, and catches common memory pitfalls.

jest-quality

Code Quality

Enforce Jest best practices. Proper mock typing with jest.mocked(), clean test structure, and reliable assertions.

react-quality

Code Quality

Enforce React quality standards. Ensures accessibility, semantic HTML, proper component patterns, and blocks inline styles.

typescript-quality

Code Quality

Enforce TypeScript quality standards. Catches any types, enforces named exports, blocks console.log in production code.

diagram-expert

Documentation

Create detailed Mermaid diagrams for architecture, flows, ERDs, and more. Analyses your codebase and generates accurate visual documentation.

mcp-forge

Development

Scaffold hardened MCP servers wrapping CLI tools. Generates secure, well-tested MCP server projects from any command-line tool.