From autonomous-agent
Analyzes code structure, complexity, and quality using cyclomatic and cognitive complexity metrics, detects code smells like long methods and god objects, and suggests refactoring strategies.
How this skill is triggered — by the user, by Claude, or both
Slash command
/autonomous-agent:code-analysisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides comprehensive knowledge for code analysis including complexity metrics, anti-pattern detection, refactoring strategies, and code quality assessment across multiple programming languages.
This skill provides comprehensive knowledge for code analysis including complexity metrics, anti-pattern detection, refactoring strategies, and code quality assessment across multiple programming languages.
Measures how difficult code is to understand based on nesting, control flow breaks, and recursion.
Use when analyzing codebase structure, identifying refactoring opportunities, or assessing code quality.
npx claudepluginhub bejranonda/llm-autonomous-agent-plugin-for-claude --plugin autonomous-agentMeasuring and reducing cyclomatic complexity and cognitive complexity to improve maintainability.
Analyzes code complexity metrics including cyclomatic, cognitive, Halstead, maintainability index, and nesting depth. Reports per-function/file details, top issues, and refactoring recommendations.
Provides a structured approach to refining and improving code quality, architecture, and implementation patterns across projects.