Skills
MCP
Plugins
Subagents
.fyi
.fyi
Search…
⌘K
…
/
iplug3
/
audio-plugin-dev-skills
home
/
skills
/
iplug3
/
audio-plugin-dev-skills
iplug3/audio-plugin-dev-skills
6 skills
View on GitHub
$
npx skills add iplug3/audio-plugin-dev-skills
Skill
Installs
check-codesign
Check macOS code signature, hardened runtime, entitlements, and notarization of audio plugin bundles (.vst3, .component, .clap, .app/.appex). Use when user says "check code signing", "check codesign",
—
validate-audiounit
Validate AudioUnit v2/v3 plugins (.component bundles and .appex app extensions) using Apple's auval tool. Use when user says "validate AU", "run auval", "test AudioUnit", "check the .component", "chec
—
validate-clap
Validate CLAP plugins (.clap files) using clap-validator. Use when user says "validate CLAP", "run clap-validator", "test the .clap", or "test CLAP plugin". Does NOT validate .vst3 or .component — use
—
validate-pluginval
Validate VST3 (.vst3) and AudioUnit (.component) plugins with pluginval at configurable strictness levels. Use when user says "run pluginval", "validate plugin", or wants comprehensive cross-format te
—
validate-vst3
Validate VST3 plugins (.vst3 bundles) using Steinberg's official validator tool. Use when user says "run VST3 validator", "validate VST3", "test the .vst3", or needs Steinberg-specific test suites. Pr
—
validate-vst3-editorhost
Test VST3 plugin UIs (.vst3 bundles) using Steinberg's EditorHost without a full DAW. Use when user says "test the plugin UI", "open in editorhost", "show the .vst3 editor", or wants to visually inspe
—