Agent skill

continuity

Manage session continuity (Ledgers and Handoffs). Use this to save state before clearing context or ending a session.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/design/continuity-julwrites-agent-harness

SKILL.md

Continuity System

Use this skill to manage long-term memory artifacts.

Create a Ledger (In-Session State)

Save the current state of your work before clearing context.

bash
python3 scripts/continuity.py ledger create "Title of work" "Description of current state, working files, and next steps"

Create a Handoff (Between-Session State)

Create a summary for the next session/agent.

bash
python3 scripts/continuity.py handoff create "Title of handoff" "Summary of what was done, what is left, and key decisions"

Read Latest

Retrieve the most recent context.

bash
python3 scripts/continuity.py ledger read-latest
python3 scripts/continuity.py handoff read-latest

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results