helix-query-rust
Installation
SKILL.md
Helix Query Authoring — Rust
Write Helix Rust DSL queries in a way that is schema-aware, explicit, and easy
for agents to reason about. The published package is helix-db = "3.0.0" and
is imported as helix_db.
This is the preferred way to author Helix queries in a Rust codebase. Drop to raw dynamic JSON (helix-query-json-dynamic) only for debugging or dynamically-shaped requests.
When To Use
Use this skill when the task is to:
- write a new Helix query in Rust
- revise an existing Helix Rust DSL route
- turn a batch into a direct
QueryRequest - choose between
read_batch()andwrite_batch() - add traversal, projection, pagination, BM25 search, or vector search to an existing query