tl-complexity-assessment
Installation
SKILL.md
tl-complexity-assessment
Find the files that need to be split up. Get a ranked, evidence-based list of complexity hotspots with specific refactoring recommendations.
Quick Start
For experienced users — run the scanner and get a report:
# Bash
./scripts/complexity-scan.sh src/
# PowerShell
.\scripts\complexity-scan.ps1 -TargetDir src/
For guided assessment — follow the phases below.