auyelbekovauyelbekovCommunityยท1 Agent Skills Included

rawq

Semantic and lexical code search for faster context retrieval

Searches large codebases with hybrid semantic and keyword matching to return only the most relevant code chunks. Eliminates wasted tokens from reading irrelevant files by returning ranked results with file paths, line ranges, and confidence scores. Runs fully offline as a single binary with incremental indexing, git-diff search, and structured JSON output for fast workflows.
npx skills add auyelbekov/rawq --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install rawq?โ–ผ

Run `npx skills add auyelbekov/rawq --all -g -y` in your terminal to install this skill globally.

What does rawq do?โ–ผ

rawq is a context retrieval engine that searches codebases using combined semantic and lexical matching. It returns only the relevant code chunks with file paths, line numbers, and confidence scores instead of whole files.

How does rawq save tokens for coding agents?โ–ผ

Instead of reading dozens of full files, rawq returns 5-10 ranked code chunks for a query. This sharply reduces context size and speeds up code understanding.

Does rawq work offline?โ–ผ

Yes. After the initial model download, rawq runs fully offline using local ONNX inference with optional GPU acceleration on Windows, Linux, and macOS.

Which programming languages does rawq support?โ–ผ

rawq supports 16 languages via tree-sitter, including Rust, Python, TypeScript, Go, and Java, plus a universal fallback that indexes any text file.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’