stellarion
v1.0.17
Published
Stellarion - AI-powered code analysis and improvement tool
Downloads
1,337
Maintainers
Readme
Stellarion
AI-powered code analysis for Claude Code. Measure complexity, find code semantically, track dependencies, and identify refactoring opportunities—all locally on your machine.
Quick Start
Requirements: Node.js 22+, Claude Code CLI
npm install -g stellarion
cd /path/to/your/project
stellarion init # or: stellarion init --claude / --cursor / --all
stellarion status # verify installationThen in Claude Code, run /mcp to verify Stellarion is connected.
Tools
| Tool | Purpose |
|------|---------|
| search_semantic | Natural language code search |
| search_pattern | Regex and AST-aware pattern matching |
| get_code_element | Extract functions/classes with metadata |
| analyze_structure | Dependency graphs and coupling analysis |
| analyze_quality | Complexity metrics and code health |
| analyze_impact | Change risk assessment |
| index_project | Index codebase for semantic search |
| project_info | Project metadata and structure |
| generate_report | Quality and architecture reports |
| find_refactoring | Identify refactoring opportunities |
| extract_endpoints | Extract REST API endpoints |
| batch_analyze | Parallel bulk analysis |
Languages: TypeScript, JavaScript, Python, Rust, Go, Java, C/C++, Ruby
License
| Tier | Files | | |------|-------|--| | Free | 500 (60 days), then 100 | Get license | | Professional | 500 | Online verification | | Unlimited | Unlimited | Online verification |
Links
- Docs: docs.stellarion.ai
- Support: [email protected]
