mattpocock

mattpocock/skills

Shell MIT AI & ML Single maintainer risk

Skills for Real Engineers. Straight from my .claude directory.

163.9k stars
14.1k forks
active
GitHub +8.4k / week

163.9k

Stars

14.1k

Forks

134

Open issues

3

Contributors

v1.1.0 08 Jul 2026

AI Analysis

A curated collection of AI coding agent 'skills' (structured prompt/instruction files) designed for use with Claude Code, Codex, and similar coding agents, installable via a CLI tool. It serves software engineers who want structured, composable workflows for common development tasks (specification, issue tracking, code review) without surrendering control to opinionated all-in-one AI frameworks. It is NOT for end users, non-developers, or those seeking a general-purpose AI assistant — it targ...

AI & ML Developer Tool Discovery value: 2/10
Documentation 8/10
Activity 10/10
Community 9/10
Code quality 4/10

Inferred from signals mentioned in the README (tests, CI, type safety) — not a review of the actual code.

Overall score 7/10

AI's overall editorial judgment — not an average of the bars above, can weigh other factors too.

coding-agents prompt-engineering llm-workflows developer-productivity claude
Actively maintained Well documented MIT licensed Niche/specialized use case Popular Production ready
Deep Analysis · Based on README and public signals
3w ago

Matt Pocock's agent skill collection becomes a high-traffic hub for structured AI coding workflows

This repository distributes a curated set of 'skills' — structured prompt templates and workflow commands — for AI coding agents like Claude Code. Built by Matt Pocock, a prominent TypeScript educator, it targets professional engineers who want disciplined, composable AI workflows rather than unconstrained 'vibe coding'. Skills are installed via a CLI tool (skills.sh) and cover common failure modes: misalignment, agent verbosity, and broken feedback loops. With 137k stars and ~60k newsletter subscribers claimed, it has substantial reach in the TypeScript/AI-tooling developer community.

Origin

Created in February 2026 as Pocock began publishing his personal .claude directory. Grew rapidly alongside the broader explosion of Claude Code adoption and the emerging 'skills' ecosystem pattern in early-to-mid 2026.

Growth

Growth appears driven by Pocock's large existing audience from Total TypeScript, timely positioning during the Claude Code surge, and the skills.sh distribution platform enabling viral install-and-share mechanics. The 9,796 stars in a single week as of June 2026 suggests ongoing momentum, likely amplified by newsletter promotions and community sharing.

In production

Newsletter claims ~60,000 subscribers. The skills.sh badge in the README suggests integration with a third-party distribution platform tracking installs. Comparable skill repos (addyosmani, ComposioHQ) have tens of thousands of stars, indicating a real and active ecosystem. Direct production usage metrics (install counts, active users) are not independently verifiable from available data.

Code analysis
Architecture

Appears to be a collection of Markdown-based skill definition files (SKILL.md per skill), organized into categories such as productivity and engineering. Likely relies on a separate CLI (npx skills@latest) for installation routing. The Shell language classification suggests wrapper scripts exist. Architecture appears deliberately minimal and composable rather than monolithic.

Tests

Not documented in README. Given the nature of the project — prompt templates and workflow definitions — automated test coverage in the traditional sense likely does not apply, though skill correctness depends entirely on manual validation.

Maintenance

Last push June 18, 2026, two days before evaluation date. Active maintenance is clear. Frequency and nature of updates not fully visible, but the newsletter integration and ongoing community engagement suggest sustained curation effort rather than a one-shot dump.

Honest verdict

ADOPT IF: you use Claude Code or similar agents regularly for professional TypeScript/JavaScript work and want opinionated, composable workflow scaffolding rather than building your own from scratch. AVOID IF: you need language-agnostic or team-standardized workflows, or if you prefer agent frameworks that own the full process end-to-end. MONITOR IF: you are evaluating the skills.sh ecosystem broadly and want to track which author collections develop lasting community contributions versus one-time spikes.

Independent dimensions

Mainstream potential

5/10

Technical importance

6/10

Adoption evidence

5/10

Risks
  • Author-dependent quality: if Pocock reduces involvement, update cadence may slow or stop, as there is no visible contributor community beyond the single author.
  • Skills may become stale as AI model capabilities evolve rapidly — prompts effective in mid-2026 may degrade or require rework within months.
  • The skills.sh platform is a third-party dependency; if it changes pricing, access, or closes, distribution and discoverability of these skills could be disrupted.
  • Star count may be inflated by social media spikes tied to Pocock's audience rather than reflecting sustained engineering utility across diverse teams.
  • No documented testing or validation methodology for skill effectiveness means quality assurance is entirely anecdotal and user-reported.
Prediction

Likely to remain a high-visibility reference point in the Claude Code skills ecosystem for 12-18 months, with value tied closely to Pocock's continued publishing and the longevity of Claude Code as a platform. May evolve toward a paid or premium tier given the newsletter and aihero.dev infrastructure already in place.

0 found this helpful

Newsletter

Get analyses like this every Monday

Free weekly digest of the most interesting open-source discoveries.

Languages

Shell
77.2%
JavaScript
22.8%

Information

Language
Shell
License
MIT
Last updated
2h ago
Created
5mo ago
Analyzed with
anthropic/claude-sonnet-4-6

Stars over time

Loading…

Contributors over time

Top 100 contributors only — repos with more will plateau at 100.

Loading…

Similar repos

alirezarezvani

alirezarezvani/claude-skills

A comprehensive open-source library of 355+ production-ready skills and plugins...

21.9k Python Dev Tools
wondelai

wondelai/skills

Wondel.ai Skills is a collection of agent skills (prompts and integrations)...

1.6k Shell AI & ML
addyosmani

addyosmani/agent-skills

Agent Skills is a curated collection of 24 production-grade workflow...

76.5k JavaScript AI & ML
mohitagw15856

mohitagw15856/pm-claude-skills

PM Skills is a collection of 466 professional agent skills (PRDs, launches,...

1.2k HTML AI & ML
softaworks

softaworks/agent-toolkit

Agent Toolkit is a curated collection of reusable skills for AI coding agents...

2.2k Python Dev Tools
vs. alternatives
addyosmani/agent-skills (63k stars)

Broader scope and higher star count, likely due to Addy Osmani's Google/web platform audience. Less TypeScript-opinionated. The two repos appear complementary rather than strictly competitive within the skills.sh ecosystem.

ComposioHQ/awesome-claude-skills (65k stars)

More of a curated list/aggregator than an opinionated single-author workflow set. Serves discovery rather than Pocock's prescriptive, failure-mode-driven approach.

alirezarezvani/claude-skills (18k stars)

Much lower adoption and no documented methodology or author authority. Appears to be an individual's personal collection without the educational framing.

Jeffallan/claude-skills (10k stars)

Lower adoption, Python-based. Likely serves a different language community. Limited public documentation of methodology visible.

GSD / BMAD / Spec-Kit (mentioned in README)

Process-owning frameworks that Pocock explicitly positions against. Those tools offer more structure and automation but less user control. Pocock's skills are explicitly designed to be lighter, hackable, and composable by contrast.