Back to skills

voltagent-core-reference

ai-tools

Reference skill for the VoltAgent class in @voltagent/core. Covers constructor options, lifecycle behavior, method signatures, and server/serverless setup patterns. Instead of reading through voltagen

Setup & Installation

npx skills add https://github.com/voltagent/voltagent-core-reference --skill voltagent-core-reference
or paste the link and ask your coding assistant to install it
https://github.com/voltagent/voltagent-core-reference
View on GitHub

What This Skill Does

Reference skill for the VoltAgent class in @voltagent/core. Covers constructor options, lifecycle behavior, method signatures, and server/serverless setup patterns. Instead of reading through voltagent/core source files directly, this skill surfaces the exact options, method names, and lifecycle order needed to configure VoltAgent without guessing at deprecated fields or initialization sequence.

When to use it

  • Working with voltagent core reference functionality
  • Implementing voltagent core reference features
  • Debugging voltagent core reference related issues