Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub bejranonda/llm-autonomous-agent-plugin-for-claude --plugin autonomous-agentHow 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.
Measuring 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.
Analyzes cyclomatic complexity and maintainability index in Python and Go codebases to identify refactoring targets. Generates a structured report with prioritized recommendations.
Share bugs, ideas, or general feedback.
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.