agentsclimarketplace

Voltagent docs bundle

Skill pinkpixel-dev/skills-collection-2/SKILLS/voltagent-docs-bundle

Look up VoltAgent documentation embedded in node_modules/@voltagent/core/docs for version-matched docs. Use for API signatures, guides, and examples.From its SKILL.md

Install
npx -y skills add pinkpixel-dev/skills-collection-2 --skill voltagent-docs-bundle

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

1.8 KB, 393 tokens by cl100k_base, as published. Nobody here has run it

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

  1. List available sections:
ls node_modules/@voltagent/core/docs
  1. Search for a topic:
rg -n "workflow" node_modules/@voltagent/core/docs -g"*.md"
  1. 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)

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,614. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.