Craft Ask banner
drobins25 drobins25

Craft Ask

Development community

Description

--- name: ask description: "Consult a craft agent. Routes your question to the best mind in the workshop - not a menu, a recommendation." argument-hint: "[your question]" --- # Ask Consult a craft agent. The skill reads your question, scans the available agents, and recommends who to talk to - like a bartender who knows your order before you say it. ## Project Root Use `$CRAFT_PROJECT_ROOT` (set at session start) as the base path for all `.craft/` references. If not set, resolve by walking u

Installation

Installs to ~/.claude/skills/drobins25-craft-craft-ask/SKILL.md

Terminal
mkdir -p ~/.claude/skills/drobins25-craft-craft-ask && curl -fsSL https://raw.githubusercontent.com/drobins25/craft/HEAD/commands/craft-ask.md -o ~/.claude/skills/drobins25-craft-craft-ask/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository