| name | repo-onboarding |
| description | Fast repository intake workflow to map stack, entry points, and development commands. |
Repo Onboarding Workflow
Use this skill when starting work in an unfamiliar repository.
Steps
- Identify project type and core entry points.
- Locate build/test/lint commands from project files.
- Identify where runtime/configuration values are sourced.
- Note likely high-risk areas for regressions.
Required Output
- Project type and primary languages
- Key entry points and major package/module boundaries
- Build, test, and run commands that work in this repo
- Top 3 risk hotspots to watch during edits