Claude-ast-index-search
Instant structural code search across large multi-language repositories
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Claude-ast-index-search?โผ
Run `npx skills add defendend/Claude-ast-index-search --all -g -y` in your terminal to install the skill globally for your AI agent.
What does ast-index do?โผ
It builds a local SQLite index of symbols, references, and dependencies in your codebase, then answers structural queries like finding classes, usages, and callers in milliseconds.
Which programming languages does ast-index support?โผ
It supports over 30 languages including Kotlin, Java, Swift, TypeScript, JavaScript, Rust, Python, Go, C#, PHP, Ruby, and Dart, with automatic project type detection.
Does ast-index work with Claude Code, Cursor, and Codex?โผ
Yes. It ships as a plugin and skill for Claude Code, Cursor, Codex, and Gemini CLI, teaching agents to use structural search instead of slow text grep.
How is ast-index faster than grep?โผ
Because it queries a pre-built index instead of scanning files, most searches return in 1-10ms versus 200ms or more for grep, often 10-100x faster.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core