Technical & DevelopmentIntermediate
create-voltagent
Project setup guide with CLI and manual steps
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/VoltAgent.png?size=32 --skill create-voltagentnpx skills add https://github.com/VoltAgent.png?size=32 --skill create-voltagentOr paste this URL into your assistant to install:
Overview
What This Skill Does
Creates new VoltAgent AI agent projects via a CLI command or manual setup. Handles scaffolding, dependency installation, server and provider selection, and environment configuration. Supports multiple package managers and AI providers including OpenAI, Anthropic, Google, Groq, Mistral, and Ollama.
Application
When to use this Skill
- Configuring integration settings for custom agent workflows.
- Optimizing query execution and response latency in production.
- Developing clean, standard-compliant implementations for enterprise services.
- Troubleshooting connection timeouts and authentication handshakes.
- Monitoring API rate limits and execution pipelines programmatically.
Documentation
Show Skills.md file
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
Based on their choice:
- Option 1: run the CLI, capture server and provider choices, and finish setup
- Option 2: gather server, provider, and API key, then run the CLI
- Option 3: follow the manual steps below
Lines 1 - 25 of 438
Recommendations