/connect/mattpocock/skills
mattpocock/skills
Skills for real engineers — straight from Matt Pocock's .claude directory. Connect it as a live MCP server — every SKILL.md shows up in your agent as a tool, auto-updating on every commit.
MCP URL
any MCP-aware client — transport: streamable-http
- 01
Open your MCP client's server settings and add a new server.
- 02
Set the transport to "streamable-http" (or "HTTP" if there's no streamable option) and paste this URL:
- url
https://mcp.skillsovermcp.com/mcp/mattpocock/skills
/tools
29 skills ready to use
Each SKILL.md shows up to your agent as a callable tool. The frontmatter says when to use it; the body says how.
caveman
skills/productivity/caveman/SKILL.md>
design-an-interface
skills/deprecated/design-an-interface/SKILL.mdGenerate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explore interface options, compare module shapes, or mentions "design it twice".
diagnose
skills/engineering/diagnose/SKILL.mdDisciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.
edit-article
skills/personal/edit-article/SKILL.mdEdit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
git-guardrails-claude-code
skills/misc/git-guardrails-claude-code/SKILL.mdSet 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.
grill-me
skills/productivity/grill-me/SKILL.mdInterview 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".
grill-with-docs
skills/engineering/grill-with-docs/SKILL.mdGrilling 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.
handoff
skills/productivity/handoff/SKILL.mdCompact the current conversation into a handoff document for another agent to pick up.
improve-codebase-architecture
skills/engineering/improve-codebase-architecture/SKILL.mdFind 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.
migrate-to-shoehorn
skills/misc/migrate-to-shoehorn/SKILL.mdMigrate 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.
obsidian-vault
skills/personal/obsidian-vault/SKILL.mdSearch, 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.
prototype
skills/engineering/prototype/SKILL.mdBuild 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".
qa
skills/deprecated/qa/SKILL.mdInteractive QA session where user reports bugs or issues conversationally, and the agent files GitHub issues. Explores the codebase in the background for context and domain language. Use when user wants to report bugs, do QA, file issues conversationally, or mentions "QA session".
request-refactor-plan
skills/deprecated/request-refactor-plan/SKILL.mdCreate 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, create a refactoring RFC, or break a refactor into safe incremental steps.
review
skills/in-progress/review/SKILL.mdReview 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/PRD 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".
scaffold-exercises
skills/misc/scaffold-exercises/SKILL.mdCreate 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-matt-pocock-skills
skills/engineering/setup-matt-pocock-skills/SKILL.mdSets up an `## Agent skills` block in AGENTS.md/CLAUDE.md and `docs/agents/` so the engineering skills know this repo's issue tracker (GitHub or local markdown), triage label vocabulary, and domain doc layout. Run before first use of `to-issues`, `to-prd`, `triage`, `diagnose`, `tdd`, `improve-codebase-architecture`, or `zoom-out` — or if those skills appear to be missing context about the issue tracker, triage labels, or domain docs.
setup-pre-commit
skills/misc/setup-pre-commit/SKILL.mdSet 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.
tdd
skills/engineering/tdd/SKILL.mdTest-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.
teach
skills/productivity/teach/SKILL.mdTeach the user a new skill or concept, within this workspace.
to-issues
skills/engineering/to-issues/SKILL.mdBreak a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.
to-prd
skills/engineering/to-prd/SKILL.mdTurn 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
skills/engineering/triage/SKILL.mdTriage 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.
ubiquitous-language
skills/deprecated/ubiquitous-language/SKILL.mdExtract a DDD-style ubiquitous language glossary from the current conversation, flagging ambiguities and proposing canonical terms. Saves to UBIQUITOUS_LANGUAGE.md. Use when user wants to define domain terms, build a glossary, harden terminology, create a ubiquitous language, or mentions "domain model" or "DDD".
write-a-skill
skills/productivity/write-a-skill/SKILL.mdCreate new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.
writing-beats
skills/in-progress/writing-beats/SKILL.mdShape an article as a journey of beats, choose-your-own-adventure style. The user picks a starting beat from the raw material, you write only that beat, then offer options for where to pivot next, beat by beat, until the article reaches a natural end. Use when the user has raw material and wants to assemble it as a narrative rather than an argument.
writing-fragments
skills/in-progress/writing-fragments/SKILL.mdGrilling session that mines the user for fragments — heterogeneous nuggets of writing (claims, vignettes, sharp sentences, half-thoughts) — and appends them to a single document as raw material for a future article. Use when the user wants to develop ideas before imposing structure, or mentions "fragments", "ideate", or "raw material" for writing.
writing-shape
skills/in-progress/writing-shape/SKILL.mdTake a markdown file of raw material and shape it into an article through a conversational session — drafting candidate openings, growing the piece paragraph by paragraph, arguing about format (lists, tables, callouts, quotes) at each step. Use when the user has a pile of notes, fragments, or a rough draft and wants help turning it into something publishable.
zoom-out
skills/engineering/zoom-out/SKILL.mdTell 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.
/what
What is this page?
Skills Over MCP turns any public GitHub repo of SKILL.md files into a live MCP server. This page is the share link for mattpocock/skills — hand it to a teammate and they can paste the MCP URL into Claude Code, Cursor, or Codex in seconds.
Don't have a skills repo yet? Use the template — fork it, push your own SKILL.md files, and you'll have a stable MCP URL of your own.
Connect your own repo →
Paste a GitHub URL, get a stable MCP endpoint. No signup. No rebuilds. Free for public repos.