Engineering
grill-with-docs
/grill-with-docsGrilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.
improve-codebase-architecture
/improve-codebase-architectureFind deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.
prototype
/prototypeBuild a throwaway prototype to flesh out a design before committing to it. Routes between two branches — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route. Use when the user wants to prototype, sanity-check a data model or state machine, mock up a UI, explore design options, or says "prototype this", "let me play with it", "try a few designs".
setup-skills
/setup-skillsProvisiona a governanca documental do projeto e valida o GitHub como tracker obrigatorio antes do uso das skills de engenharia.
tdd
/tddTest-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.
to-issues
/to-issuesTransforma planos, specs, PRDs e Epics em GitHub Issues rastreaveis usando IDs estaveis, links diretos, slices verticais, dependencias e criterios de aceite verificaveis.
to-prd
/to-prdTurn 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 current context.
triage
/triageTriage issues through a state machine driven by triage roles. Use when user wants to create an issue, triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.
zoom-out
/zoom-outTell 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 to understand how it fits into the bigger picture.
scaffold-mvp
/scaffold-mvpInitialize a new project with an agile, high-productivity MVP stack. Focused on clean engineering boundaries, atomic configurations, and system stability without rush or architectural shortcuts. Use when starting a new project in an empty repository.
grill-feature-with-docs
/grill-feature-with-docsAnalisa um módulo ou feature específico do projeto, lê o código existente e a documentação atual (verificando se está correta), e conduz uma sessão de mentoria para definir mudanças — atualizando CONTEXT.md, CLAUDE.md e ADRs conforme necessário. Use quando o usuário quiser trabalhar em um módulo específico, evoluir uma feature existente, ou preparar documentação antes de chamar o orchestrator.
qa-analyst
/qa-analystAtua como analista de QA no ciclo completo de garantia de qualidade - análise de requisitos, planejamento de testes, criação de casos de teste, execução (manual e automatizada), relato de bugs e melhoria de processos. Use quando o usuário pedir análise de QA, revisão de requisitos, plano de testes, casos de teste, relatório de bugs, análise de causa raiz de defeitos, ou mencionar "QA", "quality assurance", "testar essa feature".
query-docs
/query-docsResolves library documentation and fetches authoritative code snippets using Context7. Ensures correct API usage and prevents code hallucination when integrating third-party frameworks. Use when interacting with external libraries (Redis, Next.js, shadcn, database SDKs) or resolving build errors caused by library API changes.
roadmap
/roadmapGerencia o estado estrategico e as Epics do projeto, mantendo IDs estaveis e links diretos para GitHub Issues. Deve ser consultado por qualquer skill de planejamento.
secure-e2e
/secure-e2eEnd-to-end and security-first testing suite using Playwright. Generates tests to validate user flows and actively challenge safety barriers, input validation, authentication and permissions. Use when user wants to write E2E tests, verify security requirements, or prevent regression of bugs/vulnerabilities.
orchestrator
/orchestratorGoverna projetos com agentes, audita pre-condicoes, cria documentacao, transforma gaps em GitHub Issues e coordena execucao, testes e QA.
Productivity
caveman
/caveman> Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman.
grill-me
/grill-meInterview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
handoff
/handoffCompact the current conversation into a handoff document for another agent to pick up. argument-hint: "What will the next session be used for?
write-a-skill
/write-a-skillCreate new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.
Misc
git-guardrails-claude-code
/git-guardrails-claude-codeSet up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.
migrate-to-shoehorn
/migrate-to-shoehornMigrate test files from `as` type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace `as` in tests, or needs partial test data.
scaffold-exercises
/scaffold-exercisesCreate exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.
setup-pre-commit
/setup-pre-commitSet up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.
Personal
edit-article
/edit-articleEdit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
obsidian-vault
/obsidian-vaultSearch, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
More creators
Matt Pocock skills
AI skills for real engineers. Straight from my .agents directory.
Utharn Buranasaksee skills
Agent skills Utharn Buranasaksee uses every day to do real engineering - not vibe coding. Fork of mattpocock/skills with extra engineering and personal skills.
TimothyVang skills
AI Security Engineer fork of mattpocock/skills focused on DFIR and investigative agents, plus a trading toolkit.
philipz skills
Open source geek, software architect and DevOps engineer. Fork of mattpocock/skills with personal skills and writing-great-skills reference.