code-indexer
Installation
SKILL.md
Code Indexer
Local code indexer and semantic search engine for codebases. Provides fast code search, definition finding, and codebase navigation using simple pattern matching and AST-like analysis.
Setup
No additional installation required. Uses built-in Node.js modules and shell commands (grep, find, sed).
Optional: Install ripgrep for faster searches:
- macOS:
brew install ripgrep - Linux:
apt install ripgrepordnf install ripgrep
Usage
Index a codebase
node /job/.pi/skills/code-indexer/index.js "/path/to/project"