Skip to main content

Prerequisites

  • Bun >= v1.3.0
  • Docker
  • ripgrep (rg)

Install

bun i -g ctxpack@latest

Initialize Config

Run from your project root:
ctxpack
ctxpack setup
ctxpack will tell you setup status. ctxpack setup creates ./ctxpack.config.jsonc when missing. After setup, install the agent skill (optional):
ctxpack skill
This runs:
npx skills add iboughtbed/ctxpack --skill ctxpack

Connect a Provider

ctxpack connect --provider openai
Or interactive:
ctxpack connect

Verify Configuration

ctxpack config