🧭
AI EngineeringTypeScript

Ask Dev3

by h0x91b

Ask Dev3 is an AI Engineering skill for Claude Code, published by h0x91b in dev-3.0.

249 stars31 forkson h0x91b/dev-3.0Added 2026/09/02+1% in starsRepository updated 2026/09/01
agent-orchestrationai-agentsai-codingbunclaude-codecodexdeveloper-toolselectrobungemini-cligit-worktreekanbanproject-managementterminaltmux
Install in seconds
Install Ask Dev3
Copy Ask Dev3 into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/h0x91b/dev-3.0/tree/main/decisions/2026/08/03 ~/.claude/skills/03

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/h0x91b/dev-3.0.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
decisions/2026/08/03/ask-dev3-feature-router-skill.md in h0x91b/dev-3.0
Installs to
~/.claude/skills/03
Collection
One of 11 skills cataloged from this repository
Category
AI Engineering2631 skills

What Ask Dev3 does

Ask Dev3 answers how-to questions about dev3 by pointing users to the intended flow, relevant decisions, and light troubleshooting steps. It is used when someone asks how a dev3 feature is done or why it works that way.

Ask Dev3 is cataloged under AI Engineering on DirSkills. Ask Dev3 comes from a repository tagged agent-orchestration, ai-agents, ai-coding, bun and claude-code.

Documentation

README

182 — ask-dev3 feature-router skill

Context

Users (and the agents serving them) don't remember every dev3 feature or the intended way to use it. We wanted a skill, modeled on Matt Pocock's ask-matt router, that answers "how is X done in dev3?" by teaching the intended flow instead of guessing. It ships to every dev3 install like the other managed skills.

Decision

Added ask-dev3 as an auto-installed agent skill (ASK_DEV3_SKILL_CONTENT in src/bun/agent-skills.ts, written into .claude/.cursor/.agents/.codex/.opencode skill dirs on startup, with an openai.yaml interface stub — same pattern as dev3-bug-hunter). Shape decided in a grilling session:

This is the opening of the README. Read the full README on GitHub.

Commands Ask Dev3 provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /diagnosing-bugs
  • /dev3
  • /dev3-tmux
  • /dev3-project-config
  • /dev3-bug-hunter
  • /ask-dev3

Frequently asked about Ask Dev3

  • What else does h0x91b publish alongside Ask Dev3?

    Ask Dev3 is one of 11 skills that DirSkills catalogs from h0x91b/dev-3.0, the repository it ships in. Its siblings there include Artifact Sharing, Ask Dev3 and Debug UI. Each one is a separate skill with its own page in this directory, installs the same way Ask Dev3 does, and is maintained by h0x91b in that same repository. The rest of the collection is listed on the h0x91b/dev-3.0 page.

  • How does Ask Dev3 compare to other AI Engineering skills?

    Ask Dev3 ranks #2304 by stars among the 2631 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Ask Dev3 against them. Open each page to compare what they document and how they install.

More from h0x91b/dev-3.0

Ask Dev3 is one of 11 skills cataloged on DirSkills from h0x91b/dev-3.0.

See all 11 skills
📎
1h ago

Artifact Sharing

Artifact Sharing folds a multi-file report into one self-contained HTML file, publishes it as a secret GitHub gist, and checks the preview URL before returning it. Use it when you need to share a report link from an agent workflow.
Automation
24931
🧭
1h ago

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.
AI Engineering
24931
🖥️
1h ago

Debug UI

Debug UI drives the dev-3.0 app in headless Chromium to verify UI changes, reproduce visual bugs, take screenshots, and check console errors. Use it when you need to test the running interface instead of guessing from code.
Quality
24931
🐞
1h ago

Dev3 Bug Hunter

Dev3 Bug Hunter runs read-only bug-hunting sessions with a seeded starting area and analysis style. It reports findings in a terminal-friendly format and can turn critical or medium issues into follow-up tasks that must reproduce the bug first.
Quality
24931
🧠
1h ago

Dev3 Refactor Shrink

Dev3 Refactor Shrink cuts the token footprint of the Dev3 Claude skill by removing duplicated protocol, shortening the invoke output, and densifying the shared skill body. Use it when you need the Dev3 agent instructions to fit into fewer tokens.
AI Engineering
24931
🧠
1h ago

Feature AI Title Generation

Feature AI Title Generation adds instructions for generating concise 5–8 word task titles during a dev3 session. Use it after `dev3 current` when the auto-generated title is truncated or too long, then run `dev3 task update --title`.
AI Engineering
24931