Make Command banner
Danncode10 Danncode10

Make Command

Productivity community

Description

--- description: Creates a new custom slash command from a plain-English description. Auto-updates claude-workflow.md tables and proposes conflict-avoidance edits to existing commands, CLAUDE.md, or SKILLS.md when needed. argument-hint: <plain-english description of what the new command should do> --- The user wants a new custom command: **$ARGUMENTS** ## Step 1 — Understand the request Parse `$ARGUMENTS` to figure out: - **What the command should do** (the action) - **Whether it takes argume

Installation

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

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

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

Full documentation available on GitHub

View Source Repository