docvault: Generate Local API Docs to Reduce AI Hallucinations

What docvault does
docvault addresses the problem of LLMs like Claude confidently providing incorrect function signatures by generating local, up-to-date API documentation directly from source code. The tool creates markdown files that stay in your repository, providing a reliable reference point for AI coding assistants.
Technical implementation
The tool works for Rust crates and Python packages using runtime introspection. It generates a two-tier markdown file structure:
- Curated patterns and gotchas at the top
- Full machine-generated API reference at the bottom
Re-running the script updates the API reference while preserving your curated notes. The scripts are pure Python stdlib with zero dependencies, available for standalone use.
Claude Code integration
Install the plugin with these commands:
/plugin marketplace add zeapo/docvault
/plugin install vendored-docs@docvault
Once installed, you can use natural language commands like:
vendor the doc for kube
After documentation is vendored, Claude checks these local docs before searching the internet, reducing hallucinations. You can also ask Claude to compare your implementation against the vendored documentation:
compare our usage of kube with the vendored doc
This type of tool is useful for developers working with complex libraries where AI assistants frequently hallucinate API details, particularly in Rust and Python ecosystems where API signatures are critical for correct implementation.
📖 Read the full source: r/ClaudeAI
👀 See Also

Free MCP Lets Claude Analyze Google Search Console Data Automatically
A free MCP (Model Context Protocol) server lets Claude directly query Google Search Console data for any site you have access to. Ask about queries, pages, clicks, impressions, CTR, and position without manual CSV exports.

23 Agent Skills for iOS 26 Development with SwiftUI and Swift 6.2
A developer created 23 agent skills targeting iOS 26+ and Swift 6.2 to address hallucination issues with deprecated APIs and outdated patterns. The skills cover SwiftUI, SwiftData, StoreKit 2, push notifications, networking, concurrency, accessibility, localization, WidgetKit, MapKit, and more.

Ory Lumen: Open Source Local Semantic Search Plugin for Claude Code
Ory Lumen is a Claude Code plugin that indexes codebases using Ollama with a code embedding model and SQLite-vec for semantic search, addressing Claude Code's performance issues with large codebases. The tool is free, local-only, and includes a SWE-style benchmark test harness for reproducible results.

OpenClaw Optimizer v1.18.0 released with OpenClaw v2026.3.7 alignment
OpenClaw Optimizer skill v1.18.0 is now aligned with OpenClaw v2026.3.7, adding support for new AI providers including Google Gemini 3.1 Flash-Lite and OpenAI gpt-5.4, plus new CLI commands like /session idle and /usage cost.