contextdb-autopilotlisted
Install: claude install-skill rexleimo/harness-cli
# ContextDB Autopilot
Working directory: project root. Commands assume repo root; `npm run contextdb` runs from `mcp-server/`.
## Overview
Use this skill only to persist and retrieve ContextDB state. ContextDB is no longer a prompt-injection layer.
Runtime rules:
- Do not auto-inject ContextDB packets, continuity summaries, persona overlays, user overlays, route guides, or handoff prompts into model prompts.
- Interactive startup may show a short local unfinished-task summary to the user; it must not pass that summary as model input.
- One-shot mode sends only the explicit `--prompt` text to the selected client.
- Durable workflow constraints belong in checked-in instruction files (`AGENTS.md`, `CLAUDE.md`, `GEMINI.md`) and repo-local skills.
Deprecated prompt-loading flags are intentionally unsupported:
- `--startup-mode inject`
- `--context-mode`
- `--limit`
- `CTXDB_AUTO_PROMPT`
If old docs, scripts, or user requests mention these as ways to preload memory, treat them as removed behavior. Use explicit search/timeline retrieval instead.
Script path: `scripts/ctx-agent.sh`
## When to Use
- You want cross-CLI memory continuity (`codex`, `claude`, `gemini`, `opencode`) in the same project.
- You need automatic session creation, event logging, checkpoints, and continuity/handoff artifact writes.
- You want to retrieve prior facts explicitly before continuing work.
Do not use this skill just to execute a normal coding task. Use the project workflow/superpowers skills for