Continuity banner
lazypower lazypower

Continuity

Development community

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

Continuity

Persistent memory for AI coding agents.
Single binary. Zero dependencies. Your agent never starts cold again.

InstallDocumentationGetting startedDesign


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