codelens-onboardlisted
Install: claude install-skill mupozg823/codelens-mcp-plugin
# CodeLens Project Onboarding
Rapidly understand a codebase's structure, key components, and architecture.
## Workflow
1. **Activate**: Call `activate_project` to initialize the index
2. **Onboard**: Call `onboard_project` to get structure, key files (PageRank), and circular deps
3. **Drill down**: Call `get_symbols_overview` on key files to see their structure
4. **Key symbols**: Call `get_ranked_context` with query="main entry" to find the most important entry points
5. **Summarize**: Present the project architecture, key files, and entry points
## Usage
```
/codelens-onboard # Onboard current project
```
## Output Format
- Project type and framework detection
- File/symbol count and language breakdown
- Top 10 most important symbols (by centrality)
- Entry points and main modules
- Suggested next exploration areas