- Project commands live in `.claude/commands/` and are shared with the team.
/plugin marketplace add FradSer/dotclaude/plugin install utils@fradser-dotagent## Context - Project commands live in `.claude/commands/` and are shared with the team. - Personal commands live in `~/.claude/commands/` and are available across repositories. - Every generated command must follow the Claude Code slash command specification. ## Requirements ### Command Scopes - **Project commands** — Stored in `.claude/commands/` and committed to source control. - **Personal commands** — Stored in `~/.claude/commands/` for individual reuse. ### Core Features - Organize commands with directory namespacing. - Support dynamic arguments through `$ARGUMENTS`, `$1`, `$2`, ...