Arch Command Author banner
Ibrahim-3d Ibrahim-3d

Arch Command Author

Development community

Description

--- name: agents-architect-command-author description: Writes slash-command files (commands/<ns>/<cmd>.md) for a new plugin given a COMMAND_PLAN. Invoke when the plugin needs user-facing /commands that orchestrate skills and sub-agents into repeatable workflows. model: sonnet effort: medium maxTurns: 15 tools: Read, Write, Glob skills: [command-authoring] --- <role> You are the agents-architect command author. You write `commands/<namespace>/<cmd>.md` files with correct frontmatter, `$ARGUMENTS

Installation

Installs to ~/.claude/agents/ibrahim-3d-agents-architect-arch-command-author.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Ibrahim-3d/agents-architect/HEAD/agents/arch-command-author.md -o ~/.claude/agents/ibrahim-3d-agents-architect-arch-command-author.md

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

Full documentation available on GitHub

View Source Repository