Getting Started

Quick Start

Get up and running with Stellarion in minutes

This guide walks you through your first code analysis with Stellarion.

Step 1: Initialize Your Project

Navigate to your project directory and initialize Stellarion:

cd /path/to/your/project
stellarion init

Step 2: Start Claude Code

Launch Claude Code in your project:

claude

Step 3: Analyze Your Code

Ask Claude Code to analyze your codebase. Here are some examples:

Check Code Quality

Analyze the code quality of this project. Show me complexity metrics and any issues.

Find Complex Code

Find the most complex functions in this codebase that might need refactoring.

Search for Code

Find all error handling code in this project.

Check Dependencies

Analyze the dependency structure. Are there any circular dependencies?

Generate a Report

Generate a technical debt report for this project.

Step 4: Index for Better Search (Optional)

For large codebases, index your project to enable faster semantic search:

Index this project for semantic search.

This creates embeddings that allow Claude Code to find code by meaning, not just keywords.

What's Next

  • Explore Features to understand what Stellarion can do
  • Learn about all 12 Tools available
  • Read Guides for practical workflows