lexa
Fast local codebase indexing, search, and safe editing
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Lexa?โผ
Run `npx skills add anvia-hq/lexa --all -g -y` in your terminal to install the skill globally for your coding agent.
What does Lexa do for a codebase?โผ
Lexa indexes your project into a local graph so you can search symbols, trace dependencies, get file outlines, and build focused context bundles without reading entire files.
How does Lexa make code edits safer?โผ
It uses hash-aware reads and patches with dry-run previews, so edits are rejected if the file changed since you last read it.
Does Lexa work with MCP-compatible coding agents?โผ
Yes. Run `lexa mcp /path/to/project` to expose all search, read, and edit operations as MCP tools over stdio.
Can Lexa replace my compiler or test runner?โผ
No. Lexa is a navigation and context map; you still run your project's normal tests, linters, and builds to verify completed work.
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