Skip to main content
ClaudeWave
defendend avatar
defendend

Claude-ast-index-search

Ver en 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 estrellas32 forksCMITActualizado 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 en este repositorio

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.

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

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

Instalar

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.

Instalar

Resumen de Subagents

README no disponible. Visita el repo en GitHub para la documentación completa.

Lo que la gente pregunta sobre Claude-ast-index-search

¿Qué es defendend/Claude-ast-index-search?

+

defendend/Claude-ast-index-search es subagents para el ecosistema de Claude AI. Cli allows you to index files and greatly speed up Claude/Codex/Cursor searches (suitable for any AI agent that can use Bash) Tiene 438 estrellas en GitHub y se actualizó por última vez 2d ago.

¿Cómo se instala Claude-ast-index-search?

+

Puedes instalar Claude-ast-index-search clonando el repositorio (https://github.com/defendend/Claude-ast-index-search) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar defendend/Claude-ast-index-search?

+

Nuestro agente de seguridad ha analizado defendend/Claude-ast-index-search y le ha asignado un Trust Score de 89/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene defendend/Claude-ast-index-search?

+

defendend/Claude-ast-index-search es mantenido por defendend. La última actividad registrada en GitHub es de 2d ago, con 5 issues abiertos.

¿Hay alternativas a Claude-ast-index-search?

+

Sí. En ClaudeWave puedes explorar subagents similares en /categories/agents, ordenados por popularidad o actividad reciente.

Despliega Claude-ast-index-search en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más Subagents