mcpbeat

Context Management

aiskillstore/context-management

Context management specialist for multi-agent workflows and long-running tasks. Use when coordinating multiple agents, preserving context across sessions, or managing complex project state. Focuses on context compression and distribution.

This is a copy. The original lives at comeonoliver/context-management.

9k tokens
context cost
the whole folder, loaded on every use
4
files
instructions only
0
copies elsewhere
how many repositories repackaged it
404
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/aiskillstore/marketplace --skill context-management

What comes with it

34 840 bytes besides the instruction
memory-management.md
references/patterns.md
skill-report.json

The instruction itself

14 sections, as written by the author

Context Management

This skill manages context across multi-agent workflows and long-running tasks, ensuring coherent state preservation and efficient context distribution.

When to Use This Skill

  • When coordinating multiple agents in a workflow
  • When preserving context across sessions
  • When managing long-running projects
  • When compressing context for efficiency
  • When distributing context to specific agents
  • When creating context checkpoints

What This Skill Does

  • Context Capture: Extracts key decisions and rationale
  • Context Distribution: Prepares relevant context for each agent
  • Memory Management: Stores critical project decisions
  • Context Compression: Reduces context size while preserving key information
  • Context Indexing: Creates indexes for quick retrieval
  • State Preservation: Maintains coherent state across sessions

How to Use

Manage Context

Capture the key context from this conversation
Prepare context for the next agent in this workflow

Specific Tasks

Create a context checkpoint for this project milestone

Context Formats

Quick Context (< 500 tokens)

  • Current task and immediate goals
  • Recent decisions affecting current work
  • Active blockers or dependencies

Full Context (< 2000 tokens)

  • Project architecture overview
  • Key design decisions
  • Integration points and APIs
  • Active work streams

Archived Context

  • Historical decisions with rationale
  • Resolved issues and solutions
  • Pattern library
  • Performance benchmarks

Best Practices

Context Management

  • Relevance Over Completeness: Include only what's needed
  • Key Decisions: Capture rationale, not just outcomes
  • Compression: Reduce context while preserving meaning
  • Indexing: Create searchable context indexes
  • Checkpoints: Save context at major milestones

Reference Files

  • references/patterns.md - Context management patterns, handoff templates, and multi-agent coordination
  • Multi-agent coordination
  • Long-running project management
  • Context preservation across sessions
  • Workflow state management
  • Project knowledge management

How to use it

Copy the folder

Take aiskillstore/context-management from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.