agentsclimarketplace

Worktree manager

Skill smith-horn/product-builder-starter/skills/worktree-manager

11 Claude Code skills for product builders shipping with agentic AI

Install
npx -y skills add smith-horn/product-builder-starter --skill worktree-manager

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 11 stars11 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Manage git worktrees for parallel development with conflict prevention and wave-aware execution strategy. Use when creating feature branches, starting parallel work sessions, merging worktree PRs, or coordinating multiple Claude sessions.

SKILL.md

1.6 KB, as published. Nobody here has run it

Worktree Manager

Manage git worktrees for parallel development with conflict prevention and wave-aware execution strategy.

Execution

When triggered, immediately:

  1. Read agent-prompt.md from this skill's directory (./agent-prompt.md)
  2. Spawn a single Task with subagent_type: "general-purpose" passing the agent-prompt content as the prompt
  3. Include in the prompt: the user's request, current working directory, and any arguments passed
  4. Wait for the agent to complete
  5. Present the agent's summary to the user

Do NOT execute the worktree workflow in this session. The subagent handles everything including strategy selection (AskUserQuestion), worktree creation, and Docker setup.

Changelog

v2.0.0

  • Refactor: Thin dispatcher pattern — full logic extracted to agent-prompt.md
  • Skill runs in isolated subagent context, reducing post-compaction restoration from ~360 lines to ~50 lines

See agent-prompt.md for prior changelog entries.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.