AI AGENT ADDONS

Complexity

boshu2/agentops

Find focused refactor hotspots in your code. This tool scans your project and measures how complex each function is. It helps you see which parts are hard to understand or change. You can fix the most tangled code first.

The skill works with Python and Go files. It uses radon for Python and gocyclo for Go. These tools calculate cyclomatic complexity and a maintainability index. A high score means the code is risky and should be simplified.

After the analysis, you get a clear report. It lists the worst functions and suggests how to refactor them. Follow the steps to reduce complexity, make code easier to test, and avoid future bugs.

Add Complexity skill to your workflow

Global

mkdir -p ~/.claude/skills/complexity

Project

mkdir -p .claude/skills/complexity

Source Repository

Stars
400
Forks
40
Watchers
400
License
NOASSERTION
Last Push
23 days ago
Created
8 months ago