complexity-analyzer

Installation
SKILL.md

Complexity Analyzer

Quick Start

Analyze complexity with tools:

# JavaScript
npx eslint --plugin complexity --rule 'complexity: [error, 10]' src/

# Python
pip install radon
radon cc src/ -a -nb

# General
npx complexity-report src/

Instructions

Installs
12
GitHub Stars
29
First Seen
Feb 4, 2026
complexity-analyzer — armanzeroeight/fastagent-plugins