Getting Started

Introduction

What is Stellarion and how it helps you maintain code quality

Stellarion is an AI-powered code quality platform that extends Claude Code with deep codebase analysis capabilities. It helps development teams measure, monitor, and improve their codebase health through intelligent analysis tools.

What Stellarion Does

Stellarion provides Claude Code with 12 specialized tools for code analysis:

  • Quality Metrics — Measure complexity, maintainability, and code health
  • Technical Debt Detection — Identify duplication, complexity hotspots, and poor organization
  • Semantic Search — Find code by describing what it does in natural language
  • Dependency Analysis — Map relationships between files and detect circular imports
  • Impact Assessment — Understand the risk and scope of changes before making them
  • Refactoring Recommendations — Get prioritized suggestions for code improvements
  • Quality Reports — Generate comprehensive reports in multiple formats

Why Use Stellarion

For Individual Developers

  • Quickly understand unfamiliar codebases
  • Find problematic code before it causes issues
  • Get actionable refactoring suggestions
  • Track quality improvements over time

For Teams

  • Establish consistent quality standards
  • Identify and prioritize technical debt
  • Make data-driven decisions about refactoring
  • Generate reports for stakeholders

How It Works

Stellarion runs as an MCP (Model Context Protocol) server that Claude Code connects to. When you ask Claude Code about your codebase, it can use Stellarion's tools to:

  1. Analyze — Examine code structure, complexity, and dependencies
  2. Search — Find relevant code using patterns or natural language
  3. Report — Generate insights and recommendations

All analysis happens locally on your machine. Your code never leaves your system.

Supported Languages

Stellarion supports analysis for:

  • TypeScript / JavaScript
  • Python
  • Rust
  • Go
  • Java
  • C / C++
  • Ruby
  • And more...

Next Steps

Ready to get started? Head to the Installation guide.