What problem does it solve?
This Skill helps when you inherit an unfamiliar software repository and need a reliable first pass that explains what the project does, how it runs, where the main paths live, and what risks or unknowns deserve attention before any changes are made.
Core Features & Use Cases
- Repository orientation: scans the repo to identify the main project shape, entrypoints, documentation, tests, and core modules.
- Evidence-based onboarding notes: produces a durable maintainer-facing overview that separates verified facts, documented claims, inferences, blockers, and open questions.
- Safe first-pass verification: favors read-only inspection and lightweight checks so a maintainer can understand the codebase without accidentally changing it.
- Use case: A developer inherits a legacy service and asks for a concise map of startup flow, key dependencies, validation commands, and the highest-risk areas before implementing a fix.
Quick Start
Ask the skill to map the repository, identify the main runtime path, and write maintainer onboarding notes before any implementation changes are made.