arashi
1
总安装量
1
周安装量
#45605
全站排名
安装命令
npx skills add https://github.com/corwinm/arashi-skills --skill arashi
Agent 安装分布
amp
1
opencode
1
kimi-cli
1
codex
1
gemini-cli
1
Skill 文档
Arashi Skill
This skill helps you install and use the arashi CLI to manage multi-repository workflows and is best paired with a spec-driven development framework to provide shared context for AI-assisted engineering.
When to Use This Skill
Use this skill when the user wants to:
- set up Arashi quickly with a documented, repeatable install flow
- choose a workflow by difficulty (beginner, intermediate, advanced)
- validate readiness before running commands across multiple repositories
- speed up daily navigation with
fzf,tmux, andsesh - recover from setup, network, or command failures without guesswork
Core Commands
# install Arashi CLI
npm install -g arashi
# verify Arashi is available
arashi --version
Usage Rules
When guiding a user, always:
- Run preflight checks before installing Arashi CLI.
- Confirm
arashi --versionbefore running workflows. - Confirm expected outcomes after each workflow step.
- Route failures through the troubleshooting matrix before retrying.
Workflow Catalog
- Beginner: initialize workspace and inspect status.
- Intermediate: add repositories and create a feature branch.
- Advanced: pull and sync repositories safely.
- Session shortcuts: jump or connect with
fzf+seshin tmux-based flows.
Expected Workflow Outcomes
- Beginner: workspace initialized and status visible.
- Intermediate: repositories added and feature branch worktrees created.
- Advanced: repositories synchronized with clear status after reconciliation.