From agents-architect
Install a generated plugin locally via the marketplace mechanism. Self-installs agents-architect or installs any plugin produced by /agents-architect:new.
How this command is triggered — by the user, by Claude, or both
Slash command
/agents-architect:install [<path-or-name>]agents-architect/This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
<objective>
One-step install for agents-architect-produced plugins.
</objective>
<context>
Arguments: $ARGUMENTS — plugin name (if already in a marketplace) or path to plugin dir.
</context>
<process>
1. If $ARGUMENTS is empty, default to agents-architect itself at `${CLAUDE_PLUGIN_ROOT}`.
2. If $ARGUMENTS is a path, run:
- `claude plugin marketplace add <path>`
- Read `<path>/.claude-plugin/plugin.json` to get the plugin name.
- `claude plugin install <name>@<marketplace-name>`
3. If $ARGUMENTS is a name, assume the marketplace is already added and run `claude plugin install <na...npx claudepluginhub ibrahim-3d/agents-architect --plugin agents-architect/installInstalls VoiceMode CLI, FFmpeg, Whisper speech-to-text, and Kokoro text-to-speech for local voice conversations on macOS, checking architecture and prerequisites.
/installInstalls all dotai registry items (dotai, prompt) via npx shadcn add from GitHub JSON registry and suggests package.json postinstall script for agent instructions.
/installInstalls Hookify rules from the catalog via <category>:<rule-name>, --category, --all, or --list to view options.
/installInstalls ComfyUI custom node packs from pack name, registry ID, or GitHub URL; searches registry if needed, clones repo to custom_nodes/, installs venv dependencies, and offers restart.
/installInstalls and configures a recommended Rails development gem (strong_migrations, herb, bullet, letter_opener). Adds to Gemfile, runs bundle install, provides config instructions, and executes generators.
/installInstalls Choo Choo Ralph autonomous coding workflow into the current project: shell scripts, beads formulas, spec directory; checks prerequisites and handles existing files.