Calab.ai APM Marketplace

The APM Marketplace is the central registry for Calab.ai AI primitives and packages — reusable Copilot agents, instructions, prompts, skills, hooks, and init sequences that accelerate AI-powered development.

Current catalog: 2 packages · 12 primitives
Registry: calab-ai/apm-registry

Quick Install

# Install the GitHub CLI extension
gh extension install calab-ai/gh-calab
 
# Install a package
gh calab apm install package calab.package.workspace-base
 
# Install a primitive
gh calab apm install primitive calab.agent.build

Browse the Catalog

  • Packages — curated bundles of primitives
  • Primitives — individual agents, instructions, skills, and more

Getting Started

New to APM? Start with Getting Started to install the CLI and run your first install.

Data Flow

flowchart LR
    R[apm-registry GA release] -->|portal-data.json| D[data/]
    D -->|generate-catalog-content.mjs| C[content/catalog/]
    C -->|npx quartz build| P[public/]
    P -->|GitHub Pages| S[apm.calab.ai]