AgentConn
M

mattpocock/skills

Coding Free

About mattpocock/skills

mattpocock/skills is the most-watched community skills directory in the Claude Code ecosystem. Matt Pocock — a TypeScript educator and longtime tooling builder — published his personal `.claude/skills/` folder as a public repo, treating it as a reference set for what production agent skills look like in practice. The repo crossed 48,564 GitHub stars in late April 2026 after a +6,175 star day, and held the #2 spot on GitHub trending for six consecutive days. Each skill is a single SKILL.md file with YAML frontmatter (name, description) plus referenced scripts where needed; the collection emphasizes small, sharp, single-purpose primitives — TDD workflows, GitHub triage, breaking architecture into vertical slices, and the engineering motions Pocock uses every day. The strategic insight the repo demonstrates is portable: break engineering experience into small skills, then let the agent combine them by scenario. The personal-`.claude/`-as-public-asset format Pocock pioneered has become the durable pattern of the 2026 skills directory cycle, validated by Anthropic shipping the SKILL.md spec as an open standard in December 2025.

Key Features

  • 48,564 GitHub stars, +6,175/day, #2 trending for 6 consecutive days
  • Reference implementation of Anthropic's SKILL.md format
  • Small, sharp, single-purpose skills (TDD, triage, vertical slicing)
  • Each SKILL.md is a complete, copyable example for your own skills
  • Pairs with Claude Code, Cursor, OpenCode, and any harness reading SKILL.md
  • Personal-skills-as-public-asset format — copy-paste or fork-and-customize
  • Active maintenance — Matt iterates on the skills as his daily workflow evolves

Overview

mattpocock/skills is what you get when an opinionated TypeScript educator publishes the .claude/skills/ folder he actually uses every day. The repo is a practical reference — small, sharp, single-purpose primitives that demonstrate what production agent skills look like in 2026.

This is not a comprehensive skills catalog (see obra/superpowers for that) and not a directory of community-contributed skills (see ComposioHQ/awesome-codex-skills). It is one engineer’s working set, made public, and that constraint is the point: the skills are battle-tested in Pocock’s own workflow before they ship.

Why It Matters

Three reasons mattpocock/skills is the most-watched skills repo on GitHub trending:

  1. Reference quality. Each SKILL.md is a complete, copyable example for the Anthropic SKILL.md format. You can fork the repo, drop into ~/.claude/skills/, and have a working set on day one.
  2. Methodology, not just code. The collection demonstrates how to think about breaking engineering experience into agent-callable skills — TDD as a skill, triage as a skill, vertical-slicing as a skill.
  3. Portable across runtimes. Same SKILL.md works in Claude Code, Cursor (via cc-switch), and any harness that reads the open SKILL.md spec.

Pairs naturally with obra/superpowers, warp, and cc-switch for a complete agent-skills runtime stack.

Similar Agents