Agent Plugins Marketplace
All plugins

git-worktree

v1.0.2

Decision router for git worktrees: create an isolated workspace, list and switch trees, move work between them, prune and remove, recover a broken one. Native-first — prefer the host's own worktree tooling over `git worktree add`. Sibling to git-operations.

CodexClaude CodeAgent Plugins1 Skill

By jabworksLicense: MIT1 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Sep 20, 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 git-worktree for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add git-worktree@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/jabworks/agentic-toolkit

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

Plugin files

dist/plugins/git-worktree/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
└── skills/git-worktree/SKILL.md

Included Skills1

git-worktreeskills/git-worktree/SKILL.md

Use when working with git worktrees — creating an isolated workspace or parallel checkout for a task or agent, listing or switching trees, moving work between them, pruning stale ones, recovering a broken one. Triggers include "create a worktree", "new worktree for this fix". Native-first — prefer the host's own worktree tooling, fall back to `git worktree` only when there is none. Not for undo/discard/stash/merge/push (git-operations). Not for fanning agents across trees (subagent-deployment).

Plugin manifests3

dist/plugins/git-worktree/.codex-plugin/plugin.json
{
  "name": "git-worktree",
  "version": "1.0.2",
  "description": "Decision router for git worktrees: create an isolated workspace, list and switch trees, move work between them, prune and remove, recover a broken one. Native-first — prefer the host's own worktree tooling over `git worktree add`. Sibling to git-operations.",
  "author": {
    "name": "jabworks"
  },
  "repository": "https://github.com/jabworks/agentic-toolkit",
  "license": "MIT",
  "keywords": [
    "git",
    "worktree",
    "isolation",
    "parallel",
    "workspace",
    "agent",
    "workflow"
  ],
  "skills": "./skills/git-worktree",
  "interface": {
    "displayName": "Git Worktree",
    "shortDescription": "Isolated workspaces, done safely.",
    "longDescription": "A decision router for git worktrees — create an isolated workspace for a task or an agent, list and switch between trees, move work across them, prune and remove cleanly, and recover a broken tree. Native-first: when the host manages worktrees, using `git worktree add` alongside it creates phantom state the harness cannot see. Sibling to git-operations, which owns undo, discard, stash, merge and push.",
    "developerName": "jabworks",
    "category": "Productivity",
    "defaultPrompt": [
      "Set up an isolated worktree for this feature.",
      "Why does git say my branch is already checked out?",
      "Clean up the worktrees I'm no longer using."
    ]
  }
}
dist/plugins/git-worktree/.claude-plugin/plugin.json
{
  "name": "git-worktree",
  "version": "1.0.2",
  "description": "Decision router for git worktrees: create an isolated workspace, list and switch trees, move work between them, prune and remove, recover a broken one. Native-first — prefer the host's own worktree tooling over `git worktree add`. Sibling to git-operations.",
  "author": {
    "name": "jabworks"
  },
  "repository": "https://github.com/jabworks/agentic-toolkit",
  "license": "MIT",
  "keywords": [
    "git",
    "worktree",
    "isolation",
    "parallel",
    "workspace",
    "agent",
    "workflow"
  ],
  "skills": "./skills/git-worktree"
}
dist/plugins/git-worktree/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "git-worktree",
  "version": "1.0.2",
  "description": "Decision router for git worktrees: create an isolated workspace, list and switch trees, move work between them, prune and remove, recover a broken one. Native-first — prefer the host's own worktree tooling over `git worktree add`. Sibling to git-operations.",
  "author": {
    "name": "jabworks"
  },
  "repository": "https://github.com/jabworks/agentic-toolkit",
  "license": "MIT",
  "keywords": [
    "git",
    "worktree",
    "isolation",
    "parallel",
    "workspace",
    "agent",
    "workflow"
  ]
}

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

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