voltagent-docs-bundle

安装方式
CLI
npx skills add https://github.com/voltagent/skills --skill voltagent-docs-bundle

使用 CLI 安装这个技能,并在你的工作区中直接复用对应的 SKILL.md 工作流。

最后更新于 4/24/2026

VoltAgent Agent Skills

Official agent skills for coding agents working with the VoltAgent framework.

Install

If your agent supports add-skill:

npx skills add VoltAgent/skills

Skill List

  • create-voltagent: Project setup guide with CLI and manual steps.
  • voltagent-best-practices: Architecture and usage patterns for agents, workflows, memory, and servers.
  • voltagent-core-reference: Reference for the VoltAgent class options and lifecycle methods.
  • voltagent-docs-bundle: Lookup embedded docs from @voltagent/core/docs for version-matched documentation.

Manual Install

git clone https://github.com/VoltAgent/skills.git

Then configure your coding agent to load skills from the cloned directory.

License

MIT - see LICENSE.