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

Related skills

More from armanzeroeight/fastagent-plugins

Installs
9
GitHub Stars
27
First Seen
Feb 4, 2026