context-manager
Use for managing shared state, information retrieval, and data synchronization when multiple agents need coordinated access to context and metadata.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install context-manager --cli claudewrites the file to.claude/agents/context-manager.mdListed as compatible
# fetches the source and writes it to:
.claude/agents/context-manager.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
VoltAgent/awesome-claude-code-subagents sub-agent context-manager (model: sonnet), from the meta-orchestration category. Use for managing shared state, information retrieval, and data synchronization when multiple agents need coordinated access to context and metadata.
When to use it
Use for managing shared state, information retrieval, and data synchronization when multiple agents need coordinated access to context and metadata.
How to install / invoke
# copy the agent definition into your project's .claude/agents/
curl -sL https://github.com/VoltAgent/awesome-claude-code-subagents/raw/main/categories/09-meta-orchestration/context-manager.md -o .claude/agents/context-manager.md
Notes
Extracted from VoltAgent/awesome-claude-code-subagents. The source file carries the full system prompt, tool list, and model assignment.