adr
01Command Claude Code
Generate an Architecture Decision Record (ADR) from a discussion or decision.
A curated collection of skills, prompts, and workflows that extend Claude's capabilities — your personal grimoire for AI-powered development.
Command Claude Code
Generate an Architecture Decision Record (ADR) from a discussion or decision.
Command Claude Code
Generate a changelog from git history since the last release tag.
Command Claude Code
Create one or more GitHub issues from a description. Accepts natural language — infers titles, labels, and bodies from context.
Command Claude Code
Run a pre-deployment verification checklist before releasing to production.
Command Claude Code
Explain a code file, function, or architectural pattern in detail with context.
Command Claude Code
Save a curated session-level summary to history. Use this at meaningful milestones — end of session, before a long break, after wrapping a chunk of work — not after every turn. The auto-hooks (UserPromptSubmit, Stop, PreCompact) already capture turns; this command is for the higher-signal arc that those per-turn saves…
Command Claude Code
Generate a postmortem document from an incident description.
Command Claude Code
Generate a Product Requirements Document (PRD) pre-filled from context.
Command Claude Code
Analyze code for smells and suggest or apply refactoring with examples.
Command Claude Code
Fetch a GitHub issue, apply the fix, comment with what was done, and close the issue.
Command Claude Code
Review the current changes (staged, unstaged, or a specific PR) against coding standards and security best practices.
Command Claude Code
Deliver a brutally honest, technically sharp roast of the current repository. Spot real bugs, code smells, security holes, and engineering sloppiness. Be pointed and witty, but every finding must be accurate and include a fix.
Command Claude Code
Scaffold a new service or project with production-ready boilerplate.
Command Claude Code
Audit code against the security skill checklist and OWASP best practices.
Command Claude Code
Run local CI validation on all skills and agents in the spellbook — same checks as .github/workflows/ci.yml.
Command Claude Code
Generate unit and integration tests for a given file or function.
Command Claude Code
Read .claude/findings.jsonl, show pending skill findings, and apply approved changes back to the relevant skill file.