This one solves the version mismatch problem when working with VoltAgent by reading docs directly from node_modules instead of hitting the web. It searches through the bundled markdown in @voltagent/core/docs using ripgrep and cat, covering everything from API references to deployment guides. Useful when you need accurate information about the exact version you have installed, or when you're working offline. The structure is clean with 20+ doc sections including workflows, agents, RAG, and evals. It's a straightforward approach that avoids the usual problem of following outdated Stack Overflow answers or docs that don't match your installed version.
npx skills add https://github.com/voltagent/skills --skill voltagent-docs-bundle