Install and remove components
Install and remove components
Section titled “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.
See what is installed or available
Section titled “See what is installed or available”agents-pack listagents-pack list --installedagents-pack list --availableagents-pack list --kind skillagents-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.
Install an available component
Section titled “Install an available component”agents-pack install ap-frontend-design --dry-runagents-pack install ap-frontend-design --yesEach command accepts exactly one official component ID.
Remove an optional component
Section titled “Remove an optional component”agents-pack remove ap-frontend-design --dry-runagents-pack remove ap-frontend-design --yesRequired components cannot be removed. Repeating an install or remove that is already satisfied is a safe no-op.
Check health afterward
Section titled “Check health afterward”agents-pack statusStatus is read-only. If a managed file is modified, missing, or malformed, fix that before retrying.