Armory
Source
Browse
Skills

using-git-worktrees

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install using-git-worktrees --cli claude

writes the skill into.claude/skills/using-git-worktrees/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/using-git-worktrees/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

When to use it

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/development/using-git-worktrees/SKILL.md -o .claude/skills/using-git-worktrees/SKILL.md

Notes

Extracted from davila7/claude-code-templates, using-git-worktrees category.