skills/smithery.ai/aico-worktree

aico-worktree

Installation
SKILL.md

Git Worktree

Process

  1. Check existing directories: .worktrees/ or worktrees/
  2. Verify gitignored: MUST verify before creating
  3. Create worktree: git worktree add <path> -b <branch>
  4. Run project setup: Auto-detect (npm/pip/go/cargo)
  5. Verify baseline tests: Run tests, report status

Directory Selection

Priority Check
1 Existing .worktrees/
2 Existing worktrees/
3 Project config/docs
4 Ask user
Installs
1
First Seen
Mar 28, 2026
aico-worktree from smithery.ai