codebase-orientation
SolidMaps an unfamiliar or large codebase before implementation by locating entry points, ownership, execution paths, conventions, tests, dependencies, change hotspots, and unresolved questions. Use when onboarding to a repository, scoping a cross-cutting change, preparing a handoff or reusable CodeTour, explaining a subsystem, or when the agent is guessing where behavior lives. Not for diagnosing one reproduced failure or designing a new architecture before the current system is understood.
Install
Quality Score: 81/100
Skill Content
Details
- Author
- thiientv
- Repository
- thiientv/godmode
- Created
- 4 weeks ago
- Last Updated
- 2 weeks ago
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
codebase-tour
Orient someone in an unfamiliar codebase — the entry points, the architecture, the request/data flow, and where you'd go to make a given change — by reading the actual code and mapping it, not by summarizing the file tree. Use this whenever the user is new to a repo, asks "how does this work", "where do I start", "walk me through this codebase", "how is this organized", "where would I add X", or has just cloned/inherited a project and needs to get productive. Also use when onboarding to a large or undocumented codebase.
codebase-onboarding-map
Produce an accurate orientation guide to an unfamiliar codebase — how a request flows end to end, where the real rules live, what the traps are, and what to read first — grounded in the code rather than the README. Use when joining a project, inheriting a repo, returning to old code, or onboarding someone else.