Skip to main content

← All sources

Matt Pocock skills

Skills for Real Engineers. Straight from my .agents directory. 35 skills. skills-hub.ai mirrors 35 skills from Matt Pocock daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/mattpocock/skills

Installing a Matt Pocock skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a Matt Pocock skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all Matt Pocock skills via API
curl https://skills-hub.ai/api/v1/skills?source=matt-pocock

# Browse all sources
open https://skills-hub.ai/sources

Top Matt Pocock skills

See all →

The most-installed skills from Matt Pocock, ranked by adoption.

  1. 01codebase-design

    Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.

    Buildfrom Matt Pocock
  2. 02diagnosing-bugs

    Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.

    Buildfrom Matt Pocock
  3. 03grill-with-docs

    A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

    Buildfrom Matt Pocock
  4. 04implement

    Implement a piece of work based on a spec or set of tickets.

    Buildfrom Matt Pocock
  5. 05resolving-merge-conflicts

    Use when you need to resolve an in-progress git merge/rebase conflict.

    Buildfrom Matt Pocock
  6. 06tdd

    Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.

    Buildfrom Matt Pocock
  7. 07to-spec

    Turn the current conversation into a spec and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed.

    Buildfrom Matt Pocock
  8. 08triage

    Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.

    Buildfrom Matt Pocock
  9. 09wizard

    Generate an interactive bash wizard that walks a human through steps only they can perform. Use when provisioning infrastructure, setting up credentials or CI secrets, walking an unfamiliar third-party dashboard, or running a one-off migration or cutover. Don't invoke this for steps the agent can perform itself.

    Buildfrom Matt Pocock
  10. 10grill-me

    A relentless interview to sharpen a plan or design.

    Productivityfrom Matt Pocock
  11. 11handoff

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

    Productivityfrom Matt Pocock
  12. 12wait-what

    Stop. That last message did not land — re-pitch it.

    Productivityfrom Matt Pocock
  13. 13ask-matt

    Ask which skill or flow fits your situation. A router over the skills in this repo.

    Buildfrom Matt Pocock
  14. 14setup-matt-pocock-skills

    Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.

    Buildfrom Matt Pocock
  15. 15code-review

    Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/spec asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X".

    Buildfrom Matt Pocock
  16. 16domain-modeling

    Build and sharpen a project's domain model. Use when discussing codebase terminology, writing or editing a CONTEXT.md, or recording or editing an ADR.

    Buildfrom Matt Pocock
  17. 17improve-codebase-architecture

    Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.

    Buildfrom Matt Pocock
  18. 18writing-beats

    Writing, exploit — assemble raw material into a journey of beats, grounding each term before a beat leans on it.

    Buildfrom Matt Pocock
  19. 19prototype

    Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.

    Buildfrom Matt Pocock
  20. 20claude-handoff

    Hand the current conversation off to a fresh background agent that picks up the work immediately.

    Buildfrom Matt Pocock
  21. 21research

    Investigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo. Use when the user wants a topic researched, docs or API facts gathered, or reading legwork delegated to a background agent.

    Buildfrom Matt Pocock
  22. 22wayfinder

    Plan a huge chunk of work — more than one agent session can hold — as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.

    Buildfrom Matt Pocock
  23. 23loop-me

    Grill me about specs for the workflows I want to build, within this workspace.

    Buildfrom Matt Pocock
  24. 24git-guardrails-claude-code

    Set 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.

    Buildfrom Matt Pocock

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Aug 18, 2026, 4:33 PM (success).

Matt Pocock skills, frequently asked

What are Matt Pocock skills?

Matt Pocock skills are AI coding skills published by Matt Pocock (Skills for Real Engineers. Straight from my .agents directory. 35 skills.) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many Matt Pocock skills are available?

skills-hub.ai indexes 35 skills from Matt Pocock, synced daily from the upstream GitHub repository (https://github.com/mattpocock/skills).

How do I install a Matt Pocock skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official Matt Pocock skills?

Yes. Every skill from this source is mirrored from Matt Pocock's own GitHub repository (https://github.com/mattpocock/skills). Each skill page links back to the upstream source of truth, so you can verify the original.