exploring-codebases
Semantic search for codebases. Locates matches with ripgrep and expands them into full AST nodes (functions/classes) using tree-sitter. Returns complete, syntactically valid code blocks rather than fragmented lines. Use when looking for specific implementations, examples, or references where full context is needed.
Skill folder: exploring-codebases
Release of exploring-codebases version 2.5.0
📥 Download & Install
⬇️ Download exploring-codebases.zip
To install:
- Click the download link above (ignore the "Source code" archives below - they're auto-generated by GitHub)
- Go to Claude.ai Skills Settings
- Upload the downloaded ZIP file
- Requires paid Claude Pro or Team account
See official documentation for more details.
Recent Changes
6df976b Applicability boundaries, real failure signals, findable descriptions (#774)
ad31500 featuring: fix source=None crash on cache hit, add --orient (#770)
4b31e7d fix(skills): repair broken frontmatter, mark obsolete skills, close registry gaps (#746)
e2a738a docs: Update CHANGELOG.md for released skills