manastalukdar/ai-devstudio

git-worktree

Manage git worktrees for parallel feature development

First seen Feb 21, 2026

Installation

$ npx skills add manastalukdar/ai-devstudio --skill git-worktree

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from manastalukdar/ai-devstudio · top by installs.

npx skills add manastalukdar/ai-devstudio

Browse all from manastalukdar/ai-devstudio

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 883 B
  • docs SUMMARY.md 73 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 7 installs

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

Expected range: 1,500–2,500 tokens (initial), 100 tokens (list-only)

Caching: No persistent caching — worktree state is maintained by git itself.

Early exit: Returns immediately for list-only operations without creating a new worktree.

Patterns used: Grep-before-Read, early exit, Bash for system queries