voltsp

Scaffold VoltSP pipelines using Java DSL and YAML API templates.

1|1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/VoltDB/volt-skills --skill voltsp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: voltsp
Source: https://github.com/VoltDB/volt-skills/tree/main/skills/voltsp
Command: npx skills add https://github.com/VoltDB/volt-skills --skill voltsp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

voltsp enables teams to build, validate, and deploy VoltSP pipelines by unifying Java DSL and YAML API workflows with clear guidance on configuration separation and deployment options.

Core Features & Use Cases

  • Comprehensive guidance for creating VoltSP pipelines in Java DSL and YAML API.
  • Clear separation between pipeline definition and runtime configuration, plus deterministic scaffolding and reference materials.
  • Practical deployment guidance for local CLI and Kubernetes/Helm environments, plus testing patterns.

Quick Start

Use the VoltSP skill to scaffold a new pipeline by selecting a track and applying the provided templates to your project.

Frequently Asked Questions about voltsp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a VoltSP pipeline using Java DSL and YAML?

Yes, VoltSP provides practical deployment guidance for Kubernetes and Helm environments. It supports deploying pipelines across local CLI and Kubernetes/Helm environments, enabling resource management and validation workflows.

What is the best way to separate pipeline definitions from runtime configuration?

The best way to separate pipeline definitions from runtime configuration is by following the skill's enforced separation patterns. It aligns pipeline definitions with runtime configuration to ensure deterministic scaffolding and validation workflows.

Can I deploy VoltSP pipelines to a local CLI environment?

Yes, you can deploy VoltSP pipelines to a local CLI environment. The skill provides practical deployment guidance for both local CLI and Kubernetes/Helm environments, including testing patterns and resource management workflows.

Does VoltSP work with Kubernetes for pipeline deployment and resource management?

Yes, VoltSP works with Kubernetes for pipeline deployment and resource management. It applies to Kubernetes and Helm deployments, enabling deterministic scaffolding, resource management, and validation workflows across environments.

Why does my VoltSP pipeline validation fail when configuration is mixed with definitions?

VoltSP pipeline validation may fail when configuration is mixed with definitions because the skill enforces separation of pipeline definitions from runtime configuration. Maintaining this separation ensures deterministic scaffolding and proper validation workflows.