parallel-worktrees

90
A

Parallel development using git worktrees with Claude Code subagents. Use when spawning multiple async Claude agents across isolated worktrees, running parallel implementations, coordinating multi-agent workflows, leveraging LLM non-determinism for multiple solutions, or running background agents that signal completion. Triggers on "parallel agents", "worktrees", "subagents", "async Claude", "spawn agents", "parallel development", "multi-agent workflow", "background agents", "agent coordinatio...

#Claude Code#Claude#background agents#Parallel#agents#worktrees#Code subagents#subagents

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install SpillwaveSolutions/parallel-worktrees/parallel-worktrees
skilz install SpillwaveSolutions/parallel-worktrees/parallel-worktrees --agent opencode
skilz install SpillwaveSolutions/parallel-worktrees/parallel-worktrees --agent codex
skilz install SpillwaveSolutions/parallel-worktrees/parallel-worktrees --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/SpillwaveSolutions/parallel-worktrees
2. Copy the agent skill directory:
cp -r parallel-worktrees ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Type
Non-Technical
Meta-Domain
general
Primary Domain
general
Sub-Domain
git branch workflow
Market Score
90

Agent Skill Grade

A
Score: 90/100 Click to see breakdown

Score Breakdown

Spec Compliance
13/15
PDA Architecture
25/30
Ease of Use
22/25
Writing Style
8/10
Utility
18/20
Modifiers: +4

Areas to Improve

  • SKILL.md exceeds optimal length
  • Minor terminology inconsistency
  • Redundant pattern descriptions

Recommendations

  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-19

Developer Feedback

I took a look at your parallel-worktrees skill and wanted to share some thoughts.

Links:

The TL;DR

You're at 90/100, solid A-grade work. This is based on Anthropic's skill best practices. Your strongest area is Utility (18/20) – you're solving a real problem that doesn't have many alternatives. Weakest area is Progressive Disclosure Architecture (25/30) – your SKILL.md is doing too much heavy lifting at once.

What's Working Well

  • Excellent trigger coverage – You nailed this with 10 specific triggers ('parallel agents', 'worktrees', 'async Claude', etc.). Discoverability is a strength here.
  • Solid reference architecture – Your workflow-patterns.md and cli-reference.md are properly delegated. The one-level-deep structure is clean and navigable.
  • Real-world examples and templates – Shell scripts, status JSON templates, agent task templates, and RESULTS.md format show you've thought through actual usage.
  • Addresses a genuine gap – Parallel AI development with worktrees + subagents is legitimately useful and not something most people are doing yet.

The Big One: SKILL.md Is Overweight

Your main file is 407 lines, and the Background Agents section alone is 176 lines (lines 231-407). This section should live in its own reference file.

Why it matters: Token economy is critical for skills. When Claude loads this, they're getting everything upfront, even if they only need the quick-start workflow.

The fix:

  1. Create references/background-agents.md with the full 176-line section
  2. Replace SKILL.md lines 231-407 with a 5-10 line summary + link: "For orchestrating background agents across multiple worktrees, see Background Agents"
  3. This should bump you from 25/30 → ...

AI-Detected Topics

Extracted using NLP analysis

Claude Code Claude background agents Parallel agents worktrees Code subagents subagents background git worktrees

Report Security Issue

Found a security vulnerability in this agent skill?