Inspects an unfamiliar software repository and produces a concrete orientation report covering structure, tooling, entry points, boundaries, active surfaces, and safe places to start work. Use when a user says help me understand this repo, map this codebase before I edit it, where should I start, or asks for an engineering walkthrough before planning or delegation. Do NOT use when the user already knows the target change and wants implementation, or when they need a specific bug diagnosis rather than repo orientation.
$npx -y skills add ckorhonen/swe-skills --skill repo-introspectionInstalls into the current project.
Run `npx skills use "https://github.com/ckorhonen/swe-skills" --skill "ckorhonen/swe-skills/repo-introspection"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ckorhonen/swe-skills" that are relevant to the current task. Run `npx skills add "https://github.com/ckorhonen/swe-skills"` and select the relevant skills, then follow their instructions.