create-voltagent
Installation
SKILL.md
Create VoltAgent Skill
Complete guide for creating new VoltAgent projects. Includes the CLI flow and a full manual setup.
Official documentation: https://voltagent.dev/docs/
Start Here
When a user wants to create a VoltAgent project, ask:
"How would you like to create your VoltAgent project?"
- Automatic Setup - run
npm create voltagent-app@latestand handle prompts - Interactive Guide - walk through each step and confirm choices
- Manual Installation - set up dependencies and a full working example
Related skills
More from voltagent/skills
voltagent-best-practices
VoltAgent architectural patterns and conventions. Covers agents vs workflows, project layout, memory, servers, and observability.
340voltagent-docs-bundle
Look up VoltAgent documentation embedded in node_modules/@voltagent/core/docs for version-matched docs. Use for API signatures, guides, and examples.
289