---
name: Ask Dev3
slug: ask-dev3
category: AI Engineering
description: Ask Dev3 routes questions about using dev3 to the right workflow and explains the intended steps instead of guessing. Use it when someone asks how to do something in dev3, including onboarding, verification, tmux, multi-agent work, or troubleshooting.
github: "https://github.com/h0x91b/dev-3.0/tree/main/change-logs/2026/07/30/feature-ask-dev3-skill.md"
language: TypeScript
stars: 249
forks: 31
install: "npx degit https://github.com/h0x91b/dev-3.0/tree/main/change-logs/2026/07/30 ~/.claude/skills/30"
installs_to: ~/.claude/skills/30
source_path: change-logs/2026/07/30/feature-ask-dev3-skill.md
collection_size: 11
category_size: 2631
collection_url: "https://dirskills.com/collections/h0x91b/dev-3.0"
added: 2026-09-02T05:20:58.182Z
last_synced: 2026-09-02T05:20:58.182Z
canonical_url: "https://dirskills.com/skills/ask-dev3"
---

# Ask Dev3

Ask Dev3 routes questions about using dev3 to the right workflow and explains the intended steps instead of guessing. Use it when someone asks how to do something in dev3, including onboarding, verification, tmux, multi-agent work, or troubleshooting.

**Install:**

```bash
npx degit https://github.com/h0x91b/dev-3.0/tree/main/change-logs/2026/07/30 ~/.claude/skills/30
```

## README

Added the ask-dev3 agent skill — a router over dev3's features and workflows, auto-installed into every supported agent's skill directory. When the user asks "how do I do X in dev3", the agent loads the skill's map (main flow, on-ramps, verifying work, the tmux terminal, running several agents at once, vocabulary, troubleshooting, standalone features) and teaches the intended flow instead of guessing, then offers to do it. The map is GUI-first, covers a curated core of the most common newcomer questions, and points to the repo source (decisions, changelogs, code) for anything deeper. The task-lifecycle skill every managed agent already loads also gained a short paragraph on messaging another task's agent, so cross-task coordination is discoverable without asking for it.
