Build Context Packs
Turn local files, Markdown records, source maps, validation rules, and export profiles into reusable AI-ready context.
Context layer / source-backed / ready for agents
Contextarr is the context layer: a self-hosted system that turns local files, records, sources, and rules into validated Context Packs for AI assistants and agents. It is not an agent runner.
Core object
A Context Pack is a structured, versioned, source-backed bundle of reusable context for humans and AI tools.
Examples
{
"pack_id": "ai-workstation-pack",
"version": "0.7.0",
"records": ["records/*.md"],
"source_map": "sources.json",
"export_profiles": ["chatgpt", "claude", "codex", "json_records"],
"review_status": "human-reviewed"
} Turn local files, Markdown records, source maps, validation rules, and export profiles into reusable AI-ready context.
Catch missing fields, stale records, broken source references, sensitive exports, and unreviewed drafts before context reaches an AI tool.
Generate profile-driven context for ChatGPT, Claude, Codex, Claude Code, generic Markdown, JSON records, and read-only MCP clients.
How it works
Your source files stay local. SQLite is a rebuildable index. Exports are generated artifacts. MCP is read-only.
Markdown, JSON, source maps, rules, and profiles stay on disk.
Schemas and deterministic checks catch missing or unsafe context.
SQLite is rebuilt from packs and remains derived local state.
Health and review queues keep draft context visible.
Records become sanitized Markdown or static HTML.
Profiles generate target-ready artifacts with redaction rules.
Clients can inspect approved context without mutating files.
Current build status
Contextarr is not production ready. The public repo now has the local Context Pack workflow implemented through Phase 11, while Phase 12 is documentation and terminology planning for future Skills and Agent Kits only.
No Skill schema code, Agent Kit runtime, cloud sync, marketplace, or agent runner.
Security boundaries
Contextarr prepares local, reviewable context. It does not host a cloud vault, phone home, execute pack content, or run agents.
Future direction
This is planned after the core Context Pack system is stable. Contextarr will prepare Agent Kits, not run them.
Skills tell agents how to work.
Context Packs tell agents what to know.
Agent Kits combine both for a specific task.