Features

Features Overview

Core capabilities of Stellarion

Stellarion provides Claude Code with powerful code analysis capabilities organized into four main areas.

Code Quality Metrics

Measure and track the health of your codebase:

  • Cyclomatic Complexity — Count of independent paths through code
  • Cognitive Complexity — How difficult code is to understand
  • Maintainability Index — Overall maintainability score (0-100)
  • Code Duplication — Detect repeated code patterns

Learn more about Code Quality Metrics →

Technical Debt Analysis

Identify and prioritize improvement opportunities:

  • Complexity Hotspots — Functions that are too complex
  • Duplication Detection — Code that should be consolidated
  • Organization Issues — Files that are too large or directories too crowded
  • Interface Problems — Functions with too many parameters

Learn more about Technical Debt Analysis →

Find code quickly using multiple search methods:

  • Semantic Search — Describe what code does in natural language
  • Pattern Search — Use regex to find exact patterns
  • Element Extraction — Get specific functions or classes by name

Learn more about Code Search →

Reports

Generate comprehensive analysis reports:

  • Quality Reports — Overall code health assessment
  • Architecture Reports — Dependency structure and coupling metrics
  • Technical Debt Reports — Prioritized list of improvements
  • Multiple Formats — JSON, Markdown, HTML, or CSV output

Learn more about Reports →