π¦ ClawHub
Spawner
by @dodge1218
Spawn sub-agents for independent work that needs file edits, builds, or long-running tasks. Use when work is too heavy for inline execution. NOT for quick re...
TERMINAL
clawhub install dsb-spawnerπ About This Skill
name: spawner description: Spawn sub-agents for independent work that needs file edits, builds, or long-running tasks. Use when work is too heavy for inline execution. NOT for quick reads, one-liner fixes, or anything under 2 minutes.
Spawner
Before Spawning
1. Role: Pick ONE β coder, writer, browser-automator, researcher, reviewer. 2. Exit criteria: What artifact proves done? A file path, URL, test result. 3. Context: Only inject files the agent needs. Task description under 2K tokens.Model Routing
All sub-agents use free models (groq-llama β cerebras-llama β nim-llama β or-scout). Never spawn on premium models unless explicitly requested.Task Template
You are a [ROLE]. Your job: [ONE SENTENCE].
Files you need: [LIST PATHS]
Exit criteria: [ARTIFACT]
If stuck after 2 attempts, STOP and report what failed.