worktree-start-feature
CommunityIsolate feature work with a dedicated worktree.
Authorphenobarbital
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill solves the problem of safely implementing features by isolating work in a dedicated git worktree and branch, so the main directory remains stable while development proceeds.
Core Features & Use Cases
- Preflight checks verify repository status and identify the base branch (prefer main, fallback to master).
- Create a dedicated worktree at .worktrees/<slug> and a new feature branch from the base reference.
- Record the active worktree in .worktrees/_active.json with branch, base, and path.
- Execute all feature work inside the worktree using git -C <path> for deterministic, isolated changes.
- Finish with a clean state and present a summary, plus the option to open a PR after user approval.
Quick Start
Initialize a new feature by creating a worktree-based environment from the main branch and perform all work inside that workspace.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 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: worktree-start-feature Download link: https://github.com/phenobarbital/antigravity-config/archive/main.zip#worktree-start-feature Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 510,000+ vetted skills library on demand.