AgentSkillsCN

alto-switch

当切换ALTO编排器模式(开发/构建/设置)时使用。通过alto命令指导模式切换和会话管理。

SKILL.md
--- frontmatter
name: alto-switch
description: Use when switching ALTO orchestrator modes (dev/build/setup). Guides mode transitions and session management via the alto command.

Mode Switching

The alto command handles mode switching and session management automatically.

Commands

CommandWhat it does
altoResume current mode (sends "hi" if no message provided)
alto devSwitch to dev mode and start Claude
alto buildSwitch to build mode and start Claude
alto setupSwitch to setup mode and start Claude

Modes

ModePurpose
setupFeature definition, configuration
buildAutonomous execution
devALTO development

If User Is Already In Claude

They must exit first:

code
/exit

Then from terminal:

code
alto <mode>

The switch happens automatically - no need to manually edit files or restart.