using-git-worktrees

Create isolated Git worktrees with dependency installation and baseline tests.

4|1|Updated Jul 6, 2025
One-click install
npx skills add https://github.com/Dmccarty30/Journeyman-Jobs --skill using-git-worktrees-dmccarty30
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-git-worktrees
Source: https://github.com/Dmccarty30/Journeyman-Jobs/tree/main/.claude/skills/using-git-worktrees
Command: npx skills add https://github.com/Dmccarty30/Journeyman-Jobs --skill using-git-worktrees-dmccarty30

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of isolated Git worktrees, allowing you to work on multiple branches simultaneously without disrupting your main workspace. It prevents accidental commits and ensures a clean, tested baseline for new features.

Core Features & Use Cases

  • Isolated Workspaces: Develop features in separate directories, sharing the same repository.
  • Safety Verification: Automatically checks and updates .gitignore to prevent accidental commits.
  • Automated Setup: Installs dependencies and runs baseline tests for a clean start.
  • Use Case: Before starting a new feature, use this skill to create a dedicated, clean workspace for that feature, ensuring no conflicts with other ongoing work.

Quick Start

Use the using-git-worktrees skill to set up an isolated workspace for the "auth" feature.