Maps and analyzes repository structure to provide essential architectural context for refactoring, migrations, and code reviews.
The File Analysis skill empowers Claude to perform comprehensive structural audits of unfamiliar codebases, identifying module boundaries, language distributions, and potential complexity hotspots. By automating the mapping of directory layouts and detecting 'god objects' or deeply nested structures, it provides the necessary groundwork for informed architectural decisions, scope estimation for migrations, and efficient developer onboarding without manual exploration.
Características Principales
01Project type detection using manifest files like package.json or Cargo.toml
02Automated directory layout mapping and hierarchy visualization
030 GitHub stars
04Structured workflow tracking using integrated TodoWrite checkpoints
05Identification of complexity hotspots and oversized files
06Language distribution analysis via file extension counting
Casos de Uso
01Providing structural context for architectural reviews and documentation
02Estimating the scope of work for large-scale refactoring or language migrations
03Mapping an unfamiliar codebase to understand module boundaries before making changes