Skip to content

Install and remove components

After initialization, you can change the official selection without starting over. These commands use the exact installed pack from the local cache. They do not contact the registry and do not need the original --pack directory.

You can also ask your coding agent — see Manage via coding agent.

Terminal window
agents-pack list
agents-pack list --installed
agents-pack list --available
agents-pack list --kind skill
agents-pack list --available --kind subagent

--installed and --available cannot be combined. User-owned components appear in installed listings with a user-owned label.

For selection semantics (recommended, all, explicit IDs), see Component selection.

Terminal window
agents-pack install ap-frontend-design --dry-run
agents-pack install ap-frontend-design --yes

Each command accepts exactly one official component ID.

Terminal window
agents-pack remove ap-frontend-design --dry-run
agents-pack remove ap-frontend-design --yes

Required components cannot be removed. Repeating an install or remove that is already satisfied is a safe no-op.

Terminal window
agents-pack status

Status is read-only. If a managed file is modified, missing, or malformed, fix that before retrying.