Getting Started
1. Install the GitHub CLI
Download from cli.github.com and authenticate:
gh auth login2. Install the gh-calab Extension
gh extension install calab-ai/gh-calab
gh calab --version3. Browse the Marketplace
# List all packages
gh calab apm list packages
# List all primitives
gh calab apm list primitives
# Search by tag
gh calab apm search --tag agents4. Install Your First Package
# Install the workspace base package (agents + instructions + skills)
gh calab apm install package calab.package.workspace-baseThis installs all included primitives and writes a lockfile (apm.lock.yaml) to your repository.
5. Install a Single Primitive
gh calab apm install primitive calab.agent.buildCross-references
- Concepts — understand primitives, packages, and lockfiles
- Handbook APM onboarding: see the Calab.ai Handbook for workspace-level setup guidance