VoltAgent Development

Guide development of VoltAgent-based AI agents with Zod schemas and LibSQL.

3|5|Updated Sep 13, 2022
One-click install
npx skills add https://github.com/colinmollenhour/dotfiles --skill voltagent-development
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: VoltAgent Development
Source: https://github.com/colinmollenhour/dotfiles/tree/main/.claude/skills/voltagent
Command: npx skills add https://github.com/colinmollenhour/dotfiles --skill voltagent-development

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @voltagent/core, @ai-sdk/anthropic, @ai-sdk/openai, zod.

What This Skill Does

Guides development of VoltAgent-based AI agents including:

  • Agent creation and configuration
  • Tool development with Zod schemas
  • Memory persistence with LibSQL
  • Multi-agent orchestration with sub-agents
  • Lifecycle hooks and guardrails
  • Streaming and structured output

Prerequisites

  • @voltagent/core package
  • AI SDK provider (e.g., @ai-sdk/anthropic, @ai-sdk/openai)
  • zod for schema validation

Quick Start

  • Basic Agent
  • Agent with Tools
  • Tool with Cancellation Support

Tool Development

  • Basic Tool Pattern
  • Tool with Database Access (Project Pattern)
  • Tool with Cancellation Support