Claude Agent

agent-spawning

Imported from smith-horn/skillsmith/.claude/commands/agents/agent-spawning.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-spawning.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-spawning.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-spawning.md 720 B
    # agent-spawning
    
    Guide to spawning agents with Claude Code's Task tool.
    
    ## Using Claude Code's Task Tool
    
    **CRITICAL**: Always use Claude Code's Task tool for actual agent execution:
    
    ```javascript
    // Spawn ALL agents in ONE message
    Task("Researcher", "Analyze requirements...", "researcher")
    Task("Coder", "Implement features...", "coder")
    Task("Tester", "Create tests...", "tester")
    ```
    
    ## MCP Coordination Setup (Optional)
    
    MCP tools are ONLY for coordination:
    ```javascript
    mcp__ruflo__swarm_init { topology: "mesh" }
    mcp__ruflo__agent_spawn { agentType: "researcher" }
    ```
    
    ## Best Practices
    1. Always spawn agents concurrently
    2. Use Task tool for execution
    3. MCP only for coordination
    4. Batch all operations
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related