Loading...
Loading...
Provides structural context for downstream review and refactoring workflows. Use when before architecture reviews to understand file organization, exploring unfamiliar codebases to map structure, estimating scope for refactoring or migration. Do not use when general code exploration - use the Explore agent. DO NOT use when: searching for specific patterns - use Grep directly.
npx skill4agent add athola/claude-night-market file-analysisfile-analysis:root-identifiedfile-analysis:structure-mappedfile-analysis:patterns-detectedfile-analysis:hotspots-notedfile-analysis:root-identifiedpwdpackage.jsonCargo.tomlpyproject.tomlfile-analysis:structure-mappedtree -L 2 -dfind . -type d -maxdepth 2src/lib/tests/docs/scripts/configs/file-analysis:patterns-detectedfind . -name "*.ext" | wc -lwc -l $(find . -name "*.py" -o -name "*.rs" | head -20)file-analysis:hotspots-notedfind . -type f -exec wc -l {} + | sort -rn | head -10TodoWrite--verbose