Claude-skill-registry alto-switch
Use when switching ALTO orchestrator modes (dev/build/setup). Guides mode transitions and session management via the alto command.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/alto-switch" ~/.claude/skills/majiayu000-claude-skill-registry-alto-switch && rm -rf "$T"
manifest:
skills/data/alto-switch/SKILL.mdsource content
Mode Switching
The
alto command handles mode switching and session management automatically.
Commands
| Command | What it does |
|---|---|
| Resume current mode (sends "hi" if no message provided) |
| Switch to dev mode and start Claude |
| Switch to build mode and start Claude |
| Switch to setup mode and start Claude |
Modes
| Mode | Purpose |
|---|---|
| setup | Feature definition, configuration |
| build | Autonomous execution |
| dev | ALTO development |
If User Is Already In Claude
They must exit first:
/exit
Then from terminal:
alto <mode>
The switch happens automatically - no need to manually edit files or restart.