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 workspace plugin install code-review@claude-plugins-officialSync Plugins
Section titled “Sync Plugins”allagents workspace syncInstall User-Scoped Plugins
Section titled “Install User-Scoped Plugins”To install plugins globally for your user (available across all projects):
allagents workspace plugin install superpowers@obra/superpowers --scope userallagents workspace sync --scope userCheck Status
Section titled “Check Status”allagents workspace status