mattpocock/skills
Why It's Trending
mattpocock/skills [1] is trending as part of the three-way agent-skills framework surge alongside obra/superpowers and affaan-m/ECC. Matt Pocock is the creator of Total TypeScript — the most comprehensive TypeScript education resource — and a widely respected voice in the TypeScript community. His release of personal .agents directory skills was announced publicly and spread rapidly through the TypeScript developer network.
178K stars in 5 months from a personal skills collection is extraordinary. The 15K forks confirm active adoption: developers are taking these skills, customizing them for their context, and maintaining their own versions. This is the closest the agent-skills category has come to the 'dotfiles' culture that drove shell configuration sharing in the 2010s — skills are becoming the new dotfiles, and Pocock's collection is the first expert-curated reference point.
Technical Overview
The repo contains Claude Code skills from Pocock's personal .agents directory — the same directory structure that Claude Code reads to load available skills into a session. Skills in this format are prompt and script files (hence the Shell language classification) rather than TypeScript libraries. The choice to keep them as shell/prompt files rather than TypeScript (Pocock's domain) is architecturally deliberate: it makes the skills language-agnostic, provider-portable, and composable without a compilation step.
Pocock's TypeScript expertise likely informs skills covering TypeScript strict mode patterns, type inference, generic constraints, Next.js App Router conventions, and common React patterns. 'Skills for Real Engineers' suggests these are production-quality prompts that encode genuine engineering judgment, not generic instructions. The 201 open issues likely contain community requests for new skills and improvement suggestions.
For Understory Labs
field-notes already maintains structured Claude Code context that functions as a skills architecture: enrichment-guide.md (scoring rubric skill), block-schema.md (format instinct), and projects.json (memory). Pocock's skills directory is the most directly adoptable external resource in this week's batch — individual skill files can be copied into the .claude/ directory without framework adoption overhead.
The TypeScript and Next.js skills are particularly relevant to understory-labs-site (the public presentation layer using Tailwind v4 and Next.js App Router) and all field-notes API routes. For bud, Pocock may have FastAPI or Python API design skills given the language-agnostic framing of the collection. The most valuable action is reading the full skills list and selectively adopting the TypeScript conventions and Next.js patterns that align with our stack.
Highest-quality agent-skills resource in this batch. Expert-curated TypeScript and Next.js skills directly adoptable for field-notes and understory-labs-site. Highest learning score in this batch — approve for immediate curator review.
- [1]