Orchestrates complex development by delegating tasks to isolated coding agents across project worktrees.
Install
mkdir -p .claude/skills/parallel-zhukunpenglinyutong && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18654" && unzip -o skill.zip -d .claude/skills/parallel-zhukunpenglinyutong && rm skill.zipInstalls to .claude/skills/parallel-zhukunpenglinyutong
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Multi-agent pipeline orchestrator that plans and dispatches parallel development tasks to worktree agents. Reads project context, configures task directories with PRDs and jsonl context files, and launches isolated coding agents. Use when multiple independent features need parallel development, orchestrating worktree agents, or managing multi-agent coding pipelines.Key capabilities
- →Plan parallel development tasks
- →Dispatch tasks to worktree agents
- →Configure task directories with PRDs and context files
- →Launch isolated coding agents
- →Understand Trellis workflow and project guidelines
How it works
The skill orchestrates multi-agent pipelines by planning tasks, configuring worktree environments, and dispatching coding agents based on user requirements.
Inputs & outputs
When to use parallel
- →Executing parallel features
- →Managing multi-agent coding workflows
- →Orchestrating worktree operations
About parallel
Reads project context to plan parallel features, configures task-specific environments, and manages the execution flow for multiple independent agents.
Multi-agent pipeline orchestrator that plans and dispatches parallel development tasks to worktree agents. Reads project context, configures task directories with PRDs and jsonl context files, and launches isolated coding agents. Use when multiple independent features need parallel development, orch
When not to use it
- →When writing code directly in the main repository
- →When executing `git commit` directly
- →When complex analysis is not delegated before dispatch
Limitations
- →Does not write code directly
- →Does not execute `git commit` directly
- →Requires delegation of complex analysis to research agents
How it compares
This skill enables parallel development by orchestrating multiple isolated worktree agents, allowing for simultaneous work on independent features, unlike single-agent development.
Compared to similar skills
parallel side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| parallel (this skill) | 0 | 4mo | Review | Advanced |
| github-actions-templates | 7 | 4mo | No flags | Intermediate |
| autogpt-agents | 5 | 8mo | Review | Advanced |
| workflow-automation | 3 | 7mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
github-actions-templates
wshobson
Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub Actions, automating development workflows, or creating reusable workflow templates.
autogpt-agents
davila7
Autonomous AI agent platform for building and deploying continuous agents. Use when creating visual workflow agents, deploying persistent autonomous agents, or building complex multi-step AI automation systems.
workflow-automation
ruvnet
Workflow creation, execution, and template management. Automates complex multi-step processes with agent coordination. Use when: automating processes, creating reusable workflows, orchestrating multi-step tasks. Skip when: simple single-step tasks, ad-hoc operations.
cli-commands
windmill-labs
MUST use when using the CLI.
create-worktree-skill
disler
Use when the user explicitly asks for a SKILL to create a worktree. If the user does not mention "skill" or explicitly request skill invocation, do NOT trigger this. Only use when user says things like "use a skill to create a worktree" or "invoke the worktree skill". Creates isolated git worktrees with parallel-running configuration.
hosted-agents
muratcankoylan
This skill should be used when the user asks to "build background agent", "create hosted coding agent", "set up sandboxed execution", "implement multiplayer agent", or mentions background agents, sandboxed VMs, agent infrastructure, Modal sandboxes, self-spawning agents, or remote coding environments.