# Rote Onboard Rote Setup

> Use for first-run rote setup, onboarding, installation, login, and guided configuration. Use for set up rote, rote setup, onboard, install rote, configure rote and first timer. Use for guide first-run rote setup: install binary, authenticate, choose setup depth, install adapters/skills/credentials/OAuth, wrap up, and optionally prove value with one live flow. Requires `skillspec decide` before substrate tools or overlapping low-level skills. Preserves evidence with SkillSpec routes, forbids, dependencies, traces, and token-savings reports

- Skill: `modiqo/rote-onboard-rote-setup` (Agent Skill, multi-file: 38 files)
- Install (CLI): `npx skillmds@latest add modiqo/rote-onboard-rote-setup`
- Raw SKILL.md: https://api.skillmd.com/api/skills/modiqo/rote-onboard-rote-setup/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: modiqo (https://skillmd.com/u/modiqo)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/modiqo/rote-onboard-rote-setup

---


# rote-setup — Guided onboarding wizard

Guide first-run rote setup: install binary, authenticate, choose setup depth, install adapters/skills/credentials/OAuth, wrap up, and optionally prove value with one live flow.

Use the directory that contains this loaded `SKILL.md` as `<skill_dir>`.
The SkillSpec contract is `<skill_dir>/skill.spec.yml`; do not assume the user's current working directory contains the spec.

Start the SkillSpec guide with the user's task:

`skillspec run-loop <skill_dir>/skill.spec.yml --input '<user task>' --trace-dir "${PWD}/.skillspec/traces" --guide agent`

Resume an existing guided run:

`skillspec run-loop <skill_dir>/skill.spec.yml --resume <run_dir> --guide agent`

Follow the printed current gate. The selected route, matched rules, forbids, allowed commands, open requirements, resume command, and end proof from the CLI guide are authoritative.

Use `skillspec query` and `skillspec refs` only for handles named by the guide. Do not read the full spec unless the guide, a blocker, or the user asks for it.

Before the final response, follow the guide's end anchor: record final-response evidence, run the printed `skillspec trace align ... --summary` command as the completion summary source, and report result, evidence, alignment summary, token usage, selected route, and run directory.

If the `skillspec` CLI is not installed, report that this skill requires SkillSpec and ask the user to install it before continuing:

```bash
curl -fsSL https://raw.githubusercontent.com/modiqo/skillspec/main/install.sh | sh
# or, with Rust installed:
cargo install skillspec
```

If the user declines or installation is impossible, read `<skill_dir>/skill.spec.yml` directly and manually follow the same route, rule, phase, dependency, forbid, proof, and completion contract. Report that CLI guidance was unavailable and alignment proof is partial.

