Note: This marketplace content is maintained as static pages in the handbook (Phase 1). Per Decision 13, the handbook will eventually be a CI-driven consumer of generated catalog data from apm-registry releases.

APM Marketplace

The APM Marketplace is the staff-facing portal for Calab.ai APM packages and agent primitives. All content is generated from catalog artifacts published by calab-ai/apm-registry.

Handbook is a consumer, not the source of truth. Package manifests and primitive source files live in calab-ai/apm-registry. This handbook renders the generated catalog; it does not own or duplicate registry data. See Decision 13 for the decision rationale.

Marketplace pages are synced from the calab-ai/apm-registry release catalog artifact by the calab-sync-agent-primitives-bot GitHub App. The app opens PRs to calab-ai/calab-handbook for content/03 Products/Agent Primitives/marketplace/**; it never pushes directly to main, and normal handbook CI gates apply. The .github-private sync remains a parallel distribution target for generated org-level agent files.

Catalog Snapshot

FieldValue
Registrycalab-ai/apm-registry
Catalog version1.0.0
Generated at04/26/2026 02:21:13

Packages

Packages are curated compositions of primitives for specific use cases. Install a package to get all its primitives in one step.

PackageVersionLifecycleOwnerDescription
calab-org-agents1.0.0GAcalab-aiOrg-level Copilot agent package. Composes the build and plan agents for distribution to calab-ai/.github-private via the APM release pipeline.
calab-workspace-base1.0.0GAcalab-aiBase workspace package for Calab AI consumer repositories. Installs the core build and plan agents, shared coding-standards and security instructions, and essential CLI skills.

Primitives

Primitives are the individual building blocks. They can be installed standalone or as part of a package.

Agent

NameVersionLifecycleDescription
build1.0.0GAYou action and complete tasks.
plan1.0.0GAYou plan, decompose, and sequence work before acting.

Instructions

NameVersionLifecycleDescription
coding-standards1.0.0GA
security1.0.0GA

Skill

NameVersionLifecycleDescription
az-cli1.0.0GA
export-to-pdf1.0.0GA
gh-cli1.0.0GA
repo-calab-handbook1.0.0GA
repo-github-private1.0.0GA
summarise1.0.0GA
todo-cli1.0.0GA

How To Install

Use the gh calab CLI to install packages or primitives into your repository:

# Install a full package
gh calab apm install calab-workspace-base
 
# Resolve and lock all declared dependencies
gh calab apm resolve
 
# Check for drift between lockfile and installed files
gh calab apm validate

Declare dependencies in apm.yml in your repository root:

dependencies:
  - id: calab.package.workspace-base
    source:
      repo: calab-ai/apm-registry
      ref: refs/tags/packages/calab-workspace-base/v1.0.0
    targets:
      - path: .github/copilot

2 items under this folder.