juce-vst-builder

Generate JUCE VST3/AU plugin projects with CMake scaffolding.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/KemenyStudio/skillmaker --skill juce-vst-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: juce-vst-builder
Source: https://github.com/KemenyStudio/skillmaker/tree/main/vst
Command: npx skills add https://github.com/KemenyStudio/skillmaker --skill juce-vst-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate production-ready JUCE VST3/AU plugin projects from natural language descriptions, turning ideas into buildable software.

Core Features & Use Cases

  • Plugin type selection (Synth, Audio Effect, Generator, MIDI Effect) based on user input.
  • Project scaffold including CMakeLists.txt, Source/, DSP/, UI/, and Parameter structures for a complete plugin.
  • Environment guidance for JUCE 8.x and CMake/Ninja workflows for fast builds.

Quick Start

Describe the plugin you want, and I will generate a complete JUCE VST3/AU project scaffold you can build.

Frequently Asked Questions about juce-vst-builder

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

FAQPage Schema
How do I generate a JUCE VST3 plugin project from a text description?

To generate a JUCE VST3 plugin project, describe the desired audio software in natural language and the tool outputs a complete buildable scaffold including CMakeLists.txt, DSP, UI, and parameter structures.

Can I create both synthesizers and audio effects using CMake and JUCE?

Yes, you can create synthesizers, audio effects, generators, and MIDI effects using CMake and JUCE, receiving a full project layout with PluginProcessor and LookAndFeel templates for macOS, Windows, and Linux.

What do I need to build VST and AU plugins generated from natural language prompts?

To build the generated VST and AU plugins, you need JUCE 8.x and a CMake/Ninja workflow environment, which the output project is specifically configured to use for fast builds.

Does JUCE plugin development support cross-platform builds for Windows and Linux?

JUCE plugin development supports cross-platform builds for macOS, Windows, and Linux, providing standard CMakeLists.txt configurations that ensure consistent compilation across all operating systems.

What is the best way to scaffold a parameter system and UI for a new VST plugin?

The best way to scaffold a parameter system and UI is using natural language generation to instantly produce standard JUCE templates, yielding complete DSP/UI directories and structured parameter code ready for compilation.