worktree-implement

Installation
SKILL.md

/worktree-implement Skill

Create an isolated git worktree for implementing a feature or fix described in $ARGUMENTS. If $ARGUMENTS is cleanup, remove the worktree instead.


Phase 1: Parse Arguments

Check whether $ARGUMENTS equals cleanup (case-insensitive).

  • If yes → skip to Phase 3 (Cleanup).
  • If no → continue to Phase 2 (Create).

Branch Name Generation

From the task description in $ARGUMENTS, derive a short, kebab-case branch name:

Installs
5
First Seen
Mar 8, 2026
worktree-implement — yasuwrldhyper/ai-skills-collection