git-worktree
Installation
SKILL.md
Git Worktree Management
I'll help you manage git worktrees for parallel development workflows.
Arguments: $ARGUMENTS - action (add/list/remove) and worktree name
Worktree Philosophy
Based on obra/superpowers parallel development patterns:
- Work on multiple features simultaneously
- Keep main worktree clean
- Isolate experimental branches
- Quick context switching
- No stashing required
Token Optimization
This skill uses efficient bash-based operations to minimize token usage:
Related skills
More from manastalukdar/claude-devstudio
duplication-detect
Find and eliminate code duplication with DRY refactoring strategies
20db-diagram
Generate database ER diagrams from schema for documentation
17lighthouse
Run Lighthouse audits and implement performance, accessibility, and SEO fixes
13session-resume
Resume previous work from archived session with full context restoration
12owasp-check
OWASP Top 10 vulnerability scanning and remediation
12database-connect
Database MCP server integration for PostgreSQL, MySQL, MongoDB
11