husnainpkhusnainpkCommunityยท1 Agent Skills Included

SymDex

Fast code search, symbol lookup, and call tracing

Indexes any codebase into a local searchable map of symbols, routes, callers, and file outlines. Eliminates slow whole-file reading and broad grep scans that waste time and tokens. Delivers exact code snippets, call chains, and token-budgeted context packs so coding agents answer questions faster.
npx skills add husnainpk/SymDex --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install SymDex?โ–ผ

Run `npx skills add husnainpk/SymDex --all -g -y` in your terminal to install the skill globally for your coding agent.

What does SymDex do for coding agents?โ–ผ

It builds a local index of your repository's symbols, routes, and call relationships so agents retrieve exact code instead of reading whole files, saving tokens and time.

Which languages does SymDex support?โ–ผ

It covers 21 language surfaces including Python, Go, Kotlin, Dart, Swift, JavaScript, HTML, CSS, Shell, and Markdown.

Does SymDex work with Cursor and Codex?โ–ผ

Yes. It exposes its index through standard MCP tools and CLI commands that work with Cursor, Codex, Copilot, Windsurf, and other MCP-compatible agents.

Does SymDex send my code to the cloud?โ–ผ

No. The index stays in a local SQLite database on your machine, and semantic embeddings are optional with local or hosted backends you choose.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’