create-contextkit
v0.5.2
Published
Scaffold a new ContextKit data product. Run npx create-contextkit, fill out a Context Brief in your browser, and the pipeline builds your semantic plane automatically.
Maintainers
Readme
create-contextkit
Scaffold a new ContextKit project — one command to start building an AI-ready data product from your database.
Usage
npx create-contextkit my-project
cd my-project
context setupThe setup wizard opens in your browser. Fill out a Context Brief (name, owner, sensitivity, database connection), and the pipeline builds your semantic plane automatically.
What it creates
my-project/
├── context/
│ ├── models/ # Semantic models (OSI YAML)
│ ├── governance/ # Ownership, trust, security, semantic roles
│ ├── rules/ # Golden queries, business rules, guardrails
│ ├── lineage/ # Upstream/downstream lineage
│ ├── glossary/ # Business term definitions
│ └── owners/ # Team ownership records
├── contextkit.config.yaml
└── package.jsonWhat happens next
context setup— Browser wizard guides you through the Context Brief- Pipeline runs — Introspect database → scaffold Bronze → enrich to Silver
context dev --studio— Visual editor to curate metadata to Gold tiercontext serve— MCP server live, AI agents get full context
Part of ContextKit
See the ContextKit repository for full documentation.
License
MIT
