worktree

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Context

  • Git common dir: !git rev-parse --git-common-dir
  • Git dir: !git rev-parse --git-dir
  • Worktree list: !git worktree list
  • Project root: !git rev-parse --show-toplevel

Your task

Resolve the missing file or path described in: $ARGUMENTS

Pre-flight checks

  1. If $ARGUMENTS is empty, stop immediately and tell the user to provide the error message or missing path. Do nothing else.
  2. If Git common dir and Git dir resolve to the same path, this is not a worktree. Stop and tell the user the missing file issue is unrelated to worktrees. Do nothing else.

Parse the missing item

Related skills
Installs
11
GitHub Stars
4
First Seen
Mar 8, 2026