AgentContextKit 0.2.2
Offline-first toolkit for agent-ready repositories: readiness scoring, instruction graphs, context packs, policy/rule packs, MCP, GitHub Actions, diagnostics, and VS Code.
Install
npm install --global @cynrath/agent-context-kit@0.2.2
ackit --version # 0.2.2
npx --yes @cynrath/agent-context-kit@0.2.2 --help
Quickstart
ackit init --dry-run # plan shims + 4 built-in skills (writes nothing)
ackit scan --ci # gate: exit 1 at/over threshold (medium)
ackit readiness # 0–100, N/A renormalization, --strict/--fail-below
ackit instructions --explain # graph v2 with provenance
ackit optimize --explain # 8-class advisor, waste estimates
ackit pack --profile codex --max-tokens 50000 # provider-aware, budgeted
ackit dashboard --port 0 --open # localhost-only
Why ACKit?
| Before | With ACKit |
|---|---|
| Convention-based — nothing is verified | Deterministic local analysis |
| Cloud-coupled — code leaves the machine | Offline-by-construction — zero network |
| Secrets leak into prompts/logs | Redacted at construction |
Features
- Readiness 0–100 — 6 categories, weighted renormalization
- Instruction Graph v2 — Codex/Claude/Gemini/Copilot, scope→precedence
- Provider Profiles — codex/claude/copilot/gemini/generic, budget/includePriority
- Rule Packs — declarative, offline, ReDoS/size guards
- Optimize v2 — 8-class taxonomy, waste estimates
- Context Packs — weighted ranking, manifest hash/reason/tokens
- Scanning — SARIF 2.1.0, redacted evidence
- Tasks — docs-first, single-active
- Dashboard — localhost-only 127.0.0.1, CSP
- Diagnostics — bundle-manifest.json with sha256
- MCP — stdio, 9 tools, 5 resources, 4 prompts
- VS Code — Cynrath.ackit-vscode v0.2.2
- GitHub Action — Cynrath/agent-context-kit@v0.2.2
Docs
Canonical source: README.md + docs/** + CHANGELOG.md from agent-context-kit@0.2.2. This site is a presentation layer only — no CDN, no analytics, no tracking.