Read files in order - Read each file path sequentially, starting with high-level docs and moving to specific modules
Synthesize understanding - After reading, ask Claude to summarize the project structure and relationships between components
Tips
Start with README.md or similar documentation as your first file
Follow with configuration files to understand dependencies and setup
End with a main entry point or core module
Ask Claude to explain connections between the files after reading
Adjust the file selection based on your specific questions about the codebase
1---2name: explore-codebase3description: explore-codebase4---5# explore-codebase67Quickly explore and understand a codebase by reading multiple key files in sequence.89# Explore Codebase1011This skill helps you rapidly understand a project structure by reading multiple important files in succession.1213## What it does14Reads three key files from your codebase sequentially to give you a comprehensive overview of the project. This is useful when:15- Onboarding to a new project16- Understanding project architecture17- Getting context before making changes18- Reviewing code organization1920## Steps211. **Identify key files** - Determine which three files would provide the most useful overview:22 - Configuration files (package.json, README.md, etc.)23 - Entry points or main files24 - Critical module files25 - Architecture documentation26272. **Read files in order** - Read each file path sequentially, starting with high-level docs and moving to specific modules28293. **Synthesize understanding** - After reading, ask Claude to summarize the project structure and relationships between components3031## Tips32- Start with `README.md` or similar documentation as your first file33- Follow with configuration files to understand dependencies and setup34- End with a main entry point or core module35- Ask Claude to explain connections between the files after reading36- Adjust the file selection based on your specific questions about the codebase
Run npx skillmds@latest add claudiawong522/explore-codebase in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
explore-codebase It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
claudiawong522 (@claudiawong522) published this skill. Their other Agent Skills are listed on their SkillMD profile.