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
Installs
20
GitHub Stars
6
First Seen
Jun 15, 2026
workflow-onboard — kensaurus/cursor-kenji