Quick Start
Get up and running with AllAgents in minutes.
Create a Workspace
Section titled “Create a Workspace”allagents workspace init my-workspacecd my-workspaceOr Start from a Remote Template
Section titled “Or Start from a Remote Template”Initialize directly from any GitHub repository - no cloning required:
# From a GitHub URLallagents workspace init my-workspace --from https://github.com/myorg/templates/tree/main/nodejs
# Or using shorthandallagents workspace init my-workspace --from myorg/templates/nodejsThis fetches the workspace configuration directly from GitHub and sets up your workspace instantly.
Install Plugins
Section titled “Install Plugins”allagents plugin install code-review@claude-plugins-officialOn an interactive terminal, choose project or user scope, select the clients that should receive the plugin, review the declaration, and confirm. For scripts, provide the target explicitly:
allagents plugin install code-review@claude-plugins-official \ --scope project --client claude,codex --yesSync Plugins
Section titled “Sync Plugins”allagents updateAdd Individual Skills
Section titled “Add Individual Skills”Pass owner/repo directly to install all skills from that repo — no flags required:
allagents skill add ReScienceLab/opc-skillsTo install only a specific skill from a multi-skill repo:
allagents skill add reddit --from ReScienceLab/opc-skillsOr point at a specific skill file with a full URL:
allagents skill add https://github.com/owner/repo/tree/main/skills/my-skillInstall User-Scoped Plugins
Section titled “Install User-Scoped Plugins”Choose user in the interactive installer, or pass the target explicitly:
allagents plugin install superpowers@obra/superpowers \ --scope user --client claude,codex --yesThe selected plugin is added to ~/.allagents/workspace.yaml and synced to the
selected user-level client directories.
Check Status
Section titled “Check Status”allagents statusLists all configured plugins and skills with their availability status and target clients. Each entry shows a Type of plugin or skill. The legacy form allagents workspace status is still accepted.