Inspect and understand a codebase before making any changes. Use this skill at the start of nearly every task — before planning, coding, debugging, or refactoring — to detect the framework, folder structure, conventions, dependencies, and existing patterns so new work fits the project instead of fig
Inspect and understand a codebase before making any changes. Use this skill at the start of nearly every task — before planning, coding, debugging, or refactoring — to detect the framework, folder structure, conventions, dependencies, and existing patterns so new work fits the project instead of fighting it. Always run this skill first when entering an unfamiliar repo, resuming a project, or befor