IOchairIOchairCommunityยท1 Agent Skills Included

SQL-ManyThing

Searchable SQLite code index with full-text and dependency tracing

Indexes any codebase into a single SQLite file with FTS5 full-text search, depth-segmented blocks, and dependency graphs. Eliminates slow grep scans, whole-file reads, and repeated discovery work across large projects. Logs and tags past queries so proven search patterns are reused, making code exploration faster with every session.
npx skills add IOchair/SQL-ManyThing --all -g -y
Available:

Instructs your AI agent on the three-phase setup (index, enrich, query tracing), correct SQL query patterns, and anti-patterns to avoid when searching indexed codebases.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

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