Integrates Matt Pocock's developer skills (55k+ ⭐) into supercli. These are curated, battle-tested engineering workflows for AI coding agents — not your average "write a function" prompts. They enforce real software engineering discipline.
Installation
# Install the plugin via supercli
sc plugins install ./plugins/mattpocock-skills --on-conflict replace --json
# Install the skills themselves
sc mattpocock-skills self setup
The self setup command runs npx skills@latest add mattpocock/skills which presents an interactive menu. Select:
Your target AI coding agent (Claude Code, Cursor, etc.)
Make sure to select /setup-matt-pocock-skills — this is the core configuration skill
After installation, run /setup-matt-pocock-skills inside your agent to configure issue tracking, labels, and docs location.
Available Commands
Management Commands (via supercli)
Command
Description
sc mattpocock-skills self setup
Install/configure skills via npx
sc mattpocock-skills self list
List installed skills
sc mattpocock-skills self status
Check which agents have skills installed
sc mattpocock-skills self update
Update to latest version
Skill Slash-Commands (inside Claude Code / Cursor)
Once installed, use these inside your AI coding agent:
Command
Purpose
/grill-me
Deep interrogation of plans/designs — ensures alignment before coding
/grill-with-docs
Same as /grill-me but cross-references project docs (CONTEXT.md, ADRs)
/diagnose
Structured debugging workflow for bugs
/improve-codebase-architecture
Analyze and suggest architecture improvements
/to-prd
Convert conversation into a Product Requirements Document
/to-issues
Break PRD/plan into independent GitHub issues (vertical slices)
/tdd
Test-Driven Development — red-green-refactor cycle
/zoom-out
Get high-level context overview of the codebase
/caveman
Ultra-compressed communication mode
/write-a-skill
Create new skill templates
Usage Flow (Recommended)
Plan first: /grill-me or /grill-with-docs before writing code
Document requirements: /to-prd to capture what you're building
Break it down: /to-issues to create actionable tasks
Build with quality: /tdd for test-driven development
Stay aligned: /zoom-out to keep the big picture in mind
Tips
Run /setup-matt-pocock-skills first — it configures your issue tracker, labels, and docs storage
The skills work best when you have a CONTEXT.md file in your project root
Use /caveman when you need maximum precision with minimum tokens
Write your own custom skills with /write-a-skill to encode team-specific patterns
1---2name: quickstart-29343description: mattpocock-skills Plugin4---5# mattpocock-skills Plugin67## Overview89Integrates [Matt Pocock's developer skills](https://github.com/mattpocock/skills) (55k+ ⭐) into supercli. These are curated, battle-tested engineering workflows for AI coding agents — not your average "write a function" prompts. They enforce real software engineering discipline.1011## Installation1213```bash14# Install the plugin via supercli15sc plugins install ./plugins/mattpocock-skills --on-conflict replace --json1617# Install the skills themselves18sc mattpocock-skills self setup19```2021The `self setup` command runs `npx skills@latest add mattpocock/skills` which presents an interactive menu. Select:221. Your target AI coding agent (Claude Code, Cursor, etc.)232. **Make sure to select `/setup-matt-pocock-skills`** — this is the core configuration skill2425After installation, run `/setup-matt-pocock-skills` inside your agent to configure issue tracking, labels, and docs location.2627## Available Commands2829### Management Commands (via supercli)3031| Command | Description |32|---|---|33| `sc mattpocock-skills self setup` | Install/configure skills via npx |34| `sc mattpocock-skills self list` | List installed skills |35| `sc mattpocock-skills self status` | Check which agents have skills installed |36| `sc mattpocock-skills self update` | Update to latest version |3738### Skill Slash-Commands (inside Claude Code / Cursor)3940Once installed, use these inside your AI coding agent:4142| Command | Purpose |43|---|---|44| `/grill-me` | Deep interrogation of plans/designs — ensures alignment before coding |45| `/grill-with-docs` | Same as /grill-me but cross-references project docs (CONTEXT.md, ADRs) |46| `/diagnose` | Structured debugging workflow for bugs |47| `/improve-codebase-architecture` | Analyze and suggest architecture improvements |48| `/to-prd` | Convert conversation into a Product Requirements Document |49| `/to-issues` | Break PRD/plan into independent GitHub issues (vertical slices) |50| `/tdd` | Test-Driven Development — red-green-refactor cycle |51| `/zoom-out` | Get high-level context overview of the codebase |52| `/caveman` | Ultra-compressed communication mode |53| `/write-a-skill` | Create new skill templates |5455## Usage Flow (Recommended)56571. **Plan first**: `/grill-me` or `/grill-with-docs` before writing code582. **Document requirements**: `/to-prd` to capture what you're building593. **Break it down**: `/to-issues` to create actionable tasks604. **Build with quality**: `/tdd` for test-driven development615. **Keep improving**: `/improve-codebase-architecture` periodically626. **Debug systematically**: `/diagnose` when things break637. **Stay aligned**: `/zoom-out` to keep the big picture in mind6465## Tips6667- Run `/setup-matt-pocock-skills` first — it configures your issue tracker, labels, and docs storage68- The skills work best when you have a `CONTEXT.md` file in your project root69- Use `/caveman` when you need maximum precision with minimum tokens70- Write your own custom skills with `/write-a-skill` to encode team-specific patterns
Run npx skillmds@latest add javimosch/quickstart-2934 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
mattpocock-skills Plugin It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
javimosch (@javimosch) published this skill. Their other Agent Skills are listed on their SkillMD profile.