recollect-worktree

Official

Isolate development with Git worktrees.

Authortimelessco
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill manages Git worktrees for Recollect development, enabling isolated PR reviews and parallel feature work by creating dedicated worktrees in .worktrees/, copying .env.local, and automatically installing dependencies.

Core Features & Use Cases

  • Worktree Creation: Create a new worktree from main with a clear branch-based name.
  • Environment Sync: Copy .env.local into each worktree to keep credentials in sync.
  • Automation: Run pnpm install to ensure dev-ready environments.
  • Worktree Management: List, switch between, and clean up inactive worktrees.
  • Use Case: Review a PR in isolation without touching the main working tree.

Quick Start

  • Create a new worktree: bash .claude/skills/recollect-worktree/scripts/worktree-manager.sh create feature-login
  • List all worktrees: bash .claude/skills/recollect-worktree/scripts/worktree-manager.sh list
  • Switch to a worktree: bash .claude/skills/recollect-worktree/scripts/worktree-manager.sh switch feature-name
  • Cleanup inactive worktrees: bash .claude/skills/recollect-worktree/scripts/worktree-manager.sh cleanup

Dependency Matrix

Required Modules

gitpnpm

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: recollect-worktree
Download link: https://github.com/timelessco/recollect/archive/main.zip#recollect-worktree

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.