Ask Command banner
Danncode10 Danncode10

Ask Command

Development community

Description

--- description: Meta-router. Describe what you want; returns the best custom command + a ready-to-paste prompt. argument-hint: <plain-english description of what you want> --- The user's goal: **$ARGUMENTS** ## Step 1 — Read available commands Run `ls .claude/commands/` and read the `description:` frontmatter of every `.md` file except `README.md` and this file. Do NOT read full bodies — descriptions are enough. ## Step 2 — Plan the best approach Figure out: - Which command(s) best cover t

Installation

Installs to ~/.claude/commands/danncode10-dannflow-ask-command.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Danncode10/DannFlow/HEAD/.claude/commands/ask-command.md -o ~/.claude/commands/danncode10-dannflow-ask-command.md

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

Full documentation available on GitHub

View Source Repository