mcpskills.net
SkillsMCPsAgentsPrompts
mcpskills.net — A curated directory of AI agent Skills and MCP servers
TermsPrivacy
← Back to Skills
Engineering

Ask Matt

Ask which skill or flow fits your situation. A router over the user-invoked skills in this repo.

by Matt PocockRepository →Source →

Ask Matt

You don't remember every skill, so ask.

The main flow: idea → ship

The route most work travels. You have an idea and want it built.

  1. /grill-with-docs — sharpen the idea by interview. Start here when you have a codebase.
  2. Branch — can you settle every question in conversation? If a question needs a runnable answer, detour through a prototype, bridged by /handoff in both directions.
  3. Branch — is this a multi-session build?
    • Yes → /to-prd → /to-issues → /implement (one session per issue).
    • No → /implement right here, in the same context window.

On-ramps

  • Bugs and requests piling up → /triage. It moves issues through triage roles and produces agent-ready issues.

Codebase health

  • /improve-codebase-architecture — run whenever you have a spare moment to keep the codebase good for agents to operate in.

Crossing sessions

  • /handoff — compact the conversation into a markdown file for a fresh session.
  • /compact (built-in) — stay in the same conversation, letting earlier turns be summarized.

Standalone

  • /grill-me — the same relentless interview as /grill-with-docs, but for when you have no codebase.
  • /teach — learn a concept over multiple sessions.
  • /writing-great-skills — reference for writing and editing skills well.