Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Exploring Codebases

Semantic search for codebases. Locates matches with ripgrep and expands them into full AST nodes (functions/classes) using tree-sitter or pre-generated _MAP.md files. Returns complete, syntactically valid code blocks rather than fragmented lines. Use when looking for specific implementations, examples, or references where full context is needed.

tools-only 84f74d1 3 files · 9.2 KB Updated 7 repo stars

File contents

tools-only/X-Skills/tree/main/development/003-name-skill_ec7166f4 commit 84f74d1672

Frequently asked questions

npx skillmds add tools-only/exploring-codebases-2