Claude Agent

agent-coordination

Imported from smith-horn/skillsmith/.claude/commands/agents/agent-coordination.md.

LLM Mart · 0 points · 15 views 0 listing impressions 0 install-command copies

What vetted this — trust report

Download smith-horn-skillsmith-.claude_commands_agents_agent-coordination.md-65b83c9.zip · 0 KB
Part of smith-horn/skillsmith — 12 skills

Install

skills CLI npx skills add https://github.com/smith-horn/skillsmith/tree/main/.claude/commands/agents/agent-coordination.md
Git git clone https://github.com/smith-horn/skillsmith.git

The skills CLI installs just this skill, for any of its supported agents. Git is the plain clone.

Files (skillsmith)
  • agent-coordination.md 740 B
    # agent-coordination
    
    Coordination patterns for multi-agent collaboration.
    
    ## Coordination Patterns
    
    ### Hierarchical
    Queen-led with worker specialization
    ```bash
    npx -y ruflo@3.14.2 swarm init --topology hierarchical
    ```
    
    ### Mesh
    Peer-to-peer collaboration
    ```bash
    npx -y ruflo@3.14.2 swarm init --topology mesh
    ```
    
    ### Adaptive
    Dynamic topology based on workload — `adaptive` is not a documented `--topology` value in v3, so use
    `--auto-scale` (default true) on a documented topology instead of an unverified `adaptive` value:
    ```bash
    npx -y ruflo@3.14.2 swarm init --topology hierarchical --auto-scale
    ```
    
    ## Best Practices
    - Use hierarchical for complex projects
    - Use mesh for research tasks
    - Use adaptive for unknown workloads
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related