ctx-remember

Recall project context and present a structured readback across sessions.

74|14|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/ActiveMemory/ctx --skill ctx-remember
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ctx-remember
Source: https://github.com/ActiveMemory/ctx/tree/main/internal/tpl/claude/skills/ctx-remember
Command: npx skills add https://github.com/ActiveMemory/ctx --skill ctx-remember

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Recall project context to prevent losing continuity across sessions.

Core Features & Use Cases

  • Silent recall of context across sessions to maintain continuity
  • Present a structured readback including last session, active work, and recent context
  • Integrates with ctx workflow to rehydrate context at session start

Quick Start

Recall the current project context and present it as a structured readback.

Frequently Asked Questions about ctx-remember

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

FAQPage Schema
How do I restore AI assistant context across different sessions?

To restore context across sessions, you can trigger a silent recall process that reads an existing context packet and presents a structured readback of the last session, active work, and recent context to maintain continuity.

What is the best way to prevent losing project continuity when starting a new session?

Preventing continuity loss involves performing a structured readback at session start, which rehydrates your active work and recent context from a saved packet without exposing raw project files.

How does silent context recall work for AI assistants?

Silent context recall works by reading a stored context packet and translating it into a consistent readback format, summarizing the last session and active work without dumping raw files into the chat.

Do I need to manually locate raw files to rehydrate context for a session?

No, you do not need to manually locate raw files. The recall mechanism reads the context packet internally and produces a structured readback directly, keeping the underlying raw project files hidden.

When should I trigger a context readback during my workflow?

You should trigger a context readback at the start of a new session or whenever your AI assistant seems to have lost the active work context, ensuring continuity across your project tasks.

What does a structured context readback include?

A structured context readback includes a summary of the last session, current active work, and recent context, providing a consistent format to quickly reorient the AI assistant.