cognitive-load-analyzer
Installation
SKILL.md
ABOUTME: Measures cognitive load of codebases using 8 dimensions, producing a 0-1000 score
ABOUTME: Sigmoid-normalized metrics with P90 weighting, Python calculator for deterministic results
Cognitive Load Analyzer
Produce a deterministic Cognitive Load Index (0-1000) with per-dimension breakdown and actionable recommendations.
When to run: before major refactors, when onboarding to unfamiliar codebases, during architecture reviews, or to track complexity trends over time.
Scoring Scale
| CLI Score | Rating |
|---|---|
| 0-100 | Excellent |
| 101-250 | Good |
| 251-400 | Moderate |
| 401-600 | Concerning |
| 601-800 | Poor |
| 801-999 | Severe |