← ClaudeAtlas

context-bridgelisted

Use when starting, continuing, or closing a Claude Code session on a multi-session project. Scaffolds a small per-project wiki (.claude/wiki/) and runs an 11-step save+sync that produces a paste-and-resume handoff prompt. Solves cross-session amnesia. Does NOT solve mid-session context bloat — use /strategic-compact for that.
aksheyw/context-bridge · ★ 0 · AI & Automation · score 72
Install: claude install-skill aksheyw/context-bridge
# context-bridge A skill that stops cross-session amnesia in Claude Code projects. Each project gets a small `.claude/wiki/` (markdown, append-only) plus a save+sync protocol that produces a paste-and-resume handoff prompt for the next session. ## What this skill does - **Scaffolds** a `.claude/wiki/` with 4 root files (`_hot`, `_log`, `_findings`, `_schema`) plus `decisions/` and `gotchas/` as they accrue. - **Captures** non-obvious learnings into the wiki during a session (`/cb-ingest`). - **Closes** a session via an 11-step save+sync that updates the wiki, commits, and prints a handoff prompt (`/cb-save-sync` → `/cb-handoff`). - **Embeds** two honesty rules (never-fabricate, 95% confidence) into the project's `CLAUDE.md` so the discipline travels with the wiki. ## What this skill does NOT do - ❌ **Mid-session bloat.** Use `/strategic-compact`, `/aside`, or native compaction. - ❌ **Multi-user / team-shared wikis.** Single-developer, single-machine. - ❌ **Code-aware retrieval / embeddings.** Wiki is plain markdown; grep is the search. - ❌ **Auto-summarization of past sessions.** The author decides what's durable. - ❌ **IDE-level context** (Cursor / Aider / Codex). Claude Code only in v0.1. If your need is in that list, this is the wrong skill — and that's fine. Skill body is intentionally narrow. ## When to use - Project lifespan > ~3 days, multi-session. - Solo dev using Claude Code as the primary loop. - You catch yourself re-deriving the same context every Monday.