session-memory

Load and update session memory files across cc10x-router workflows.

161|25|Updated Oct 22, 2025
One-click install
npx skills add https://github.com/romiluz13/cc10x --skill session-memory-romiluz13
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: session-memory
Source: https://github.com/romiluz13/cc10x/tree/main/plugins/cc10x/skills/session-memory
Command: npx skills add https://github.com/romiluz13/cc10x --skill session-memory-romiluz13

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

DO NOT invoke directly - loaded automatically by ALL agents via frontmatter in cc10x-router workflows. MANDATORY skill loaded at start and updated at end of EVERY workflow. Persists context, learnings, decisions, and progress to .claude/cc10x/ folder. Without this, context is lost on compaction. Agents are invoked through cc10x-router workflows (BUILD/REVIEW/DEBUG/PLAN) - do not invoke agents or this skill directly.

Core Features & Use Cases

  • Memory load at start: Reads activeContext.md, patterns.md, and progress.md before decisions.
  • Memory update at end: Writes learnings, decisions, and next steps after workflow completion.
  • Persistent storage: Stores data under .claude/cc10x/ to survive compaction and restarts.
  • Use Case: Long-running tasks that require continuity across multiple interactions.

Quick Start

Memory is loaded automatically at workflow start and saved at the end; no manual steps are required.

Frequently Asked Questions about session-memory

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

FAQPage Schema
How do I persist workflow context across sessions?▼

Session memory automatically loads your active context, patterns, and progress at the start of each cc10x-router workflow and writes updates back to .claude/cc10x/ at the end. This persistence survives context compaction and restarts, ensuring continuity across BUILD, REVIEW, DEBUG, and PLAN sessions.

What happens to my decisions and learnings when a workflow ends?▼

Decisions and learnings are automatically written to activeContext.md, patterns.md, and progress.md in the .claude/cc10x/ directory at workflow completion. On your next session, these files are loaded first, restoring your prior state without manual intervention.

Do I need to manually save context between workflow runs?▼

No. Session memory is mandatory and loads and saves automatically through cc10x-router frontmatter. Memory management happens transparently at workflow start and end—no manual steps required.

Which workflow types support session memory?▼

Session memory applies to all cc10x-router workflows: BUILD, REVIEW, DEBUG, and PLAN. It is loaded and updated as part of every workflow execution to maintain consistent state.

What files store my session state?▼

Session state is stored in three files within .claude/cc10x/: activeContext.md for current context, patterns.md for discovered patterns, and progress.md for task progress. These files persist across compaction and agent restarts.