Example Command banner
CannonCoPilot CannonCoPilot

Example Command

Development community

Description

--- description: An example slash command that demonstrates command frontmatter options argument-hint: <required-arg> [optional-arg] allowed-tools: [Read, Glob, Grep, Bash] --- # Example Command This command demonstrates slash command structure and frontmatter options. ## Arguments The user invoked this command with: $ARGUMENTS ## Instructions When this command is invoked: 1. Parse the arguments provided by the user 2. Perform the requested action using allowed tools 3. Report results bac

Installation

Installs to ~/.claude/commands/cannoncopilot-project_aion-example-command.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/CannonCoPilot/Project_Aion/HEAD/.claude/commands/example-command.md -o ~/.claude/commands/cannoncopilot-project_aion-example-command.md

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

Full documentation available on GitHub

View Source Repository