agents pro setup
Activate Premium if needed and install the complete Premium configuration.
agents pro setup performs the complete first-time Premium installation. If no
token is saved, it asks for your Premium access token, activates it, and
continues in the same run.
Usage
npx aiblueprint-cli@latest agents pro setup
What it installs
- Premium agents and skills.
- Frontend routing skills:
better,animate, andimpeccable. - Premium scripts and their dependencies.
- The advanced statusline and its
settings.jsonconfiguration. - Shell shortcuts such as
cc,ccc,cx, andcxc. - Required global dependencies.
Folder options
These options belong to the parent agents command, so place them before
pro setup.
| Option | Description |
|---|---|
-f, --folder <path> | Root containing .claude, .codex, and .agents (default: $HOME). |
--claudeCodeFolder <path> | Override the Claude Code folder. |
--codexFolder <path> | Override the Codex folder. |
--agentsFolder <path> | Override the shared agents folder. |
Examples
# Standard installation
npx aiblueprint-cli@latest agents pro setup
# Install into a custom configuration root
npx aiblueprint-cli@latest agents --folder ~/my-config pro setup
To review individual changes during later updates, use
agents pro sync.
Assistant Pro skills
Assistant Pro is a separate, skills-only product. Install its latest complete bundle with:
npx aiblueprint-cli@latest assistants pro setup
The command asks for the Assistant Pro access key when no saved key exists,
installs the all bundle from Melvynx/assistant-pro-skills, and configures the
shared skills for Claude Code, Codex, Hermes, and OpenClaw. Python 3 is required
by the repository's versioned installer.
The command has no arguments or flags. It installs into the standard user-level
assistant folders under $HOME.