Plugin Claude Code
Plugin marketplace listing 5 plugins: github-workflow, skill-authoring, guardrails, privacy-guard, decision-records.
Claude Code skills plugin for Git, GitHub, and skill authoring workflows
Plugin Claude Code
Plugin marketplace listing 5 plugins: github-workflow, skill-authoring, guardrails, privacy-guard, decision-records.
Plugin Claude Code
Creates, supersedes and validates decision records (ADRs) against the convention a collection already follows, instead of against a published spec it may never have adopted. Ships the decision-records skill: a propose-then-write flow that never rewrites an accepted record, and check-decisions.sh, a validator that…
Plugin Claude Code
Git commit, PR creation, review, and merge skills following Conventional Commits.
Plugin Claude Code
Safety guardrails for running Claude Code with reduced supervision. The guard-destructive PreToolUse hook matches against a normalized view of each command (heredoc bodies and comments stripped, quoted strings neutralized except interpreter arguments like ssh / sh -c / eval / su / doas), so a command that merely…
Plugin Claude Code
Keeps private infrastructure details out of public repositories. Ships the privacy-guard skill: session rules for what must never cross the public boundary, plus a per-repo pre-commit gate built on a gitignored local denylist and gitleaks. The denylist is never committed, so the hook is a no-op for external…
Plugin Claude Code
Guide for creating Claude Code skills following Anthropic's best practices.