Rust Librarian is a specialized RAG (Retrieval-Augmented Generation) system designed to provide Claude with direct access to canonical Rust documentation and idiomatic patterns. By indexing high-quality sources like The Rust Book, the Rustonomicon, and the official error index into a Qdrant vector database, it ensures that AI-generated code adheres to current best practices rather than relying solely on static training data. This skill is indispensable for developers needing accurate architectural guidance, idiomatic solutions to complex borrow checker errors, and deep-dives into popular crate documentation during the planning and implementation phases of the software development lifecycle.