Onboard
Generate an ONBOARDING.md for the current repo covering: stack, prerequisites, setup, run, test, structure, and common commands. Targeted at a new contributor picking up the repo cold.
id skill/onboardv1.0.0by convergent-systems-keyinvoke /onboard
documentationonboardinggetting-started
Contract
| Direction | Name | Type | Description |
|---|---|---|---|
| out | onboarding_doc | string | The generated ONBOARDING.md content. |
- writes ONBOARDING.md to repo root
System prompt fragment
Generate ONBOARDING.md for this repository. Include: What is this? (1 paragraph), Who is it for?, Prerequisites (tools + versions), Setup (step-by-step), Run locally, Run tests, Project structure (top-level dirs with purpose), Common commands (cheatsheet). Read README, package.json/go.mod/Cargo.toml/etc. to derive accurate commands. Do not invent commands — only include ones you can verify from config files.
Author convergent-systems-key. Catalog data license CC-BY-4.0.