
Defendend Claude Ast Index Search
- 523 repo stars
- Updated July 23, 2026
- defendend/Claude-ast-index-search
defendend-claude-ast-index-search is a Claude Code plugin that indexes your codebase via CLI so agents search symbols and structure faster.
About
defendend-claude-ast-index-search is a Claude Code plugin built around a small CLI that indexes your repository so coding agents can search structure and references much faster than repeatedly grepping huge trees. developers and small teams shipping with Claude Code or Cursor benefit when repos span multiple languages or grow past comfortable context limits. Install when you want repeatable, Bash-driven indexing that any agent workflow can call before deep refactors, bug hunts, or review passes. The catalog listing emphasizes AST-oriented buffers and broad language keywords rather than a one-off MCP wrapper, which makes it a practical agent-tooling add-on for day-to-day build work and later iteration in production codebases.
- CLI indexes project files into AST-oriented buffers for faster agent search
- Works with any AI agent that can run Bash (Claude Code, Cursor, and similar)
- Keyword coverage spans TypeScript/JavaScript, Python, Dart/Flutter, iOS Swift/ObjC, Android Kotlin/Java, and WSDL/XSD
- Targets speedups over naive full-repo search during interactive coding sessions
- Single-plugin bundle from defendend/Claude-ast-index-search (~302 GitHub stars)
Defendend Claude Ast Index Search by the numbers
- Data as of Jul 25, 2026 (Skillselion catalog sync)
/plugin install defendend-claude-ast-index-search@defendend/Claude-ast-index-searchAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 523 |
|---|---|
| Last updated | July 23, 2026 |
| Repository | defendend/Claude-ast-index-search ↗ |
What it does
Pre-index a repo with AST-aware buffers so Claude Code and other Bash-capable agents find symbols and references faster than full-tree search.
Who is it for?
Best when you're on multi-language or large codebases and want a reusable index step before agent-heavy refactors and navigation.
Skip if: Tiny single-file projects where vanilla search is already instant or teams that cannot run local CLI indexing in their environment.
What you get
After indexing, your agent can query a prebuilt AST index from Bash and spend more turns on fixes instead of discovery.
- Project file index optimized for agent search
- Faster symbol and reference lookup during agent sessions
- Repeatable indexing workflow callable from Bash
By the numbers
- 1 plugin in the defendend/Claude-ast-index-search bundle
- 302 GitHub stars on the source repository (per catalog ingest)
- Supports AST-oriented indexing keywords across TS/JS, Python, Dart/Flutter, iOS, Android, and WSDL/XSD
Recommended Plugins
How it compares
Local indexing CLI for agents, not a hosted semantic search SaaS or a single-purpose review skill.
FAQ
Who is Defendend Claude Ast Index Search for?
It is for developers and agent users who need faster structural search across TypeScript, Python, mobile, and related stacks in Claude Code or Cursor.
When should I use Defendend Claude Ast Index Search?
Use it at the start of a coding session or after big merges when agent searches feel slow or incomplete across a large repo.
How do I add Defendend Claude Ast Index Search to my agent?
Install the plugin from the defendend/Claude-ast-index-search repository, run the indexing CLI via Bash in your project root, then let Claude Code invoke search against the generated index.