Skip to main content

rust-librarian

[WHAT] Rust knowledge ingestion and semantic search system. Indexes Rust books, patterns, error examples, and crate documentation into Qdrant for agent-accessible retrieval. [HOW] Clones Rust book sources (markdown), chunks by chapter/section/concept, embeds via sentence-transformers (all-mpnet-base-v2, 768D), upserts to Qdrant collections following the os/agent/performance-engine schema. Provides search commands for agents. [WHEN] Use when ingesting new Rust learning material, querying Rust patterns during planning, or looking up idiomatic solutions to Rust compiler errors. [WHY] Agents writing Rust need access to canonical patterns, not just LLM training data. RAG over curated Rust books produces more idiomatic, correct code.

Jump to install

Source facts

Repository
lev-os/agents
Last source activity
March 10, 2026 at 21:29
Detected SKILL.md language
English
Stars
21
Forks
2

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.