Scheduled upgrade in progress. Some pages may load slowly or ask you to retry.

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.

majiayu000 1d5b651 2 files · 16.4 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/development/code-explore commit 1d5b651ecf

Frequently asked questions

npx skillmds add majiayu000/code-explore-2