AI SummaryLaunch background tasks for parallel execution. Enables concurrent work on independent tasks with result aggregation. Launch a background task or manage running tasks. Start a new background task:
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "/spawn" skill in my project. Please run this command in my terminal: # Install skill into your project (27 files) mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/duthaho/claudekit/main/.claude/commands/spawn.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/api-gen.md "https://raw.githubusercontent.com/duthaho/claudekit/main/.claude/commands/api-gen.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/brainstorm.md "https://raw.githubusercontent.com/duthaho/claudekit/main/.claude/commands/brainstorm.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/changelog.md "https://raw.githubusercontent.com/duthaho/claudekit/main/.claude/commands/changelog.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/checkpoint.md "https://raw.githubusercontent.com/duthaho/claudekit/main/.claude/commands/checkpoint.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/commit.md "https://raw.githubusercontent.com/duthaho/claudekit/main/.claude/commands/commit.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/debug.md "https://raw.githubusercontent.com/duthaho/claudekit/main/.claude/commands/debug.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/deploy.md "https://raw.githubusercontent.com/duthaho/claudekit/main/.claude/commands/deploy.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/doc.md "https://raw.githubusercontent.com/duthaho/claudekit/main/.claude/commands/doc.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/execute-plan.md "https://raw.githubusercontent.com/duthaho/claudekit/main/.claude/commands/execute-plan.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/feature.md "https://raw.githubusercontent.com/duthaho/claudekit/main/.claude/commands/feature.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/fix.md "https://raw.githubusercontent.com/duthaho/claudekit/main/.claude/commands/fix.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/help.md "https://raw.githubusercontent.com/duthaho/claudekit/main/.claude/commands/help.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/index.md "https://raw.githubusercontent.com/duthaho/claudekit/main/.claude/commands/index.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/load.md "https://raw.githubusercontent.com/duthaho/claudekit/main/.claude/commands/load.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/mode.md "https://raw.githubusercontent.com/duthaho/claudekit/main/.claude/commands/mode.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/optimize.md "https://raw.githubusercontent.com/duthaho/claudekit/main/.claude/commands/optimize.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/plan.md "https://raw.githubusercontent.com/duthaho/claudekit/main/.claude/commands/plan.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/pr.md "https://raw.githubusercontent.com/duthaho/claudekit/main/.claude/commands/pr.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/refactor.md "https://raw.githubusercontent.com/duthaho/claudekit/main/.claude/commands/refactor.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/research.md "https://raw.githubusercontent.com/duthaho/claudekit/main/.claude/commands/research.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/review.md "https://raw.githubusercontent.com/duthaho/claudekit/main/.claude/commands/review.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/security-scan.md "https://raw.githubusercontent.com/duthaho/claudekit/main/.claude/commands/security-scan.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/ship.md "https://raw.githubusercontent.com/duthaho/claudekit/main/.claude/commands/ship.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/status.md "https://raw.githubusercontent.com/duthaho/claudekit/main/.claude/commands/status.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/tdd.md "https://raw.githubusercontent.com/duthaho/claudekit/main/.claude/commands/tdd.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/test.md "https://raw.githubusercontent.com/duthaho/claudekit/main/.claude/commands/test.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
The open-source AI dev toolkit for Claude Code. Ship faster with 27+ commands, 7 modes, and 34+ skills. Free forever.
Usage Examples
`bash /spawn "Research OAuth2 best practices" /spawn "Analyze user service for performance issues" /spawn "Review security of auth module" --agent=security-auditor /spawn --list /spawn --collect /spawn --wait # Block until all complete `
Purpose
Launch background tasks for parallel execution. Enables concurrent work on independent tasks with result aggregation. --- Launch a background task or manage running tasks.
Launch Task
Start a new background task: `bash /spawn "[task description]" ` Process: • Analyze task for parallelizability • Launch subagent with task • Return task ID for tracking • Continue main conversation Output: `markdown Spawned: Task #1 • Description: Research authentication patterns • Status: Running • Agent: researcher Continue working. Use /spawn --list to check status. `
List Tasks
Show running and completed tasks: `bash /spawn --list ` Output: `markdown
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster