skills

Matt Pocock's personal collection of Agent Skills for everyday engineering work.

Free Development & Engineering ★ 255564
View Source →
255564 GitHub stars
+2522 stars this week
Development & Engineering category
mattpocock author
MIT license

This repository bundles the following skills:

  • grill-with-docs: Runs a planning session that builds a domain model and updates project docs.
  • triage: Moves issues through a defined state machine workflow.
  • improve-codebase-architecture: Scans a codebase and reports where its architecture could be deepened.
  • to-spec: Turns a conversation into a written specification for an issue tracker.
  • to-tickets: Breaks a plan into small, ordered tickets with dependencies noted.
  • implement: Builds a feature from a spec using test-driven development.
  • wayfinder: Plans large work as a set of linked decision tickets.
  • prototype: Builds a throwaway prototype to answer a design question.
  • diagnosing-bugs: Runs a structured loop for tracking down hard bugs.
  • research: Investigates a question against primary sources.
  • domain-modeling: Builds and refines a project’s domain model.
  • code-review: Reviews code against both coding standards and the original spec.