agent-file-coordination
4
总安装量
4
周安装量
#53004
全站排名
安装命令
npx skills add https://github.com/laurigates/claude-plugins --skill agent-file-coordination
Agent 安装分布
opencode
3
github-copilot
3
mcpjam
2
junie
2
windsurf
2
Skill 文档
Agent File Coordination
Description
File-based context sharing and coordination structures for multi-agent workflows. Provides standardized directory organization, file formats, and templates for transparent agent coordination and human inspection.
When to Use
Automatically apply this skill when:
- Setting up multi-agent workflows
- Reading/writing agent context files
- Monitoring agent progress
- Debugging agent coordination
- Sharing data between agents
- Maintaining workflow transparency
Directory Organization
Standard Structure
~/.claude/
âââ tasks/ # Workflow coordination
â âââ current-workflow.md # Active workflow status
â âââ agent-queue.md # Agent scheduling & dependencies
â âââ inter-agent-context.json # Structured cross-agent data
â
âââ docs/ # Agent outputs & results
â âââ {agent}-output.md # Standardized agent results
â âââ agent-output-template.md # Template for consistency
â
âââ status/ # Real-time progress
âââ {agent}-progress.md # Live status updates
[… rest of the file content – see source file for complete content]
References
- Related Skills:
agent-coordination-patterns - Related Commands: Multi-agent workflow commands
- Replaces:
agent-context-management(file structure sections)