Skip to content

Quick Start

Get up and running with AllAgents in minutes.

Terminal window
allagents workspace init my-workspace
cd my-workspace

Initialize directly from any GitHub repository - no cloning required:

Terminal window
# From a GitHub URL
allagents workspace init my-workspace --from https://github.com/myorg/templates/tree/main/nodejs
# Or using shorthand
allagents workspace init my-workspace --from myorg/templates/nodejs

This fetches the workspace configuration directly from GitHub and sets up your workspace instantly.

Terminal window
allagents workspace plugin install code-review@claude-plugins-official
Terminal window
allagents workspace sync

To install plugins globally for your user (available across all projects):

Terminal window
allagents workspace plugin install superpowers@obra/superpowers --scope user
allagents workspace sync --scope user
Terminal window
allagents workspace status