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

Install a specific skill from a GitHub repo without adding the full plugin:

Terminal window
allagents skills add reddit --from ReScienceLab/opc-skills

Or pass a GitHub URL directly:

Terminal window
allagents skills add https://github.com/owner/repo/tree/main/skills/my-skill

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