workflow-onboard
Installation
SKILL.md
workflow-onboard — Codebase Orientation
Orient to any repo in under 5 minutes. Read first, explain second.
Step 1: Stack & entry points
Read (do not shell-grep unless necessary):
| File | What to extract |
|---|---|
package.json / pyproject.toml / Cargo.toml |
Runtime, framework, key deps, scripts |
README.md |
Stated purpose, setup steps, architecture notes |
src/app/layout.tsx / pages/_app.tsx / App.tsx |
Root component, providers, global context |
src/app/**/page.tsx / src/routes/** / app/routes/** |
Route tree → feature map |
capacitor.config.* / app.json / app.config.* |
Mobile targets (Expo/RN/Capacitor) |
android/ / ios/ presence |
Native targets |