spawn
CommunitySpawn parallel amp agents with thread linkage.
Authorbdsqqq
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps you spawn amp agents in tmux with thread linkage, enabling coordinated multi-agent work and traceable conversations.
Core Features & Use Cases
- Auto-naming: Agents get auto-assigned names for easier tracking.
- Thread linkage: Agents reference the parent thread to maintain context.
- Handoff and coordination: Provides patterns for coordinating with other skills like coordinate.
Quick Start
- Spawn an agent in a new window: use the TASK and optionally NAME to control naming
- Example: TASK="<task>" NAME="branch-name" && tmux new-window -n "$NAME" "amp --dangerously-allow-all" && sleep 3 && tmux send-keys "Continuing from https://ampcode.com/threads/$AMP_CURRENT_THREAD_ID. $TASK" C-m
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 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: spawn Download link: https://github.com/bdsqqq/dots/archive/main.zip#spawn Please download this .zip file, extract it, and install it in the .claude/skills/ directory.