LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: git-worktree

Browse skills that share this tag.

  • delivery - Conduct large outcomes decomposed into parallel changes
    orchestrationdeliverygit-worktreemulti-agent

    ★ 3 · Updated 2026-09-23

    Decomposes requirements into change proposals, dispatches owners in parallel git worktrees, tracks progress, and manages closeout.

    ⚙ Decompose requirements into change proposals⚙ Dispatch change owners in worktrees⚙ Track status and dispatch logs
  • workmux - Manage git worktrees and tmux windows for parallel work.
    workmuxgit-worktreetmuxparallel-development

    ★ 0 · Updated 2026-09-20

    Manages git worktrees paired with tmux windows to create isolated workspaces for parallel development workflows.

    ⚙ Create git worktrees with tmux windows⚙ List worktrees and agent statuses⚙ Merge worktree branches into main
  • create-beads-orchestration - Create Beads Orchestration
    orchestrationmulti-agenttask-trackinggit-worktree

    ★ 348 · Updated 2026-09-20

    Bootstrap lean multi-agent orchestration with beads task tracking.

    ⚙ Detect setup state⚙ Install Beads Kanban UI⚙ Bootstrap multi agent orchestration
  • implement-issue-worktree-subagent - Implement GitHub issues using Git worktrees and subagents
    gitgit-worktreegithubpull-request

    ★ 0 · Updated 2026-09-18

    Isolates work branches via Git Worktree, delegates implementation to domain subagents, and creates pull requests after testing.

    ⚙ Create Git worktree for issue⚙ Delegate implementation to subagents⚙ Run test and lint suites
  • implement-issue - Triage, plan, and implement fixes for GitHub issues
    githubissue-trackinggit-worktreebug-fix

    ★ 602 · Updated 2026-09-18

    Triages GitHub issues, researches codebase context, creates worktrees, drafts implementation plans, writes fixes, and runs verification checks.

    ⚙ Fetch GitHub issue details⚙ Research relevant codebase paths⚙ Create git worktrees and branches
  • maestri-autopilot - Orchestrate long-horizon Maestri agent teams.
    maestriagent-orchestrationworkflow-automationgit-worktree

    ★ 0 · Updated 2026-09-17

    Orchestrates long-horizon Maestri agent teams with hook-backed mission state, shared notes, worktree isolation, and validation loops.

    ⚙ Orchestrate long-horizon agent teams⚙ Manage mission state and notes⚙ Isolate implementation workers using worktrees
  • coding-agent - Run CLI coding agents with background process control
    coding-agentcodexclaude-codeopencode

    ★ 3 · Updated 2026-09-09

    Executes Codex CLI, Claude Code, OpenCode, or Pi Coding Agent using PTY mode and background process management.

    ⚙ Run coding agents in PTY mode⚙ Execute coding tasks in background⚙ Review pull requests using Codex
  • parallel-worktree - Parallel Worktree Orchestration for Stacked Implementation
    parallelworktreeorchestrationstacked-pr

    ★ 64 · Updated 2026-06-30

    Reads a plan file and uses worktrunk (wt) to split worktrees, orchestrating parallel and stacked implementation with tmux-based Claude sessions and optional Remote Control.

    ⚙ read plan file⚙ generate JSON task spec⚙ detect task dependencies
  • test-fix-loop - Automated Go test failure fixing loop
    gotestingtest-fixingcontinuous-integration

    ★ 4 · Updated 2026-03-24

    Continuously find and fix failing Go tests in a worktree with parent branch sync between iterations

    ⚙ Run Go tests⚙ Find test failures⚙ Reproduce test failures
  • tui-automation - Automated TUI Testing for gwm-rust
    TUIautomationtestingterminal

    ★ 19 · Updated 2026-03-23

    Automate gwm-rust TUI operations via tmux for testing and verification

    ⚙ launch TUI session⚙ check screen state⚙ capture screen text
  • review-pr - GitHub Pull Request Review and Analysis Tool
    code-reviewgithubpull-requestquality-assurance

    ★ 1 · Updated 2026-02-11

    Review GitHub pull requests using the gh CLI, providing structured feedback and readiness assessment

    ⚙ fetch pull request data⚙ create isolated worktree⚙ read PR description