Agent skill
repo-scanning
Scan and document repository structure, patterns, and key components. Use when starting work on unfamiliar codebases.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/repo-scanning
SKILL.md
Repository Scanning
Produce a comprehensive map of the repository to enable effective navigation and understanding.
Process
- Identify major directories and their purposes
- Find key modules, services, or packages
- Note conventions and patterns in use
- Document entry points and important files
- 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?