Matt Pocock's Skills
Reusable Claude agent skills that fix AI coding's biggest failure modes
The Panel's Take
Matt Pocock — the TypeScript educator behind Total TypeScript — dropped a GitHub repo that's currently the #2 trending project on all of GitHub with 7,300+ stars in a single day. It's a curated collection of reusable agent skills for Claude Code and other coding agents, installable with one line: `npx skills@latest add mattpocock/skills`. The skills tackle the four canonical failure modes of AI-assisted development: misalignment (agents build the wrong thing), verbosity (context windows bloated with unnecessary tokens), broken code (no feedback loops), and poor design (architecture degrades over time). Each skill is a focused slash command — `/grill-me`, `/tdd`, `/diagnose`, `/improve-codebase-architecture` — that guides agents through professional engineering practices rather than just writing code. What makes this land differently is Pocock's framing: he argues software engineering fundamentals matter more than ever in the agent era, not less. The repo is built around the insight that agents need structured methodology, not just raw capability. With over 3,200 forks in 24 hours and widespread adoption reports, this is shaping up to be the de facto starting point for anyone building a serious `.claude` directory.
Share this verdict
Matt Pocock's Skills verdict: SHIP 🚀 3 ships · 1 skip from the expert panel Full review: shiporskip.io/tool/mattpocock-skills-real-engineers-claude-coding-agents-2026
Weekly AI Tool Verdicts
Get the next verdict in your inbox
7 critics review a new AI tool every day. Weekly digest — free.
Compare Matt Pocock's Skills with Others
Embed this verdict
Tool makers can add a live ShipOrSkip badge to their site. Badge loads track impressions; clicks route back to this review.
<a href="https://shiporskip.io/api/badge-click/mattpocock-skills-real-engineers-claude-coding-agents-2026" target="_blank" rel="noopener"><img src="https://shiporskip.io/api/badge/mattpocock-skills-real-engineers-claude-coding-agents-2026" alt="Matt Pocock's Skills Ship verdict on ShipOrSkip" width="360" height="90" /></a>[](https://shiporskip.io/api/badge-click/mattpocock-skills-real-engineers-claude-coding-agents-2026)<iframe src="https://shiporskip.io/embed/mattpocock-skills-real-engineers-claude-coding-agents-2026" title="Matt Pocock's Skills ShipOrSkip verdict" width="360" height="260" style="border:0;border-radius:16px;max-width:100%;" loading="lazy"></iframe>The reviews
“This is the missing manual for working with coding agents. The /tdd and /grill-me skills alone have already changed how I approach agent sessions — I actually get working code on the first pass now instead of a beautiful-looking mess that fails every test.”
“Slash commands in a shell script repo going viral is classic GitHub hype. These are just prompts dressed up as methodology — any senior engineer could write these in an afternoon, and half your team will ignore them after week two. The stars reflect Pocock's brand, not necessarily the utility.”
“We're watching the emergence of a skills economy for AI agents. Pocock's repo is an early proof-of-concept that reusable, composable agent skills are a real category — the npm of agent methodology. Whoever wins this space wins a huge chunk of the developer toolchain.”
“The /caveman ultra-compressed mode is genuinely clever for large codebases where token limits bite. As someone who spends half my life fighting context windows, the CONTEXT.md shared domain language approach deserves its own talk at every dev conference this year.”