Matt Pocock's Skills Repo Just Hit 19.8K Stars
Matt Pocock open-sourced his personal Claude skills directory and 857 stars rolled in today alone. Total now sits at 19.8K. The repo is dominating GitHub trending for one obvious reason: it is the cleanest take on what a useful skill collection looks like.
The structure is the lesson. Four buckets. Planning and design (to-prd, to-issues, grill-me). Development (tdd, triage-issue). Tooling and setup (setup-pre-commit, git-guardrails-claude-code). Writing and knowledge (write-a-skill, obsidian-vault). Install any of them with one line: npx skills@latest add mattpocock/skills/[skill-name]. That installer is the real product. It turns skills from snippets into a package manager.
Pocock is the TypeScript educator who built Total TypeScript. He knows how to package teaching as code. Notice what is not in this repo: anything fancy. No memory layer, no multi-agent orchestration, no RAG. Just sharply written instructions Claude can read.
The signal worth catching is that skills are becoming a community-owned format. Anthropic shipped it, Composio shipped awesome-codex-skills the same week, and Pocock just gave it the canonical personal-collection template. The skills directory is becoming the agent-era equivalent of dotfiles.
Repo: https://github.com/mattpocock/skills
← Back to all articles
The structure is the lesson. Four buckets. Planning and design (to-prd, to-issues, grill-me). Development (tdd, triage-issue). Tooling and setup (setup-pre-commit, git-guardrails-claude-code). Writing and knowledge (write-a-skill, obsidian-vault). Install any of them with one line: npx skills@latest add mattpocock/skills/[skill-name]. That installer is the real product. It turns skills from snippets into a package manager.
Pocock is the TypeScript educator who built Total TypeScript. He knows how to package teaching as code. Notice what is not in this repo: anything fancy. No memory layer, no multi-agent orchestration, no RAG. Just sharply written instructions Claude can read.
The signal worth catching is that skills are becoming a community-owned format. Anthropic shipped it, Composio shipped awesome-codex-skills the same week, and Pocock just gave it the canonical personal-collection template. The skills directory is becoming the agent-era equivalent of dotfiles.
Repo: https://github.com/mattpocock/skills
Comments