homeassistant-ai-wt
Installation
SKILL.md
Create Git Worktree
Create a new worktree in worktree/<branch-name> with branch <branch-name>.
Execution
# Return to repo root
cd /home/julien/github/ha-mcp
# Pull latest master
git checkout master
git pull origin master
# Create worktree
git worktree add worktree/$ARGUMENTS -b $ARGUMENTS
# Navigate to worktree
cd worktree/$ARGUMENTS