# About — OneCue

OneCue is the context intelligence layer between a software project and the coding agents that work on it. It starts with project decisions, reasons, and selective context for Claude Code. Code-linked knowledge, continuous background verification and enrichment, a context-spend report, and additional agent integrations are planned.

## What exists today

OneCue ships as a free, local-first install: a skill that teaches Claude Code
(and Devin) to capture and recall project memory, plus the `onecue` CLI whose
lifecycle hooks make recall automatic. Records live as readable Markdown in the
project (`.onecue/memories/`) and a local store (`~/.onecue/projects/`) —
portable files, not a hosted service. `onecue doctor` verifies the setup.

## Where it's going

Claude Code is the entry point, not the boundary. The planned direction is
context intelligence that verifies saved lessons against changing code,
connects them to evidence, and shares project understanding across agents,
machines, and teammates — with Codex, Cursor, Gemini CLI, and OpenCode support
planned through hooks, skills, and MCP integrations.

## How it's built

OneCue is an independent project. The skill and CLI source are on GitHub:
https://github.com/onecueai/onecue-skill

Contact: hello@onecue.sh · https://onecue.sh/contact
