Explore Codebase banner
filipdopita-tech filipdopita-tech

Explore Codebase

Development community

Description

--- name: Explore Codebase description: Navigate and understand codebase structure using the knowledge graph --- ## Explore Codebase Use the code-review-graph MCP tools to explore and understand the codebase. ### Steps 1. Run `list_graph_stats` to see overall codebase metrics. 2. Run `get_architecture_overview` for high-level community structure. 3. Use `list_communities` to find major modules, then `get_community` for details. 4. Use `semantic_search_nodes` to find specific functions or cla

Installation

Installs to ~/.claude/skills/filipdopita-tech-claude-ecosystem-setup-explore-codebase/SKILL.md

Terminal
mkdir -p ~/.claude/skills/filipdopita-tech-claude-ecosystem-setup-explore-codebase && curl -fsSL https://raw.githubusercontent.com/filipdopita-tech/claude-ecosystem-setup/HEAD/skills/explore-codebase.md -o ~/.claude/skills/filipdopita-tech-claude-ecosystem-setup-explore-codebase/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository