This guide walks you through your first code analysis with Stellarion.
Navigate to your project directory and initialize Stellarion:
cd /path/to/your/project
stellarion init
Launch Claude Code in your project:
claude
Ask Claude Code to analyze your codebase. Here are some examples:
Analyze the code quality of this project. Show me complexity metrics and any issues.
Find the most complex functions in this codebase that might need refactoring.
Find all error handling code in this project.
Analyze the dependency structure. Are there any circular dependencies?
Generate a technical debt report for this project.
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.