scalex
Fast Scala and Java symbol search without build servers
All Skills in This Repository (3)
Pure Emerald Level Indicatorsscalex
Indexes and queries Scala/Java codebases to locate definitions, references, and structure.
benchmark
Execute multi-layer performance benchmarks for Scalex indexing, queries, and memory.
capture-banners
Re-render banner and OpenGraph PNGs from HTML sources using Chrome DevTools MCP.
Frequently Asked Questions
FAQPage SchemaHow to install Scalex?โผ
Run `npx skills add nguyenyou/scalex --all -g -y` in your terminal to install all skills in this suite globally.
How to find code definitions without an IDE?โผ
Scalex parses Scala and Java source files directly, so you can find definitions, implementations, and references without a build server or compilation.
Is Scalex better than grep for Scala code?โผ
Yes. It understands Scala syntax, so it finds actual symbols with categorized references and inheritance trees instead of raw text matches.
Does Scalex work with Claude Code and Codex?โผ
Yes. It ships as a plugin with a SKILL.md that teaches coding agents when and how to use each command.
How fast is Scalex on large codebases?โผ
It indexes around 17,000 files in a few seconds on first run, then uses git-based caching so warm queries return in under a second.
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