AI SummarySpawn and manage threads on a running claude-threads orchestrator. Enables parallel execution of epics, stories, or any tasks from within a Claude Code session. 1. API Server Running: The orchestrator API must be running 2. Environment Variable: Set the API token
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "thread-spawner" skill in my project. Please run this command in my terminal: # Install skill into your project (2 files) mkdir -p .claude/skills/thread-spawner && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/thread-spawner/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/thread-spawner/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/thread-spawner/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/thread-spawner/metadata.json" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Spawn threads on running claude-threads orchestrator
Prerequisites
• API Server Running: The orchestrator API must be running `bash ct api start --token <your-token> ` • Environment Variable: Set the API token `bash export CT_API_TOKEN=<your-token> `
Thread Spawner Skill
Spawn and manage threads on a running claude-threads orchestrator. Enables parallel execution of epics, stories, or any tasks from within a Claude Code session.
When to Use
• Spawn parallel threads for epics/stories during BMAD workflow • Create background tasks from current Claude Code session • Coordinate multiple Claude Code instances • Run parallel implementations with isolated git worktrees
Or connect explicitly
ct remote connect localhost:31337 --token $CT_API_TOKEN
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster