Arashi
Description
Arashi is a Git worktree manager that pairs perfectly with agents and a spec-driven development workflow in a multi-repo environment.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Arashi
[](https://www.npmjs.com/package/arashi) [](https://github.com/corwinm/arashi/actions/workflows/ci.yml) [](https://github.com/corwinm/arashi/blob/main/LICENSE)
Arashi is a Git worktree manager for meta-repositories. It coordinates related repositories in one feature workspace while each repository keeps its own history, CI, and pull requests.
[Documentation](https://arashi.haphazard.dev) · [Command reference](https://arashi.haphazard.dev/commands/) · [Workflow guides](https://arashi.haphazard.dev/workflows/)
Installation
macOS and Linux:
curl -fsSL https://arashi.haphazard.dev/install | bash
Windows PowerShell:
powershell -c "irm https://arashi.haphazard.dev/install.ps1 | iex"
Open a new terminal after the Windows installer so it inherits the updated user `PATH`.
With npm:
npm install -g arashi
Verify the installation:
aw --version
`aw` is the preferred command name. `arashi` remains available for existing scripts and workflows. See the [installation guide](./docs/INSTALLATION.md) for version pinning, manual installation, and troubleshooting, or the [`update` command guide](https://arashi.haphazard.dev/commands/update/) for upgrades.
Quick start
From the repository that will coordinate your projects:
aw init
aw add git@github.com:your-org/frontend.git
aw add git@github.com:your-org/backend.git
aw create feature-auth-refresh
Arashi creates matching worktrees for the configured repositories. From there, use:
aw status # inspect the coordinated workspace
aw switch feature-auth-refresh # return to a worktree
aw pull # update repositories
aw push --set-upstream # publish branches
aw remove feature-auth-refre
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing