context-pack
SolidCreates structured handoff briefings between agents. Use when delegating complex work to subagents that would otherwise lose context. Packages task context, constraints, and progress into a compact packet that subagents can consume without re-reading the full conversation. Prevents the 'lost context' problem in multi-agent delegation.
Install
Quality Score: 87/100
Skill Content
Details
- Author
- Rune-kit
- Repository
- Rune-kit/rune
- Created
- 6 months ago
- Last Updated
- 3 weeks ago
- Language
- JavaScript
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
context-pack
Packs the most relevant context (files, docs, prior decisions) into a compact payload for injection into the next agent turn. Build a task-aware context bundle before large changes, reviews, or unfamiliar work. Pul l only the code, standards, plans, RAG hits, and notes that matter instead of reading wi de. Use before refactors, cross-file fixes, unfamiliar repos, or when starting a session where you will spend more than five reads exploring. Backed by the local RAG index via the rag_query MCP tool. Skip when the task touches one known file or the answer fits in a single grep.
context-packet
Design and build context-packet DAG pipelines — graph design, shell orchestration, MCP server integration, and programmatic TypeScript API. Use when creating AI agent workflows that pass context between nodes.