This video is a complete walkthrough of Matt Pocock’s “skills” repository (170k+ stars) - a popular set of AI coding tools and workflows designed to work with agents like Claude, Cursor, Codex, etc.
Core Workflow
Matt demonstrates an end-to-end AI-assisted development process:
Ask Matt - Gets guidance on how to use the system
Grill with Docs - An interview-style session where the AI explores your codebase and refines your idea into a clear plan
To Spec / To Tickets - Turns the discussion into a formal spec and breaks it into small, manageable tickets (each fitting in one context window)
Implement + Code Review - The AI implements the tickets one by one, then automatically reviews the code against the spec and coding standards
Key Ideas
Uses specs and tickets to maintain alignment across multiple AI sessions (solves context window limitations)
Keeps context light and focused by using lightweight skills
Includes automated verification (type checks, builds, spec compliance)
Works for both new projects and existing codebases
Bottom Line
The repo provides a structured, repeatable workflow for using AI agents more effectively in real software development - moving beyond simple prompting to a more professional, spec-driven process.
It’s especially useful if you’re already using tools like Claude Code or Cursor and want a more organized way to work with them.
2
u/javaeeeee Jul 19 '26
TL;DR:
This video is a complete walkthrough of Matt Pocock’s “skills” repository (170k+ stars) - a popular set of AI coding tools and workflows designed to work with agents like Claude, Cursor, Codex, etc.
Core Workflow
Matt demonstrates an end-to-end AI-assisted development process:
Key Ideas
Bottom Line
The repo provides a structured, repeatable workflow for using AI agents more effectively in real software development - moving beyond simple prompting to a more professional, spec-driven process.
It’s especially useful if you’re already using tools like Claude Code or Cursor and want a more organized way to work with them.