---
### Two commands. That's it.
```bash
metaclaw setup # one-time config wizard
metaclaw start # default: auto mode โ skills + scheduled RL training
metaclaw start --mode rl # RL without scheduler (trains immediately on full batch)
metaclaw start --mode skills_only # skills only, no RL (no Tinker needed)
```