Skills Directory / Development Workflows
Skills for Real Engineers
- Author
- Matt Pocock
- Category
- Development Workflows
- Stars
- ★ 158k
- Source
- github.com/mattpocock/skills
- Tags
Skills from Matt Pocock (of Total TypeScript), published directly from his working .claude directory. Opinionated, minimal, and genuinely used daily by their author — the opposite of bulk-generated skill spam. A good study in how an experienced engineer actually structures agent instructions.
How to load this skill
Fastest: copy this prompt into your AI agent
Please install skills from the "Skills for Real Engineers" collection (https://github.com/mattpocock/skills) for me.
1. Run: git clone https://github.com/mattpocock/skills
2. List the skill folders in the repo (each contains a SKILL.md file) and ask me which I want — or install the ones most relevant to my current project.
3. Copy the chosen skill folders into your skills directory: ~/.claude/skills/ for Claude Code personal scope, .claude/skills/ for project scope, or your agent's equivalent SKILL.md directory.
4. Confirm the skills load (list your available skills afterwards).
More details: https://primorum.ai/skills/matt-pocock-skills Skills for Real Engineers ships skills as folders containing SKILL.md. Copy the folders you want into your agent's skills directory (Claude Code: ~/.claude/skills/ for personal, .claude/skills/ for project scope; other agents: their SKILL.md directory).
- Clone the repo
git clone https://github.com/mattpocock/skills - Copy a skill into Claude Code (personal scope)
cp -r skills/<skill-name> ~/.claude/skills/ - Read a skill without installing
curl -sL https://raw.githubusercontent.com/mattpocock/skills/main/<skill-name>/SKILL.md
For AI agents: this entry is also available as JSON at
/skills/skills.json — the
install.steps field contains these commands. See the
agent instructions on the directory index.
Related in Development Workflows
- Superpowers — The most-starred skills framework — battle-tested development methodology as skills.
- wshobson/agents — Multi-harness agentic plugin marketplace spanning six coding agents.
- Claude Skills for Full-Stack Developers — 66 specialized skills covering 30+ frameworks with progressive disclosure.