Agent Plugins Marketplace
All plugins

worktree

v1.0.0

Parallel workspaces — create isolated git worktrees (plain repositories and submodules) so multiple agents can work on different plans simultaneously without file collisions.

Codex4 Skills

By Sebastian Sulinski0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex
Parsed components
4 skill or MCP entries
Source updated
Sep 15, 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 worktree for Codex

Installs for the current user
codex plugin marketplace add sebastiansulinski/claude-plugins
codex plugin marketplace upgrade sebastiansulinski-codex
codex plugin add worktree@sebastiansulinski-codex

Paste and run these commands in a terminal with Codex. They add and refresh the sebastiansulinski-codex catalog, then install this plugin.

Compatibility: the page URL and API slug “worktree-2” remain stable.

  • Codex: worktree-2@agent-plugin-marketplaceworktree@sebastiansulinski-codex

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/sebastiansulinski/claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/worktree/.

Plugin files

plugins/worktree/
├── .codex-plugin/plugin.json
├── skills/create/SKILL.md
├── skills/init/SKILL.md
├── skills/list/SKILL.md
└── skills/remove/SKILL.md

Included Skills4

createskills/create/SKILL.md

Create an isolated Git worktree for parallel work in a plain repository or submodule.

initskills/init/SKILL.md

Configure optional per-project Git worktree settings through guided questions and validated .worktree.json writes.

listskills/list/SKILL.md

List Git worktrees with their branch, dirty state, recorded base, and merge status for a repository or submodule.

removeskills/remove/SKILL.md

Remove a named Git worktree with checks for uncommitted changes, unmerged branches, and unmanaged worktrees.

Plugin manifests1

plugins/worktree/.codex-plugin/plugin.json
{
  "name": "worktree",
  "version": "1.0.0",
  "description": "Parallel workspaces — create isolated git worktrees (plain repositories and submodules) so multiple agents can work on different plans simultaneously without file collisions.",
  "author": {
    "name": "Sebastian Sulinski",
    "email": "[email protected]"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Worktree",
    "shortDescription": "Parallel workspaces",
    "longDescription": "Parallel workspaces — create isolated git worktrees (plain repositories and submodules) so multiple agents can work on different plans simultaneously without file collisions.",
    "developerName": "Sebastian Sulinski",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": [
      "Create an isolated worktree for this task.",
      "List this repository’s worktrees."
    ]
  },
  "repository": "https://github.com/sebastiansulinski/claude-plugins",
  "homepage": "https://github.com/sebastiansulinski/claude-plugins#codex"
}

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

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