agentsclimarketplace

Git worktree

Skill manastalukdar/ai-devstudio/skills/git-worktree

Professional development studio for Claude Code CLI

Install
npx -y skills add manastalukdar/ai-devstudio --skill git-worktree

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Manage git worktrees for parallel feature development

SKILL.md

0.9 KB, 166 tokens by cl100k_base, as published. Nobody here has run it

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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.