Skills Directory

Reusable coding rules & agent skills for Claude Code, Cursor, Copilot and more - copy, adapt, ship faster.

28 skills indexed across 13 categories

Results for “mattpocock” - 28 found

grill-me

47,151

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use

Design by mattpocock/skills

grill-with-docs

44,119

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, A

Docs by mattpocock/skills

improve-codebase-architecture

41,996

Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user

Docs by mattpocock/skills

Test-Driven Development

39,577

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refac

Testing by mattpocock/skills

to-prd

38,631

Turn 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

General by mattpocock/skills

diagnose

38,614

Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-tes

Testing by mattpocock/skills

handoff

38,065

Compact the current conversation into a handoff document for another agent to pick up.

Agent by mattpocock/skills

to-issues

37,784

Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when us

General by mattpocock/skills

Setup Matt Pocock's Skills

37,373

Sets up an `## Agent skills` block in AGENTS.md/CLAUDE.md and `docs/agents/` so the engineering skills know this repo's issue tracker (GitHu

Docs by mattpocock/skills

zoom-out

36,953

Tell 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

Agent by mattpocock/skills

prototype

36,091

Build a throwaway prototype to flesh out a design before committing to it. Routes between two branches - a runnable terminal app for state/b

Design by mattpocock/skills

Writing Skills

35,966

Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build

Docs by mattpocock/skills

caveman

35,746

Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler, articles, and pleasantries while keeping full technical accur

General by mattpocock/skills

triage

34,854

Triage issues through a state machine driven by triage roles. Use when user wants to create an issue, triage issues, review incoming bugs or

General by mattpocock/skills

review

17,348

Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes - Standards (does the code follow this repo's doc

General by mattpocock/skills

design-an-interface

16,916

Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explor

Backend by mattpocock/skills

request-refactor-plan

16,492

Create 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

General by mattpocock/skills

QA Session

16,382

Interactive QA session where user reports bugs or issues conversationally, and the agent files GitHub issues. Explores the codebase in the b

Agent by mattpocock/skills

ubiquitous-language

15,971

Extract a DDD-style ubiquitous language glossary from the current conversation, flagging ambiguities and proposing canonical terms. Saves to

General by mattpocock/skills

obsidian-vault

15,824

Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize note

General by mattpocock/skills

git-guardrails-claude-code

15,622

Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wan

Backend by mattpocock/skills

edit-article

15,475

Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improv

General by mattpocock/skills

Setup Pre-Commit Hooks

15,151

Set 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

Testing by mattpocock/skills

writing-shape

15,061

Take a markdown file of raw material and shape it into an article through a conversational session - drafting candidate openings, growing th

Docs by mattpocock/skills