> ## Documentation Index
> Fetch the complete documentation index at: https://kindling.birklid.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Matt Pocock's Skills

> Battle-tested Claude Code skills from Matt Pocock's .claude directory — TDD, diagnosis, architecture review, and doc-grounded responses.

<div style={{display: "flex", gap: "8px", marginBottom: "1.5rem", flexWrap: "wrap"}}>
  <Badge>Open Source</Badge>
  <Badge color="#F97316">Applications Layer</Badge>
</div>

# Matt Pocock's Skills

**Engineering skills from the TypeScript educator's own Claude Code setup — covering TDD, debugging, architecture, and keeping agents grounded in official docs.**

<Frame>
  <img src="https://mintcdn.com/tumbleweedlabs/QT0SlrwbzlJBSMcS/images/og-matt-pocock-skills.png?fit=max&auto=format&n=QT0SlrwbzlJBSMcS&q=85&s=b3a2cb6663cbce381687899cb8825b45" alt="Matt Pocock's Skills GitHub" width="1200" height="600" data-path="images/og-matt-pocock-skills.png" />
</Frame>

<CardGroup cols={4}>
  <Card title="Type" icon="code-branch">Open Source (MIT)</Card>
  <Card title="Stack Layer" icon="browsers">Applications</Card>
  <Card title="Language" icon="code">Shell</Card>
  <Card title="Stars" icon="star">67.2k+</Card>
</CardGroup>

## What it is

Released directly from Matt Pocock's `.claude` directory, this skill collection targets the most persistent failure modes in AI-assisted software development: agents that hallucinate APIs, drift architecturally, produce verbose output, or generate buggy code. Key skills include `/tdd` (forces a test-first feedback loop), `/grill-with-docs` (grounds responses in official documentation before answering), `/diagnose` (systematic root-cause analysis), and `/zoom-out` (flags when proposed changes are missing broader context).

The skills install via `npx skills@latest` and integrate with GitHub and Linear for issue-tracking workflows. Pocock, known for his TypeScript teaching work at Total TypeScript, has shaped the collection around real-world TypeScript and frontend engineering pain points — though most skills apply broadly.

<Tip>
  **Use this when** you want disciplined, tested, doc-grounded code from Claude — especially on TypeScript or frontend projects where hallucinated APIs and architectural drift are the most common failure modes.
</Tip>

## Get started

<CardGroup cols={2}>
  <Card title="GitHub ↗" icon="github" href="https://github.com/mattpocock/skills">
    Install via `npx skills@latest` — source and skill reference.
  </Card>
</CardGroup>

## Related tools

<CardGroup cols={2}>
  <Card title="gstack" icon="github" href="/library/skills/gstack">
    Garry Tan's full virtual engineering team in 23 skills.
  </Card>

  <Card title="Karpathy Skills" icon="github" href="/library/skills/karpathy-skills">
    CLAUDE.md constraints for minimal, goal-driven code generation.
  </Card>
</CardGroup>
