grill-me
47,151Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use
grill-with-docs
44,119Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, A
improve-codebase-architecture
41,996Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user
Test-Driven Development
39,577Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refac
to-prd
38,631Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the c
diagnose
38,614Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-tes
handoff
38,065Compact the current conversation into a handoff document for another agent to pick up.
to-issues
37,784Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when us
Setup Matt Pocock's Skills
37,373Sets up an `## Agent skills` block in AGENTS.md/CLAUDE.md and `docs/agents/` so the engineering skills know this repo's issue tracker (GitHu
zoom-out
36,953Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need
prototype
36,091Build a throwaway prototype to flesh out a design before committing to it. Routes between two branches - a runnable terminal app for state/b
Writing Skills
35,966Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build
caveman
35,746Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler, articles, and pleasantries while keeping full technical accur
triage
34,854Triage issues through a state machine driven by triage roles. Use when user wants to create an issue, triage issues, review incoming bugs or
review
17,348Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes - Standards (does the code follow this repo's doc
design-an-interface
16,916Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explor
request-refactor-plan
16,492Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor
QA Session
16,382Interactive QA session where user reports bugs or issues conversationally, and the agent files GitHub issues. Explores the codebase in the b
ubiquitous-language
15,971Extract a DDD-style ubiquitous language glossary from the current conversation, flagging ambiguities and proposing canonical terms. Saves to
obsidian-vault
15,824Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize note
git-guardrails-claude-code
15,622Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wan
edit-article
15,475Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improv
Setup Pre-Commit Hooks
15,151Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-comm
writing-shape
15,061Take a markdown file of raw material and shape it into an article through a conversational session - drafting candidate openings, growing th