๐ŸŽฏ

wizard

๐ŸŽฏSkill

from mattpocock/skills

VibeIndex|
What it does
|

A collection of composable, model-agnostic agent skills by Matt Pocock that address common coding-agent failure modes: misalignment, verbosity, broken code, and architectural decay. Includes grilling sessions, TDD loops, domain modeling, and codebase architecture analysis.

Overview

A curated set of small, composable agent skills built on decades of software engineering experience. Rather than owning the entire development process like monolithic frameworks (GSD, BMAD, Spec-Kit), these skills are designed to be easy to adapt and hack on. They work with any model and install in 30 seconds via the skills.sh CLI. The collection targets four common coding-agent failure modes: misalignment between developer intent and agent output, excessive verbosity, code that does not work, and accumulating architectural complexity.

Key Features

  • Grilling sessions (/grill-me, /grill-with-docs): structured interview loops that force alignment between you and the agent before any code is written. /grill-with-docs also builds a shared domain language in CONTEXT.md and records decisions as ADRs.
  • Test-driven development (/tdd): a red-green-refactor loop that gives the agent continuous feedback on whether the code actually works, producing far more reliable output.
  • Bug diagnosis (/diagnosing-bugs): a disciplined reproduce-minimize-hypothesize-instrument-fix-regression-test loop for hard bugs and performance regressions.
  • Architecture improvement (/improve-codebase-architecture): scans for deepening opportunities and generates a visual HTML report, then grills you through whichever improvement you pick.
  • Planning and triage (/to-prd, /to-issues, /triage): converts conversations into PRDs, breaks plans into vertical-slice issues, and moves issues through a triage state machine.
  • Handoff and teaching (/handoff, /teach): compacts a conversation into a handoff doc for another agent, or teaches a concept over multiple sessions using the current directory as workspace.

Who is this for?

  • Software engineers who use Claude Code, Codex, or other coding agents and want more reliable, higher-quality output from their AI workflows.
  • Developers frustrated by agents that produce misaligned code, overly verbose responses, or unmaintainable architecture.
  • Teams looking for lightweight, composable practices they can adopt incrementally without committing to a heavyweight framework.
  • Anyone who values software engineering fundamentals like TDD, domain-driven design, and iterative refinement and wants to bring those disciplines into AI-assisted development.
๐Ÿ“ฆ

Same repository

mattpocock/skills(55 items)

wizard

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add mattpocock/skills --skill wizard
skills.sh Installโš  Installs to .agents/skills/
npx skills add mattpocock/skills --skill wizard
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/wizard/SKILL.md

SKILL.md

77,461Installs
-
AddedJun 30, 2026

More from this repository10

๐ŸŽฏ
grill-me๐ŸŽฏSkill

Interviews the user relentlessly about every aspect of a plan or design until reaching shared understanding, resolving each branch of the decision tree one by one. Provides recommended answers for each question and explores the codebase when answers can be found there.

๐ŸŽฏ
grill-with-docs๐ŸŽฏSkill

A skill that runs a grilling session to challenge your plan against an existing domain model, sharpen terminology by building a shared language in CONTEXT.md, and document architectural decisions in ADRs before coding begins.

๐ŸŽฏ
improve-codebase-architecture๐ŸŽฏSkill

An agent skill from Matt Pocock's engineering toolkit that helps improve your codebase architecture. Part of a composable skill set designed to fix common AI coding agent failure modes through structured, experience-based workflows.

๐ŸŽฏ
tdd๐ŸŽฏSkill

Enforces test-driven development with a strict red-green-refactor loop using vertical slices (one test then one implementation at a time), emphasizing behavior verification through public interfaces rather than implementation-coupled testing.

๐ŸŽฏ
setup-matt-pocock-skills๐ŸŽฏSkill

Initial setup skill for Matt Pocock's engineering skills collection that configures your backlog manager, triage labels, and documentation paths for AI coding agents.

๐ŸŽฏ
handoff๐ŸŽฏSkill

A collection of small, composable engineering skills designed for real development workflows, featuring grilling sessions for requirement alignment, issue tracking integration, and task triage with customizable labels.

๐ŸŽฏ
triage๐ŸŽฏSkill

A composable skill for triaging issues and tickets using configurable labels, designed to fix common failure modes in AI coding agents by providing structured backlog management workflows.

๐ŸŽฏ
to-prd๐ŸŽฏSkill

A skill that turns the current conversation context and codebase understanding into a structured PRD (Product Requirements Document) and submits it as a GitHub issue, with modular architecture and user story generation.

๐ŸŽฏ
to-issues๐ŸŽฏSkill

Breaks a plan, spec, or PRD into independently-grabbable GitHub issues using tracer-bullet vertical slices. Each issue is a thin end-to-end path through every integration layer that can be demoed or verified on its own.

๐ŸŽฏ
teach๐ŸŽฏSkill

A collection of composable engineering skills by Matt Pocock designed to fix common AI coding agent failure modes: misalignment via grilling sessions, verbosity through shared domain language (CONTEXT.md), code quality with TDD red-green-refactor loops, and codebase entropy with architecture improvement workflows.