返回 Skill 列表
extension
分类: 开发与工程无需 API Key

arashi

使用Arashi管理多仓库特性分支的引导工作流程

person作者: jakexiaohubgithub

Arashi Skill

Guidance for helping users manage multi-repository feature branches and worktrees with the arashi CLI.

Common Requests

Users may ask for help with:

  • installing, verifying, or troubleshooting the Arashi CLI
  • initializing or inspecting an Arashi workspace
  • cloning repositories, creating branches, switching worktrees, pulling, syncing, or removing worktrees
  • shell integration, editor launch behavior, tmux/sesh shortcuts, or remove lifecycle hooks
  • agent workflows for Arashi-managed meta-repositories

Start Here

Assume Arashi is already installed unless the user is installing it or a command is not working as expected.

  1. Choose the relevant guide: Workflows, Commands, or Session Shortcuts
  2. For command parameters, inspect current help output when needed: arashi <command> --help
  3. For CLI setup or command failures, use Prerequisites and Troubleshooting

Operating Rules

  • Check the docs site for the latest install instructions: https://arashi.haphazard.dev.
  • For compact agent context, prefer the curated LLM entrypoint: https://arashi.haphazard.dev/llms.txt.
  • For broad Markdown context, use the full export: https://arashi.haphazard.dev/llms-full.txt.
  • Use arashi --help and arashi <command> --help when current command parameters are needed.
  • Prefer --json for parsed command output, and handle JSON_UNSUPPORTED_FOR_MODE as a structured refusal for launch, shell-code, or interactive modes.
  • Prefer linked references over duplicating detailed workflow instructions here.
  • Use the Hooks reference for remove lifecycle hook guidance.

References

Canonical Docs

  • Arashi docs: https://arashi.haphazard.dev
  • LLM entrypoint: https://arashi.haphazard.dev/llms.txt
  • Full Markdown export: https://arashi.haphazard.dev/llms-full.txt
  • Workflow guides: https://arashi.haphazard.dev/workflows/
  • Hooks guide: https://arashi.haphazard.dev/workflows/hooks/
  • Config guide: https://arashi.haphazard.dev/workflows/config/
  • VS Code guide: https://arashi.haphazard.dev/workflows/vscode/
  • tmux and sesh guide: https://arashi.haphazard.dev/workflows/tmux-and-sesh/
  • Agents guide: https://arashi.haphazard.dev/workflows/agents-and-specs/
  • Agents guide Markdown: https://arashi.haphazard.dev/workflows/agents-and-specs.md