Scan and document repository structure, patterns, and key components. Use when starting work on unfamiliar codebases.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill repo-scanning --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Repo Scanning?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-repo-scanning)More formats (shields.io, HTML) on the badges page.
---
name: repo-scanning
description: Scan and document repository structure, patterns, and key components. Use when starting work on unfamiliar codebases.
---
# Repository Scanning
Produce a comprehensive map of the repository to enable effective navigation and understanding.
## Process
1. Identify major directories and their purposes
2. Find key modules, services, or packages
3. Note conventions and patterns in use
4. Document entry points and important files
5. Flag any unusual structures or concerns
## Output
Create `context/repo-map.md` using the template in `templates/repo-map.md`.
## Tips
- Focus on structure, not implementation details
- Note naming conventions observed
- Identify test directories and their organization
- Look for configuration files that reveal project setup
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!