anvia-hqanvia-hqOfficialยท1 Agent Skills Included

lexa

Fast local codebase indexing, search, and safe editing

Indexes any codebase into a queryable graph for symbol lookup, dependency tracing, and task-focused context bundles. Eliminates slow grep-and-read workflows by returning compact, token-efficient answers from a local index. Supports hash-aware reads and dry-run line patches so edits stay safe, with CLI and MCP access for any coding environment.
npx skills add anvia-hq/lexa --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’