Package Exports
- @agent-context-kit/cli
- @agent-context-kit/cli/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@agent-context-kit/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@agent-context-kit/cli
CLI context-kit for agent-context-kit: scaffold layered LLM context (docs/agent/, manifest.yaml) and keep engine-managed doc regions in sync.
Requirements: Node.js 18+.
Install
npm install -g @agent-context-kit/cliOr run without installing:
npx @agent-context-kit/cli --helpThe context-kit command is available after a global install (or via npx).
Quickstart
In your project root (empty or existing repo):
context-kit initThis creates manifest.yaml, docs/agent/*, docs/features, docs/decisions, docs/human, plus Cursor (.cursor/rules/agent-context-kit.mdc) and Claude (CLAUDE.md) entry points so agents know how to use the workflow.
Then edit manifest.yaml and fill docs/agent/values.md, glossary.md, etc.
Commands
| Command | Description |
|---|---|
context-kit init |
Scaffold the kit structure in the current directory |
context-kit sync |
Update <!-- agent-context-kit:engine --> regions from the bundled template; keeps <!-- agent-context-kit:project --> blocks |
context-kit check |
Check manifest.yaml exists, required files, rough token budget warnings |
context-kit list |
List prompt files and feature specs in docs/ |
context-kit --helpCompanion package
Use @agent-context-kit/toolshed-server to expose the same manifest.yaml and docs as MCP tools (Cursor, Claude Desktop, etc.).
License
MIT