claudemem-orchestration
OfficialCoordinate parallel code analyses across agents.
AuthorMadAppGang
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill coordinates multi-agent code analyses by sharing claudemem outputs across parallel agents, enabling parallel investigations and consensus-based prioritization while avoiding redundant claudemem runs.
Core Features & Use Cases
- Single claudemem run: Run claudemem ONCE to get structural overview and index the codebase, then reuse the results across agents.
- Shared output: Write output to a shared file in the session directory so all agents read from the same source.
- Parallel investigations: Launch multiple agents in parallel, each reading the shared claudemem output.
- Consensus consolidation: Consolidate results with ultrathink-style analysis into a final report.
Quick Start
- Create a unique session directory for the orchestration.
- Run claudemem --nologo map "query area" --raw to generate a structure map and save it to the shared file.
- Launch agents in parallel that read the shared file and write individual analyses.
- Consolidate findings into a final consolidated report in the session directory.
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferences
💻 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: claudemem-orchestration Download link: https://github.com/MadAppGang/claude-code/archive/main.zip#claudemem-orchestration Please download this .zip file, extract it, and install it in the .claude/skills/ directory.