What problem does it solve?
Lack of onboarding guidance leaves every new contributor guessing the repo layout and conventions, so this skill builds a fresh ONBOARDING.md by reading the README, entry points, and key files the inventory script surfaces. Running it once gives you a curated guide that points to the right commands, architecture maps, and dependencies without handholding.
Core Features & Use Cases
- Repository inventory:
scripts/inventory.mjs walks the tree, catalogs entry points, detects frameworks, and flags docs so the narrative always starts from actual structure.
- Structured six-section output: The generated
ONBOARDING.md follows the required flow, adding ASCII diagrams, responsibility tables, dependency tables, and concrete how-to tips for each section.
- Use Case: Use this skill whenever a repo lacks onboarding docs or you want to refresh guidance for a new hire, replacing stale prose with an accurate, code-derived overview.
Quick Start
Ask this skill to crawl the repo, run the inventory script, and overwrite ONBOARDING.md with the six-section guide for new contributors.