| name | codelens-onboard |
| description | Quick project onboarding — understand structure, key symbols, and architecture |
| trigger | /codelens-onboard |
| tools | ["activate_project","onboard_project","get_symbols_overview","get_ranked_context"] |
CodeLens Project Onboarding
Rapidly understand a codebase's structure, key components, and architecture.
Workflow
- Activate: Call
activate_project to initialize the index
- Onboard: Call
onboard_project to get structure, key files (PageRank), and circular deps
- Drill down: Call
get_symbols_overview on key files to see their structure
- Key symbols: Call
get_ranked_context with query="main entry" to find the most important entry points
- 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