
Swannysec Context Keeper
- 3 repo stars
- Updated April 9, 2026
- swannysec/context-keeper
Context Keeper is a Claude Code plugin that provides text-file-based persistent memory for AI agents across sessions and projects.
About
Context Keeper is a Claude Code plugin that treats memory as readable files on disk so your agent can reload context predictably across sessions. developers lose hours when Claude forgets prior ADRs, naming conventions, or half-finished tasks; this approach favors transparent markdown persistence with global and project-specific layers rather than buried chat logs. Use it journey-wide whenever you restart sessions, switch machines, or parallelize worktrees—but catalog it under Operate because compounding memory pays off most during long iteration cycles. It complements—not replaces—git history and formal docs sites. Review what gets written to disk for secrets before enabling on client repos.
- Plain-text and markdown file-based memory—not opaque vector-only stores.
- Session and structured documentation persistence for AI agents.
- Global plus project-specific context scopes.
- ADR-friendly structured notes for decisions and architecture.
- Single plugin bundle (pluginCount: 1) from swannysec/context-keeper.
Swannysec Context Keeper by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install swannysec-context-keeper@swannysec/context-keeperAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 3 |
|---|---|
| Last updated | April 9, 2026 |
| Repository | swannysec/context-keeper ↗ |
What it does
Give Claude Code durable, file-based memory across sessions with global and project-scoped markdown context.
Who is it for?
Best when you're running many Claude Code sessions on one codebase and want inspectable, file-based agent memory.
Skip if: Skip if you require enterprise memory with RBAC, encryption, and hosted sync instead of local plain-text files.
What you get
After install, the agent can read and update markdown memory files so global and project context survives between sessions and supports steadier iteration.
- Installed Context Keeper Claude Code plugin
- On-disk global and project-specific memory files the agent can load and update
Recommended Plugins
How it compares
File-based agent memory plugin, not an MCP database connector or a testing marketplace.
FAQ
Who is context-keeper for?
Developers and small teams using AI agents who want durable, human-readable context in markdown files across sessions.
When should I use context-keeper?
When you repeatedly bootstrap the same project context, maintain ADRs, or split work across sessions and need structured persistence without a separate notes app.
How do I add context-keeper to my agent?
Register swannysec/context-keeper as a Claude Code plugin marketplace source, install the plugin, and configure global and project-specific memory paths per the repo docs.