SKILL·4EE4B9

parallel-agent-spawner

adaptationio
Updated 1 month ago
9 views
6
6
View on GitHub
Othergeneral

About

The parallel-agent-spawner skill enables developers to run multiple agents concurrently to optimize throughput for parallelizable tasks. It provides tools to spawn subagents, coordinate their concurrent work, and aggregate results for faster completion of features or tasks. Use it when you need to execute parallel coding tasks, spawn multiple agents simultaneously, or improve overall system throughput.

Quick Install

Claude Code

Recommended
Primary
npx skills add adaptationio/Skrillz -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/adaptationio/Skrillz
Git CloneAlternative
git clone https://github.com/adaptationio/Skrillz.git ~/.claude/skills/parallel-agent-spawner

Copy and paste this command in Claude Code to install this skill

GitHub Repository

adaptationio/Skrillz
Path: skills/parallel-agent-spawner
0
FAQ

Frequently asked questions

What is the parallel-agent-spawner skill?

parallel-agent-spawner is a Claude Skill by adaptationio. Skills package instructions and resources that Claude loads on demand, so Claude can perform parallel-agent-spawner-related tasks without extra prompting.

How do I install parallel-agent-spawner?

Use the install commands on this page: add parallel-agent-spawner to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.

What category does parallel-agent-spawner belong to?

parallel-agent-spawner is in the autonomous-coding category, tagged general.

Is parallel-agent-spawner free to use?

Yes. parallel-agent-spawner is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.

Related Skills

autonomous-session-manager
Other

This skill manages the complete lifecycle of autonomous coding sessions, handling session creation, resumption, and type detection (initial vs. continuation). It provides tools for auto-continuation between sessions and includes a session manager for running prompts with Claude models. Use it when starting new coding projects, resuming previous work, or managing seamless transitions between autonomous coding sessions.

View skill
spec-builder
Other

The spec-builder skill transforms vague project ideas into detailed specifications through guided discovery. It helps developers define requirements and create actionable specs before using autonomous coding tools. Use it when you need to clarify project scope or prepare for autonomous-master execution.

View skill
tdd-workflow
Other

This skill implements a Test-Driven Development workflow for autonomous coding, enabling developers to follow red-green-refactor cycles. It provides methods for writing tests first, implementing code to pass tests, and refactoring while maintaining test coverage. Use it when implementing features with TDD or ensuring comprehensive test-driven development practices.

View skill
context-compactor
Other

The Context Compactor skill automatically summarizes and reduces context when approaching token limits in long-running sessions. It preserves critical information like architectural decisions and current state while discarding stale or redundant content. Developers can use it to manage token budgets and maintain session continuity.

View skill