Commands banner
gadievron gadievron

Commands

Development community

Description

--- description: List all available RAPTOR commands --- # RAPTOR Command Reference Output "Full list of RAPTOR commands:" then list all available RAPTOR slash commands as a bullet list. Format: `- /command <args> — Description`. Derive the list from the available skills — do not use a hardcoded list. Omit commands flagged as "unavailable" in the most recent startup warnings. Commands flagged as "limited" should still be shown with a note (e.g., `(limited — rr not found)`). Exclude non-RAPTOR

Installation

Installs to ~/.claude/commands/gadievron-raptor-commands.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/gadievron/raptor/HEAD/.claude/commands/commands.md -o ~/.claude/commands/gadievron-raptor-commands.md

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

Full documentation available on GitHub

View Source Repository