worktree
π―Skillfrom hikaruegashira/agent-skills
Creates a Git worktree for isolating and working on a specific task or branch, enabling parallel development in a separate directory.
Installation
npx skills add https://github.com/hikaruegashira/agent-skills --skill worktreeSkill Details
Overview
npx add-skill HikaruEgashira/agent-skills
#### Skill Chain
| Skill | When to use | Behavior |
|-------|-------------| -------- |
| worktree | After Planning | Create Worktree |
| commit-push-pr-flow | After task completion | Create PR |
| review-flow | After PR creation | Review PR |
#### For Claude Code
```bash
claude plugin marketplace add HikaruEgashira/agent-skills
claude plugin install wf
```
More from this repository4
Processes and prepares Git commits by staging changes, creating commit messages, and preparing code for version control within a workflow.
Automatically reviews and provides feedback on pull requests, potentially checking code quality, suggesting improvements, and assessing the proposed changes.
Automatically creates a pull request with committed changes after completing a development task in a specified worktree.
incident-handling skill from hikaruegashira/agent-skills