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.

GitHub npm Release v0.2.2

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?

BeforeWith ACKit
Convention-based — nothing is verifiedDeterministic local analysis
Cloud-coupled — code leaves the machineOffline-by-construction — zero network
Secrets leak into prompts/logsRedacted at construction

Features

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.