Agent Plugins Marketplace
← All plugins

parallel-worktrees

v0.2.0

Playbook for parallel work across git worktrees: go/no-go, file partitioning, isolation mechanism, integration and cleanup. Works with or without formal planning docs.

Claude Code1 Skill

By Matheus MalagrisLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install parallel-worktrees for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install parallel-worktrees@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/mqmalagris/agent-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/parallel-worktrees/.

Plugin files

skills/parallel-worktrees/
├── .claude-plugin/plugin.json
└── SKILL.md

Included Skills1

parallel-worktreesSKILL.md

Playbook for running work in parallel across git worktrees, so several agents (or one agent dispatching many) edit the same repo at once without colliding. Covers the go/no-go decision, partitioning files so agents don't touch the same file, which isolation mechanism to use (Agent isolation:worktree, Workflow isolation:worktree, EnterWorktree, or manual git worktree), and integrating + cleaning up afterward. Use when the user says 'work in parallel', 'multiple agents', 'fan out', 'dispatch agents', 'git worktree', 'parallelize this across worktrees', or wants concurrent work on one codebase.

Plugin manifests1

skills/parallel-worktrees/.claude-plugin/plugin.json
{
  "name": "parallel-worktrees",
  "version": "0.2.0",
  "description": "Playbook for parallel work across git worktrees: go/no-go, file partitioning, isolation mechanism, integration and cleanup. Works with or without formal planning docs.",
  "author": {
    "name": "Matheus Malagris",
    "url": "https://github.com/mqmalagris"
  },
  "homepage": "https://github.com/mqmalagris/agent-skills/tree/main/skills/parallel-worktrees",
  "repository": "https://github.com/mqmalagris/agent-skills",
  "license": "MIT",
  "keywords": [
    "git-worktree",
    "parallel-agents",
    "isolation",
    "fan-out",
    "concurrency",
    "engineering-workflow"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[parallel-worktrees on Agent Plugins Marketplace](https://pluginsmp.com/plugins/parallel-worktrees)