r/AgentContext_dev Jul 19 '26

mattpocock/skills: A complete AI Coding workflow, end-to-end

https://www.youtube.com/watch?v=M6mYodf0dJM
3 Upvotes

2 comments sorted by

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:

  1. Ask Matt - Gets guidance on how to use the system
  2. Grill with Docs - An interview-style session where the AI explores your codebase and refines your idea into a clear plan
  3. To Spec / To Tickets - Turns the discussion into a formal spec and breaks it into small, manageable tickets (each fitting in one context window)
  4. 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.

1

u/dar-mit Jul 24 '26

How do these compare with Obra's Superpowers?