SQL-ManyThing
Searchable SQLite code index with full-text and dependency tracing
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install SQL-ManyThing?โผ
Run `npx skills add IOchair/SQL-ManyThing --all -g -y` in your terminal to install the skill globally. Then run the Phase 1 script to index your project into a SQLite database.
How to search a large codebase fast?โผ
SQL-ManyThing builds an FTS5 trigram index over your entire project, so symbol and text searches return results in milliseconds even across 89K files.
Does SQL-ManyThing need a server or database setup?โผ
No. Everything lives in one portable SQLite file with zero servers, daemons, or external dependencies beyond Python 3.9+ and SQLite 3.35+.
Which languages does SQL-ManyThing support?โผ
It is language-agnostic and indexes C++, Python, JavaScript, TypeScript, Rust, Java, shaders, and any other text-based source files.
Does SQL-ManyThing work with Claude Code and Cursor?โผ
Yes. It follows the standard SKILL.md format and works with Claude Code, Cursor, Codex, and other agents that can run shell commands.
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