context-management

Community

Context management for multi-agent workflows.

Author89jobrien
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Coordinating multiple agents and long-running tasks requires coherent context capture, distribution, and checkpoints. This Skill helps preserve state and surface relevant context to each agent.

Core Features & Use Cases

  • Context Capture: extract decisions and rationale
  • Context Distribution: tailor context for each agent
  • Memory & Checkpoints: persistent state across sessions
  • Context Compression: keep only what matters
  • Indexing & Retrieval: fast access to past decisions
  • Cross-Agent Handoffs: structured handoffs between steps

Quick Start

Capture the key context from this conversation and create a checkpoint for the next agent.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: context-management
Download link: https://github.com/89jobrien/steve/archive/main.zip#context-management

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository