mattpocock/skills Just Hit #2 on GitHub Trending: Engineering Discipline as a Claude Skill
Matt Pocock open-sourced his personal .claude directory and it picked up 7,000+ stars in a day. The skills aren't about generating code faster — they're about not breaking the codebase while you do.
NeuroX AI · April 30, 2026

The repo at the top of GitHub trending today isn't a model, an SDK, or a framework. It's mattpocock/skills — a folder Matt Pocock pulled out of his personal .claude directory and shipped with one install command. It picked up 7,000+ stars in 24 hours.
The thesis is uncomfortable: as agents accelerate development, the boring engineering disciplines matter more, not less. Codebases compound complexity faster than ever. Skills are the lever that keeps AI output aligned with how a senior engineer would actually build.
Six skills carry most of the weight:
/grill-with-docs— forces shared domain language before any code is written./tdd— red-green-refactor as an enforced loop, not a vibe./diagnose— structured debugging instead of "try this and see."/improve-codebase-architecture— periodic architectural sweeps to fight decay./grill-me— interrogates decision trees before they fork./caveman— ~75% token reduction for long agent runs.
Install: npx skills@latest add mattpocock/skills, then run /setup-matt-pocock-skills to wire it to your repo.
We use the UI/UX Pro Max skill on this site for the same reason — skills aren't shortcuts, they're guardrails. See how we ship with them.