code-explore

Systematic codebase exploration using tree-sitter AST analysis and repomix semantic search. Use when: (1) User asks to explore/analyze/find/search codebase, (2) Looking for functions/classes/symbols/patterns, (3) Understanding project structure, (4) Tracing dependencies/usage, (5) ANY code analysis task. CRITICAL: NEVER use basic filesystem tools (find, grep, Glob, Read multiple files) when tree-sitter MCP or repomix tools are available.

$ Instalar

git clone https://github.com/vm-wylbur/pb-dotfiles /tmp/pb-dotfiles && cp -r /tmp/pb-dotfiles/ai/claude-code/skills/code-explore ~/.claude/skills/pb-dotfiles

// tip: Run this command in your terminal to install the skill