Context-as-Code Packs

Browse, purchase, install, and publish packs through an account-aware marketplace.

For Consumers

  1. Browse the published catalog and inspect dedicated pack detail pages.
  2. Sign in and switch into the account you want to operate from.
  3. Install the CLI globally, authenticate with ctx login, then run ctx pack install from the root of your git repo.

CLI package: @zebralabs/context-cli

Install with npm install -g @zebralabs/context-cli

View CLI package on npm

For Creators

New creator? Start with the marketplace creator guide. It is the canonical walkthrough for turning a process or body of knowledge into a published pack.

  1. Install the CLI and authenticate to the marketplace.
  2. Initialize the authoring workspace, then create and validate the publishable pack source locally.
  3. Publish versions with the CLI, then manage listing details in Creator Studio.

Start with ctx login --base-url https://context-as-code-marketplace.zebralabs.io, then ctx pack init, ctx pack create, and ctx pack publish --path ....

Start the creator quick start