---
name: Ask Matt
slug: ask-matt-3
category: AI Engineering
description: "Ask Matt recommends the smallest Matt Pocock skill or short skill sequence for a user's goal. Use it when you need help choosing the next skill, deciding between close options, or checking whether setup is required."
github: "https://github.com/stevesolun/ctx/tree/main/.agents/skills/ask-matt"
language: Python
stars: 578
forks: 71
install: "npx degit https://github.com/stevesolun/ctx/tree/main/.agents/skills/ask-matt ~/.claude/skills/ask-matt"
installs_to: ~/.claude/skills/ask-matt
source_path: .agents/skills/ask-matt/SKILL.md
collection_size: 25
category_size: 2451
collection_url: "https://dirskills.com/collections/stevesolun/ctx"
added: 2026-08-25T05:13:57.516Z
last_synced: 2026-08-25T05:13:57.516Z
canonical_url: "https://dirskills.com/skills/ask-matt-3"
---

# Ask Matt

Ask Matt recommends the smallest Matt Pocock skill or short skill sequence for a user's goal. Use it when you need help choosing the next skill, deciding between close options, or checking whether setup is required.

**Install:**

```bash
npx degit https://github.com/stevesolun/ctx/tree/main/.agents/skills/ask-matt ~/.claude/skills/ask-matt
```

## README

# Route to a skill

1. Identify the user's immediate outcome, the context already available, and
   whether they want advice, investigation, planning, implementation, or
   review.
2. Recommend the smallest skill that materially helps. Use a sequence only
   when each handoff adds value; do not force the full idea-to-ship flow.
3. Explain the recommendation and any important tradeoff in a few sentences.
   If two choices are genuinely close, present both and recommend one.
4. Mention setup only when the chosen workflow depends on missing tracker or
   domain configuration.

Read [references/skill-map.md](references/skill-map.md) when the choice is not
obvious or the user asks to see the available routes.
