top skills
pricing
resources
install
github
sign in
sign up
back to leaderboard
MA
@mattpocock
contributor on implexa, with 26 skills ranked by
SkillRank
across 1 source.
mattpocock on github
publishes to skills.sh
skills, ranked by SkillRank
score
source
skill
5.6
skills.sh
qa
qa guides users through conversational bug reporting, explores relevant code sections in parallel, and translates findings into github issues using domain language. incomplete spec.
5.4
skills.sh
write-a-prd
write-a-prd guides users through interview, codebase exploration, and module design to produce a structured product requirements document submitted as a github issue.
4.2
skills.sh
to-prd
to-prd synthesizes conversation and codebase context into a structured product requirements document, then publishes it to the project tracker with appropriate triage labels.
—
skills.sh
migrate-to-shoehorn
migrate-to-shoehorn — an installable skill for AI agents, published by mattpocock/skills.
—
skills.sh
scaffold-exercises
scaffold-exercises — an installable skill for AI agents, published by mattpocock/skills.
—
skills.sh
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
—
skills.sh
setup-pre-commit
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-commit hooks, set up…
—
skills.sh
obsidian-vault
Search, 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.
—
skills.sh
git-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…
—
skills.sh
ubiquitous-language
Extract a DDD-style ubiquitous language glossary from the current conversation, flagging ambiguities and proposing canonical terms. Saves to…
—
skills.sh
request-refactor-plan
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, create a…
—
skills.sh
design-an-interface
Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explore interface…
—
skills.sh
handoff
Compact the current conversation into a handoff document for another agent to pick up.
—
skills.sh
prototype
Build a throwaway prototype to flesh out a design before committing to it. Routes between two branches — a runnable terminal app for state/business-logic…
—
skills.sh
triage
Triage 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,…
—
skills.sh
setup-matt-pocock-skills
Sets 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…
—
skills.sh
caveman
>
—
skills.sh
diagnose
Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user…
—
skills.sh
zoom-out
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 to understand how…
—
skills.sh
write-a-skill
Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.
—
skills.sh
to-issues
Break 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…
—
skills.sh
grill-with-docs
Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as…
—
skills.sh
tdd
Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants…
—
skills.sh
improve-codebase-architecture
Find 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…
—
skills.sh
grill-me
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to…
—
skills.sh
prd-to-plan
Turn a PRD into a multi-phase implementation plan using tracer-bullet vertical slices, saved as a local Markdown file in ./plans/. Use when user wants to break…