voltagent-docs-bundle▌
voltagent/skills · updated Apr 8, 2026
Look up VoltAgent docs embedded in node_modules/@voltagent/core/docs. This bundle mirrors the website docs plus additional doc sets, so it is safe to use for version-matched answers.
VoltAgent Embedded Docs Lookup
Look up VoltAgent docs embedded in node_modules/@voltagent/core/docs. This bundle mirrors the website docs plus additional doc sets, so it is safe to use for version-matched answers.
Where the Docs Live
node_modules/@voltagent/core/docs/
|-- actions.md
|-- agents/
|-- api/
|-- blog/
|-- community/
|-- deployment-docs/
|-- deployment.md
|-- evals.md
|-- evaluation-docs/
|-- getting-started/
|-- guardrails/
|-- integrations/
|-- models-docs/
|-- observability/
|-- observability-platform/
|-- prompt-engineering-docs/
|-- rag/
|-- recipes/
|-- repo-docs/
|-- site-examples/
|-- tools/
|-- triggers.md
|-- troubleshooting/
|-- ui/
|-- utils/
`-- workflows/
If you are inside the VoltAgent monorepo, the same content exists at:
packages/core/docs/
Lookup Flow
- List available sections:
ls node_modules/@voltagent/core/docs
- Search for a topic:
rg -n "workflow" node_modules/@voltagent/core/docs -g"*.md"
- Read the file:
cat node_modules/@voltagent/core/docs/workflows/overview.md
Quick Commands
# List docs
ls node_modules/@voltagent/core/docs
# Find a keyword
rg -n "memory" node_modules/@voltagent/core/docs -g"*.md"
# Open a section
cat node_modules/@voltagent/core/docs/getting-started/quick-start.md
Why This Works
- Docs are bundled with the installed version
- Avoids web drift and outdated content
- Covers the full doc surface (guides, recipes, platform docs)
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.5★★★★★35 reviews- ★★★★★Pratham Ware· Dec 24, 2024
voltagent-docs-bundle is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Harper Martinez· Dec 16, 2024
Useful defaults in voltagent-docs-bundle — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Mei Khanna· Dec 4, 2024
I recommend voltagent-docs-bundle for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Daniel Abebe· Nov 23, 2024
Keeps context tight: voltagent-docs-bundle is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Harper Li· Nov 3, 2024
voltagent-docs-bundle is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Harper Haddad· Oct 22, 2024
voltagent-docs-bundle fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Isabella Abebe· Oct 14, 2024
Registry listing for voltagent-docs-bundle matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Sakshi Patil· Sep 17, 2024
Keeps context tight: voltagent-docs-bundle is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Neel Li· Sep 9, 2024
I recommend voltagent-docs-bundle for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Neel Kim· Aug 28, 2024
voltagent-docs-bundle reduced setup friction for our internal harness; good balance of opinion and flexibility.
showing 1-10 of 35