onboard

SkillDev tools

Connect an orchestrated repo to rossoctl/rossoctl as the hub - clone, configure, apply standards

Available today. Use it from your connected AI after setup.

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:

  1. orchestrate:scan — CLAUDE.md exists
  2. orchestrate:precommit — pre-commit hooks installed

Sub-Skills

SkillDescription
onboard:linkClone into .repos/, verify skill discovery
onboard:standardsApply rossoctl commit format, PR/issue templates

Workflow

  1. Verify the target repo has been orchestrated
  2. Run onboard:link — clone into .repos/, register in inventory
  3. Run onboard:standards — apply rossoctl conventions via PR

Related Skills

  • onboard:link — Clone and register in hub
  • onboard:standards — Apply rossoctl conventions
  • orchestrate — 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