Codebase Cartographer
Generate an interactive architecture map for any code repository.
Workflow
Step 1: Scan the Repository
Run the scan script to collect file metadata, detect the project type, and gather statistics.
python3 {SKILL_DIR}/scripts/scan.py <target_directory> [--output <scan_output.json>] [--exclude dir1,dir2]
<target_directory>: The root of the repository to scan.--output: Path for the scan result JSON (default:carto_scan.jsonin the current
[Description truncada. Veja o README completo no GitHub.]