Skip to main content
ClaudeWave
defendend avatar
defendend

Claude-ast-index-search

View on GitHub

Cli allows you to index files and greatly speed up Claude/Codex/Cursor searches (suitable for any AI agent that can use Bash)

Subagents438 stars32 forksCMITUpdated 2d ago
ClaudeWave Trust Score
89/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
Last scanned: 6/11/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/defendend/Claude-ast-index-search && cp Claude-ast-index-search/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.

4 items in this repository

bug-fixSubagent

Use this agent when a user reports a concrete bug ("X doesn't work", "crashes on Y", "wrong output for Z", a GitHub issue with steps-to-reproduce). The agent reproduces the bug, locates the root cause, applies a minimal fix, proves the fix works with a regression test, and confirms nothing else broke. Do NOT use for feature requests, refactors, or open-ended "look at this code" asks — those are different profiles.

Install
researchSubagent

Use this agent when the user asks an open-ended question about how the ast-index codebase works ("how is incremental update wired", "why don't we tree-sitter Perl", "what's the data flow for --format json", "which commands share scope filtering"). The agent reads the code, traces connections, and returns a structured answer with file:line citations. It does NOT edit code, does NOT run destructive commands, and does NOT speculate — every claim is grounded in a file you can open.

Install
reviewSubagent

Use this agent to review a set of changes before they ship — staged/unstaged diff, a specific commit range, a PR description, or "the latest commit". The agent reads the diff against project rules in CLAUDE.md and .claude/rules/*, runs the build and test suite, and reports what's good, what's wrong, and what's missing. It does NOT fix anything itself — the point is feedback, not rework.

Install

This skill should be used when the user asks to "find a class", "search for symbol", "find usages", "find implementations", "search codebase", "find file", "class hierarchy", "find callers", "module dependencies", "unused dependencies", "project map", "project conventions", "project structure", "what frameworks", "what architecture", "find Perl subs", "Perl exports", "find Python class", "Go struct", "Go interface", "find React component", "find TypeScript interface", "find Rust struct", "find Ruby class", "find C# controller", "find Dart class", "find Flutter widget", "find mixin", "find Scala trait", "find case class", "find object", "find PHP class", "find Laravel model", "find PHP trait", or needs fast code search in Android/Kotlin/Java, iOS/Swift/ObjC, Dart/Flutter, TypeScript/JavaScript, Rust, Ruby, C#, Scala, PHP, Perl, Python, Go, C++, or Protocol Buffers projects. Also triggered by mentions of "ast-index" CLI tool.

Install

Subagents overview

README preview not available. Visit the repo on GitHub for full documentation.

What people ask about Claude-ast-index-search

What is defendend/Claude-ast-index-search?

+

defendend/Claude-ast-index-search is subagents for the Claude AI ecosystem. Cli allows you to index files and greatly speed up Claude/Codex/Cursor searches (suitable for any AI agent that can use Bash) It has 438 GitHub stars and was last updated 2d ago.

How do I install Claude-ast-index-search?

+

You can install Claude-ast-index-search by cloning the repository (https://github.com/defendend/Claude-ast-index-search) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is defendend/Claude-ast-index-search safe to use?

+

Our security agent has analyzed defendend/Claude-ast-index-search and assigned a Trust Score of 89/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains defendend/Claude-ast-index-search?

+

defendend/Claude-ast-index-search is maintained by defendend. The last recorded GitHub activity is from 2d ago, with 5 open issues.

Are there alternatives to Claude-ast-index-search?

+

Yes. On ClaudeWave you can browse similar subagents at /categories/agents, sorted by popularity or recent activity.

Deploy Claude-ast-index-search to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: defendend/Claude-ast-index-search
[![Featured on ClaudeWave](https://claudewave.com/api/badge/defendend-claude-ast-index-search)](https://claudewave.com/repo/defendend-claude-ast-index-search)
<a href="https://claudewave.com/repo/defendend-claude-ast-index-search"><img src="https://claudewave.com/api/badge/defendend-claude-ast-index-search" alt="Featured on ClaudeWave: defendend/Claude-ast-index-search" width="320" height="64" /></a>

More Subagents