contextdb-autopilot

Solid

Automatic ContextDB session lifecycle — init, session events, checkpoints, and continuity artifacts. Use when you need AIOS context persistence without prompt injection. NOT for general task execution — only for ContextDB session management. TRIGGER: contextdb、session persist、checkpoint save.

AI & Automation 52 stars 6 forks Updated today MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
57
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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. Let the current Rex Capability Command select t...

Details

Author
rexleimo
Repository
rexleimo/aios
Created
6 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

dreamcontext

AI agent persistent context management system. Activate when working on any project that has an _dream_context/ directory, when managing tasks, features, knowledge, insights (Lab analytics metrics), roadmap objectives/OKRs, automations (scheduled, unattended recurring jobs), triggers, session continuity, or when the user mentions context management, agent memory, or project state — the words insight, objective, task, feature, knowledge, automation, trigger name dreamcontext entities in any language. Also activate when work should repeat on a schedule with nobody asking ("every morning", "her gün", "run this daily", a recurring digest/report/check): that is an automation here, never a hand-rolled cron/launchd job or external scheduler. Provides structured memory, task lifecycle management, scheduled automations and context triggers, analytics insight syncing, ClickUp/GitHub task sync, a web dashboard, cross-project federation, and cross-session continuity via the dreamcontext CLI.

12 Updated today
meanllbrl
AI & Automation Listed

context-mode

Context window optimization for AI coding agents. Sandboxes tool output (98% reduction), persists session memory across compactions, and enforces routing across 17 platforms via MCP + hooks. Use when context window is filling up, tool outputs are too large, or session state needs to survive compaction. Works with Antigravity, Claude, Cursor, Codex, Copilot, OpenCode, and more. Source: https://github.com/mksglu/context-mode — MCP-layer sandboxing, local-only, no telemetry.

1 Updated 1 weeks ago
williamcorrea23