continuity_ledger

Maintain a ledger file to preserve session state across clears.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/sameer-thakkar/hackin26-next-deimos --skill continuity-ledger-sameer-thakkar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuity_ledger
Source: https://github.com/sameer-thakkar/hackin26-next-deimos/tree/main/.cursor/skills/continuity_ledger-ho
Command: npx skills add https://github.com/sameer-thakkar/hackin26-next-deimos --skill continuity-ledger-sameer-thakkar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps manage long-running sessions by preserving the state across clears, ensuring that you can pick up where you left off without losing context.

Core Features & Use Cases

  • Session State Preservation: Saves and restores session state for tasks spanning multiple work sessions.
  • Ledger Management: Utilizes a ledger file to maintain context, decisions, and open questions.
  • Use Case: Ideal for complex tasks that require maintaining a detailed context over several days, such as large-scale software development or in-depth research.

Quick Start

Start a new session by creating a ledger file in 'thoughts/ledgers/' with the session name and update it regularly to track progress and decisions.

Frequently Asked Questions about continuity_ledger

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I preserve session state across context clears for long-running tasks?

To preserve session state across clears, you maintain a ledger file that records context, decisions, and open questions, allowing you to resume long-term complex tasks without losing progress. This ensures continuity during multi-day work sessions.

What is the best way to manage context preservation for complex software development spanning multiple sessions?

Context preservation for complex software development is managed by utilizing a dedicated ledger file to track progress and decisions. You create this ledger in a specific directory and update it regularly to maintain detailed context over several days.

How do I start tracking work session state using a ledger file?

To start tracking work session state, create a ledger file in the designated thoughts/ledgers/ directory using your chosen session name. You then interact with and update this file regularly to log ongoing progress and decisions.

Does managing session state with a ledger require manual user interaction?

Yes, managing session state with a ledger requires manual user interaction to update the ledger file. You must actively record context and decisions during your work session to ensure no critical information is lost during clear operations.

When should I use a ledger file for task management instead of standard session memory?

You should use a ledger file for task management when engaging in long-term, complex tasks that require maintaining detailed context over several days, such as large-scale software development or in-depth research, ensuring decisions are not lost.