arashi
Installation
SKILL.md
Arashi Skill
Coordinate Git worktrees across configured Arashi workspaces, or use Arashi ad hoc in an unconfigured non-bare Git project.
Start
- Assume the CLI is installed unless installation was requested or
aw --versionfails. - Use installed
aw --helpandaw <command> --helpas parameter authority. - Choose one mode using the section below, and initialize it when the workspace is fresh.
- After the chosen workspace is initialized or otherwise discoverable, diagnose health with
aw doctor --jsonbefore lower-level recovery. - Load only the reference for the task.
Choose a mode
- Configured mode: Prefer configured mode; use ordinary
aw initfor persisted defaults, custom paths, repository groups, workspace or repository hooks, child repositories, or coordinated commands. This is also the preferred mode for a single repository that needs those features. - Zero-config standalone mode: use
aw init --zero-configonly for ad hoc work in an unconfigured non-bare Git project. It does not create or persist.arashiconfiguration. Passive discovery does not repair ignore coverage, and bootstrap must not edit tracked.gitignoreor global Git configuration automatically.