Context-as-Code Packs
Browse, purchase, install, and publish packs through an account-aware marketplace.
For Consumers
- Browse the published catalog and inspect dedicated pack detail pages.
- Sign in and switch into the account you want to operate from.
- Install the CLI globally, authenticate with
ctx login, then runctx pack installfrom the root of your git repo.
CLI package: @zebralabs/context-cli
Install with npm install -g @zebralabs/context-cli
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.
- Install the CLI and authenticate to the marketplace.
- Initialize the authoring workspace, then create and validate the publishable pack source locally.
- 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 ....