onboard

Validate freshly forked Aeon repos by running the onboard CLI and parsing its JSON output.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/swarm-ai-research/aeon --skill onboard-swarm-ai-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onboard
Source: https://github.com/swarm-ai-research/aeon/tree/main/skills/onboard
Command: npx skills add https://github.com/swarm-ai-research/aeon --skill onboard-swarm-ai-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fresh Aeon forks often lack a known-good setup state. This skill automates a comprehensive health check by running the onboard CLI to validate repository readiness and report results through configured channels.

Core Features & Use Cases

  • One-shot validation: Runs ./onboard checks and aggregates a single, actionable checklist.
  • Notification routing: Sends the result to the operator via Telegram/Discord/Slack or email.
  • Self-audit scheduling: Supports nightly audits with configurable silent mode for pass scenarios.

Quick Start

Run the onboard CLI from the repository root to generate the initial onboarding checklist and notify your configured channel.

Frequently Asked Questions about onboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate repository setup after forking a repo?

Repository setup validation is performed by running the onboard CLI to check for required secrets, workflows, and CLI presence, then aggregating the results into an actionable checklist routed to your configured notification channel.

Can I schedule nightly onboarding audits for my repository?

Nightly onboarding audits are supported through self-audit scheduling, which runs the validator automatically and supports a configurable silent mode to suppress notifications when all checks pass.

What notification channels can I route repository validation results to?

You can route repository validation results to Telegram, Discord, Slack, or email, delivering a concise notification of the onboarding checklist while logging the results for historical tracking.

Does the onboard validation check for required secrets and workflows?

The onboard validation checks for required secrets and workflows by enforcing execution of the onboard CLI, parsing its JSON output to confirm repository readiness and compliance with setup standards.

What is a one-shot repo onboarding validator used for?

A one-shot repo onboarding validator automates comprehensive health checks on fresh forks by running CLI checks to confirm a known-good setup state and aggregating results into a single actionable checklist.

Why does my fresh fork lack a known-good setup state?

Fresh forks lack a known-good setup state because required secrets, workflows, and the onboard CLI may be missing or non-compliant, which the onboard validator detects by parsing JSON output from local checks.