29 skill folders in 4 categories. Each one holds a SKILL.md: frontmatter naming the skill, a description that decides when it fires, and the instructions the agent follows. This page is generated from those files, so it cannot drift from them. Every card links to the file it describes.
Carries disable-model-invocation: true, so only /name starts it.
No flag, so the agent may start it from the description alone.
disable-model-invocation: true closes off, and that flag is what the pill on each card records./plugin install coding@skills
Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes: Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/spec asked for?).
coding/skills/code-reviewShared vocabulary for designing deep modules.
coding/skills/codebase-designDiagnosis loop for hard bugs and performance regressions.
coding/skills/diagnosing-bugsBuild and sharpen a project's domain model.
coding/skills/domain-modelingImplement a piece of work based on a spec or set of tickets.
coding/skills/implementScan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.
coding/skills/improve-codebase-architectureBuild a throwaway prototype to answer a design question.
coding/skills/prototypeYou need to resolve an in-progress git merge/rebase conflict.
coding/skills/resolving-merge-conflictsKeep a reviewable decision trail for long-running or unattended work. A TSV log with one row per decision (what, why, evidence, result). Local by default; commit it when a reviewer needs the trail to trust the result.
coding/skills/show-me-your-workTest-driven development.
coding/skills/tddWriting documents for agents.
coding/skills/writing-for-agents/plugin install general@skills
A relentless interview to sharpen a plan or design.
general/skills/grill-meA relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.
general/skills/grill-with-docsGrill the user relentlessly about a plan, decision, or idea.
general/skills/grillingCompact the current conversation into a handoff document for another agent to pick up.
general/skills/handoffInvestigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo.
general/skills/researchCut AI tells from any writing. Must always apply.
general/skills/unslopStop. That last message did not land. Re-pitch it.
general/skills/wait-what/plugin install productivity@skills
Ask which skill or flow fits your situation. A router over the skills in this repo.
productivity/skills/ask-mattRestate the last message in plain human language, with no jargon.
productivity/skills/broConfigure this repo for the engineering skills. Sets up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.
productivity/skills/setup-matt-pocock-skillsLayered technical-writing standard: Diátaxis structure, Google developer style sentences, STE instruction rules, Global English syntax.
productivity/skills/technical-writingTurn the current conversation into a spec and publish it to the project issue tracker. No interview, just synthesis of what you've already discussed.
productivity/skills/to-specBreak a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published to the configured tracker (edges as text in one file per ticket locally, or native blocking links on a real tracker).
productivity/skills/to-ticketsMove issues and external PRs through a state machine of triage roles, categorise, verify, grill if needed, and write agent-ready briefs.
productivity/skills/triagePlan a huge chunk of work (more than one agent session can hold) as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.
productivity/skills/wayfinderGenerate an interactive bash wizard that walks a human through steps only they can perform.
productivity/skills/wizard/plugin install personal@skills
Create Gmail filters with the `gws` CLI: rules that label, archive, star, or forward mail as it arrives.
personal/skills/gmail-create-filterTriage Gmail with the `gws` CLI: classify inbox threads into labels, create labels on demand, and bulk-file the results of a mailbox-wide search.
personal/skills/gmail-triage