SessionAnchor
Description
One-command context memory for Claude Code sessions. Local SQLite, zero dependencies.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
SessionAnchor
[](https://pypi.org/project/SessionAnchor/) [](https://pypi.org/project/SessionAnchor/) [](https://github.com/calesthio/SessionAnchor/blob/master/LICENSE)
One-command context memory for [Claude Code](https://docs.anthropic.com/en/docs/claude-code) sessions.
The Problem
Claude Code sessions are stateless. Every new conversation starts cold. Claude re-reads your entire `CLAUDE.md`, architecture docs, and context files from scratch, burning through tokens and losing the decisions, progress, and institutional knowledge from your last session.
If your project has grown any real context (and most do), you're paying for it on every single session start:
- A typical project accumulates 10-30KB of context files
- That's ~15,000-25,000 tokens loaded every session, most of it stale
- Decisions made three weeks ago get equal weight to yesterday's blockers
- There's no continuity: Claude doesn't know what it did last time
The Solution
`SessionAnchor` replaces flat context files with a local SQLite memory store that uses tiered retrieval. One command gives your repo continuity across sessions.
Before: ~18,000 tokens loaded from markdown files every session
After: ~2,000 tokens loaded from structured memory (9x reduction)
The boot briefing is compact, current, and structured. Claude gets exactly what it needs to resume work, not a wall of historical text.
Who This Is For
This tool is built for a specific scenario:
- You use Claude Code (Anthropic's CLI agent) on real projects
- Your projects have accumulated context that Claude needs across sessions
- You want local-only, zero-setup continuity without hosted services or API keys
- You care about token efficiency and want to measure it
It is **not** a general-purpose memory
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11