> ## Content Index
> Fetch the complete content index at: https://www.implicator.ai/llms.txt
> Use this file to discover other available public pages before exploring further.

# Matt Pocock skills repo jumps past 45K stars with reusable AI instructions
- URL: https://www.implicator.ai/matt-pocock-skills-repo-jumps-past-45k-stars-with-reusable-ai-instructions/
- Published: 2026-04-30T04:41:10.000Z
- Updated: 2026-04-30T04:41:10.000Z
- Description: Matt Pocock's Claude Code skills repo passed 45,000 GitHub stars after developers shared his markdown playbooks for AI coding agents. The project shows how private prompts are becoming versioned workflow files, with live counts already ahead of the viral video.
- Author: Marcus Schuler
- Tags: Tools & Workflows

Matt Pocock's [skills](https://github.com/mattpocock/skills?ref=implicator.ai) repo had climbed to 45,289 GitHub stars in a late-Wednesday API snapshot after his Claude Code workflow files spread through YouTube and open-source discovery posts. Created February 3 and pushed again April 29, the MIT-licensed project packages reusable agent instructions as markdown `SKILL.md` files and installer targets. The project places private prompt routines in a public, versioned repository.

Key Takeaways

- Pocock's skills repo hit 45,289 GitHub stars in a late-Wednesday API snapshot.
- The project packages Claude Code workflow instructions as markdown SKILL.md files.
- The plugin manifest exposes 12 active skills from a larger public tree.
- The npm installer points to vercel-labs/skills while Pocock's repo supplies the source collection.

AI-generated summary, reviewed by an editor. [More on our AI guidelines](https://www.implicator.ai/about/).

## GitHub numbers moved in hours

An Indie Hacker News video published Wednesday put the repo at 36,800 stars and about 2,800 forks. A later GitHub API snapshot showed 45,289 stars, 3,652 forks, 371 subscribers and 13 open issues, turning the video's count into a same-day floor rather than the current figure.

The repo's [README](https://raw.githubusercontent.com/mattpocock/skills/main/README.md?ref=implicator.ai) states the premise directly: Pocock uses the skills for "real engineering" rather than vibe coding. It argues that heavier systems such as GSD, BMAD and Spec-Kit can take control away from the engineer, while small composable prompts keep the process visible.

Comparing those snapshots, the repo added 8,489 stars, equal to roughly 23 percent of the video's total.

Track AI Coding Shifts

Strategic AI news from San Francisco. No hype, no "AI will change everything" throat clearing. Just what moved, who won, and why it matters. Daily at 6am PST.

Email address 

Subscribe 

Check your inbox. Click the link to confirm.

No spam. Unsubscribe anytime.

## The package is mostly process

A public tree scan found 22 `SKILL.md` entries, including personal and deprecated folders, and 18 after excluding deprecated entries. The Claude plugin [manifest](https://raw.githubusercontent.com/mattpocock/skills/main/.claude-plugin/plugin.json?ref=implicator.ai) exposes 12 skills, including `grill-me`, `tdd`, `diagnose`, `to-prd`, `to-issues`, `triage`, `zoom-out` and `caveman`.

Pocock's quickstart uses `npx skills@latest add mattpocock/skills` and does not ship a separate agent runtime. The setup step asks users to run `/setup-matt-pocock-skills` so the local project records its issue tracker, triage labels and documentation layout.

Raw examples show the design, with `grill-me` telling the agent to ask one question at a time until a plan has been tested against each branch of the decision tree. `tdd` rejects bulk test-writing and directs the agent through one failing test, one minimal fix and a repeat loop.

## Pocock had previewed the method

In a March 16 [AI Hero article](https://www.aihero.dev/5-agent-skills-i-use-every-day?ref=implicator.ai), Pocock wrote that AI agents act like capable engineers with one problem: they have no memory. His answer was not a larger context dump, but repeatable process files for planning, requirements, test cycles and codebase architecture checks.

That earlier article described a short `grill-me` session producing 16 questions and longer sessions producing 30 to 50\. It also framed `to-issues` as a way to break a plan into vertical slices, so a ticket covers a narrow path through schema, API, interface and tests instead of one horizontal layer.

## The trade-off is maintenance

The repo's sudden popularity does not make Pocock's preferences universal. The GitHub tree includes personal and deprecated folders, and the manifest narrows the active plugin list. The npm package used by the installer is maintained under `vercel-labs/skills`, while Pocock's repo is a source collection consumed by that installer path.

That installation split matters for teams copying the pattern because a skill instruction can make an agent ask better questions, while also becoming another artifact that needs review when project conventions change. In Pocock's release, the reusable object is not only the prompt, but the document that tells the prompt when to run.

Frequently Asked Questions

What is Matt Pocock's skills repo? 

It is a public GitHub repository containing markdown-based agent instructions from Pocock's Claude Code workflow. The files define repeatable behaviors such as grilling a plan, writing PRDs, breaking work into issues and running TDD loops.

How many GitHub stars did the repo have? 

A GitHub API snapshot late Wednesday showed 45,289 stars and 3,652 forks. Earlier videos and writeups used lower counts because the repository was still gaining stars during the same news cycle.

Does the repo ship an AI coding agent? 

No. The repo is mostly process instructions, not a runtime. Its README points users to the npm skills installer and then to a setup skill that records project-specific issue tracker and documentation choices.

How many skills are active in the plugin manifest? 

The repository contains 22 SKILL.md files when personal and deprecated folders are included. The Claude plugin manifest exposes 12 skill directories as the active install set.

Why does this matter for AI coding teams? 

The repo shows prompts becoming maintained project artifacts. Teams can use skill files to encode review, testing and planning habits, but those files also need updates when project conventions change.

AI-generated summary, reviewed by an editor. [More on our AI guidelines](https://www.implicator.ai/about/).

[Repo Radar: 5 GitHub Projects Worth Your WeekGitHub's breakout projects this week are not just libraries. They are early products: agents that remember, recorders that challenge paid apps, local AI demos, tutor workspaces, and dashboards for manThe Implicator![](https://www.implicator.ai/content/images/2026/04/2026-04-16-06.09.01-repo_radar_5@2x.webp)](https://www.implicator.ai/repo-radar-5-github-projects-worth-your-week/)

[Intermediate Tutorial: How To Build Reliable Workflows With OpenAI CodexMost developers hit the same wall with Codex. The first week feels electric. You prompt, it codes, things work. Then the codebase grows. Fixes start landing in the wrong layer. Architecture quietly deThe Implicator![](https://www.implicator.ai/content/images/2026/04/2026-04-07-22.21.27-codex_workflows@2x.webp)](https://www.implicator.ai/intermediate-tutorial-how-to-build-reliable-workflows-with-openai-codex/)

[Beginner Tutorial: How to Use Claude Cowork. Seven Capabilities That Replace Your BusyworkClaude Cowork turned Anthropic's chatbot into a desktop agent back in January 2026\. Three months in, the tool handles file management, persistent memory, third-party connectors, reusable skills, projeThe Implicator![](https://www.implicator.ai/content/images/2026/04/2026-04-07-21.21.40-claude_cowork_tutorial@2x.webp)](https://www.implicator.ai/beginner-tutorial-how-to-use-claude-cowork-seven-capabilities-that-replace-your-busywork/)