Skip to content

exploring-codebases v2.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Jul 18:55
1ccd62f

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.4.0

📥 Download & Install

⬇️ Download exploring-codebases.zip

To install:

  1. Click the download link above (ignore the "Source code" archives below - they're auto-generated by GitHub)
  2. Go to Claude.ai Skills Settings
  3. Upload the downloaded ZIP file
  4. Requires paid Claude Pro or Team account

See official documentation for more details.

Recent Changes

1ccd62f feat: subagent context-handoff guidance (exploring-codebases 2.4.0, agent-routing 1.2.0) (#733)
10fc9b4 docs: Update CHANGELOG.md for released skills