avinyc:rails-worktree

Installation
SKILL.md

Git Worktree for Rails

Create isolated git worktrees for feature development with automatic Rails credential symlinking.

When to Use

  • Starting work on a new feature that needs isolation
  • Working on multiple features simultaneously
  • Need a clean environment without stashing changes

Worktree Location

Worktrees are created in a sibling directory to keep the project root clean:

parent/
  project/              # main repo
  project-worktrees/    # worktree container
    25-01-22-feature/   # individual worktree
Related skills

More from aviflombaum/claude-code-in-avinyc

Installs
1
GitHub Stars
38
First Seen
Mar 18, 2026