onboard
SkillDev toolsConnect an orchestrated repo to rossoctl/rossoctl as the hub - clone, configure, apply standards
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the onboard skill
What this skill tells your AI
The instructions your AI receives, as published by rossoctl/rossoctl in .claude/skills/onboard/SKILL.md and read by ahel’s review.
flowchart TD
START(["/onboard"]) --> ORCHESTRATED{Already orchestrated?}
ORCHESTRATED -->|No| ORCH["Run orchestrate first"]:::prereq
ORCH --> ORCHESTRATED
ORCHESTRATED -->|Yes| LINK["onboard:link"]:::onb
LINK --> STANDARDS["onboard:standards"]:::onb
STANDARDS --> DONE([Connected to hub])
classDef onb fill:#9C27B0,stroke:#333,color:white
classDef prereq fill:#FF9800,stroke:#333,color:white
Follow this diagram as the workflow.
Onboard
Connect an orchestrated repository to rossoctl/rossoctl as the hub.
Onboard vs Orchestrate
- orchestrate is generic — works on any repository to add CI, tests, skills. Does not assume the target is related to rossoctl.
- onboard is rossoctl-specific — clones the repo into
.repos/, applies rossoctl conventions, and registers it in the hub inventory.
Run orchestrate first, then onboard to complete the connection.
Prerequisites
Target repo must have completed at least:
orchestrate:scan— CLAUDE.md existsorchestrate:precommit— pre-commit hooks installed
Sub-Skills
| Skill | Description |
|---|---|
onboard:link | Clone into .repos/, verify skill discovery |
onboard:standards | Apply rossoctl commit format, PR/issue templates |
Workflow
- Verify the target repo has been orchestrated
- Run
onboard:link— clone into.repos/, register in inventory - Run
onboard:standards— apply rossoctl conventions via PR
Related Skills
onboard:link— Clone and register in hubonboard:standards— Apply rossoctl conventionsorchestrate— Generic repo enhancement (prerequisite)
Signals
- GitHub stars
- 300
- Forks
- 107
- Last commit
- Sep 2026
- Hacker News mentions
- 20
Advanced
- Catalog kind
- skill
- Gateway key
onboard-rossoctl- Source
- github.com/rossoctl/rossoctl