Generate a ranked codebase map showing key files and relationships
Generate a graph-ranked map of the codebase showing the most important files, dependencies, and call relationships.
Analyze the repository structure: Use Glob to find all source files, count per directory, identify entry points.
Rank files by importance:
git logGenerate the map as structured summary:
## Core (highest rank)
src/backend/Program.cs -- Entry point, DI registration
src/backend/Services/MatchingService.cs -- Core matching algorithm (12 refs)
## API Layer
src/backend/Controllers/CandidateController.cs -- 8 endpoints
## Domain
src/backend/Models/CandidateProfile.cs -- Central model (18 refs)
Focus mode: When --focus=<module>, zoom into that module with full dependency graph.
--depth=<n>: Directory tree depth (default: 2)--focus=<module>: Focus on specific module--format=<md|mermaid|json>: Output formatSearch for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer
Tags:navigation, codebase, architecture, productivity