plugins marketplace
← All plugins

worktree-task

v1.3.0

Manage large coding tasks using git worktrees and background Claude Code sessions. Supports launching, monitoring, resuming, and cleanup of autonomous tasks with alert notifications.

Claude Code1 skill

by ourines39updated 7 months ago

Source

git clone https://github.com/ourines/worktree-task-plugin

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

worktree-task/
├── .claude-plugin/plugin.json
└── skills/worktree-task/SKILL.md

Skills1

worktree-taskskills/worktree-task/SKILL.md

使用 git worktree + 背景代理会话管理大型任务(默认启动 Claude Code;可用 --codex 快速切到 Codex CLI,或通过 --agent-cmd 指定任意命令)。适合用户希望在不阻塞当前会话的情况下执行大型或多步骤任务。

Manifests1

.claude-plugin/plugin.json
{
  "name": "worktree-task",
  "version": "1.3.0",
  "description": "Manage large coding tasks using git worktrees and background Claude Code sessions. Supports launching, monitoring, resuming, and cleanup of autonomous tasks with alert notifications.",
  "author": {
    "name": "ourines"
  },
  "keywords": [
    "worktree",
    "task",
    "background",
    "autonomous",
    "parallel",
    "alert"
  ],
  "repository": "https://github.com/ourines/worktree-task-plugin"
}