Plugin Claude Code
Plugin marketplace listing 1 plugin: worktree-task.
Plugin Claude Code
Plugin marketplace listing 1 plugin: worktree-task.
Plugin Claude Code
Manage large coding tasks using git worktrees and background Claude Code sessions. Supports launching, monitoring, resuming, and cleanup of autonomous tasks with alert notifications.
Instructions file
Instructions for ourines/worktree-task-plugin, covering claude.md, project overview, architecture, core flow and key design patterns.
Command
Clean up a completed worktree task.
Command
Show help for worktree-task plugin.
Command
Launch a new background worktree task.
Command
Merge a feature branch into current branch.
Command
Rebase current branch onto a feature branch.
Command
Resume an interrupted worktree task.
Command
Check status of worktree tasks.
Hook
Runs when a session starts on startup and resume, executing on-session-start.py via python3. From ourines/worktree-task-plugin.
Hook
Runs when the agent finishes a response, executing on-stop.py via python3. From ourines/worktree-task-plugin.
Hook
Runs when a session ends, executing on-session-end.py via python3. From ourines/worktree-task-plugin.
Skill Claude CodeCodex
A task manager that runs large coding jobs in separate Git worktrees, which are additional working folders connected to the same repository, and background terminal sessions.
Skill Claude CodeCodex
Skill "codes-e2e-test" from ourines/codes, covering codes e2e test suite, test modes, prerequisites, module 1: project crud and module 2: profile crud.
Instructions file
Instructions for ourines/codes, covering claude.md, build & test commands, architecture, entry point routing (cmd/codes/main.go) and package responsibilities.