Continuity
Description
Give claude the memory of a pair-programmer. No serious dependencies, all substance
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
Continuity
Persistent memory for AI coding agents.
Single binary. Zero dependencies. Your agent never starts cold again.
Install • Documentation • Getting started • Design
Every time you start a Claude Code session, it forgets who you are. Your preferences, your project context, the patterns you've established, the bugs you've already solved — all gone. You re-explain yourself. Again.
Continuity fixes this. It captures what happened, what was learned, and how you work, then injects that context into future sessions automatically.
What it remembers
- How you work — feedback style, autonomy level, corrections given. A compounding relational profile that means your agent stops making the same mistakes.
- What you prefer — tools, workflows, conventions. "Always use devbox." Learned once, applied forever.
- What happened — decisions, deployments, architecture choices. Project history that doesn't vanish when a session ends.
- How to solve things — patterns, techniques, bug→fix pairs.
- What it was like — relational moments that capture the texture of working together.
Install
# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/lazypower/continuity/main/install.sh | sh
# Homebrew
brew install lazypower/tap/continuity
# Arch Linux (AUR) — community-maintained by @klrmngr
yay -S continuity-bin
One binary. 17MB. No Docker, no Node, no Python.
Then wire it into Claude Code — hooks, MCP tools, and directives — in about four minutes: **[Getting started →](docs/getting-started/install.md)**
Documentation
**[Full documentation →](docs/README.md)**
| [Getting |
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development