Create, validate, or update Claude Code plugins with full orchestration. Handles research, planning, user confirmation, and parallel component creation.
/plugin marketplace add C0ntr0lledCha0s/claude-code-plugin-automations/plugin install agent-builder@claude-code-plugin-automations[action] [name]claude-sonnet-4-5# Plugin Orchestrator Create, validate, or update Claude Code plugins. This command handles the complete workflow including research, planning, user confirmation, and parallel component creation. **Arguments:** - `$1` (required): Action - `create`, `validate`, `update` - `$2` (required for create/update): Plugin name **Full arguments:** $ARGUMENTS ## Why This Command Exists Creating plugins involves multiple components (agents, skills, commands, hooks) that must be coordinated. This command: - Runs in the **main thread** (can use Task tool) - Orchestrates **parallel creation** of compo...