context-agent

Capture, compress, and restore conversation context across Claude Code sessions.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ProgramadorBrasil/antigravity-skills --skill context-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-agent
Source: https://github.com/ProgramadorBrasil/antigravity-skills/tree/main/skills/context-agent
Command: npx skills add https://github.com/ProgramadorBrasil/antigravity-skills --skill context-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Context Agent tackles the challenge of maintaining continuity across Claude Code sessions by capturing, compressing, and restoring essential context between interactions.

Core Features & Use Cases

  • Seamless memory across sessions: preserves topics, decisions, tasks, blockers, and discoveries for quicker briefings.
  • Automatic memory synchronization: updates MEMORY.md and keeps ACTIVE_CONTEXT.md compact for system prompts.
  • Project lifecycle awareness: maintains PROJECT_REGISTRY.md and detects touched projects from sessions to reflect status.

Quick Start

Instruct the agent to save the current session context and load the next briefing to resume work.

Frequently Asked Questions about context-agent

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

FAQPage Schema
How do I maintain conversation context across multiple Claude Code sessions?

To maintain conversation context across Claude Code sessions, you can automate the capture, compression, and restoration of topics, decisions, and tasks. This preserves memory continuity for quicker project briefings when resuming work.

What is the best way to save session memory for ongoing coding projects?

The best way to save session memory is using automatic synchronization to update memory files and keep active context compact. This preserves blockers and discoveries for quick retrieval during later interactions.

How do I resume a multi-session project without losing previous decisions?

You can resume a multi-session project without losing decisions by loading a saved briefing that restores extracted topics and tasks. This lifecycle awareness automatically detects touched projects to reflect status.

Does context restoration work for memory-heavy tasks with large project histories?

Yes, context restoration works for memory-heavy tasks by applying deterministic extraction and a fast search index. It compresses ongoing conversations and retrieves persistent decisions without overwhelming system prompts.

Why does my active context file become too large during long coding sessions?

Active context files become too large because uncompressed session details accumulate. Automatic memory synchronization solves this by compacting active context and moving persistent topics to a dedicated memory file.