Guide for integrating the Visage GPU-accelerated UI framework with JUCE audio plugins on macOS and iOS/iPadOS. Covers Metal view embedding, event bridging, focus management, keyboard handling in DAW hosts, popups/modals/dropdowns, memory management, destruction ordering, native standalone appearance, required Visage patches, iOS touch event handling, safe area insets, and comprehensive Visage API reference (Canvas, Frame, Widget, Theme, Dimension, PostEffect, Event system). Patterns derived from production plugin development. Use this skill whenever building or debugging JUCE+Visage plugin UI, even if the user doesn't explicitly mention "Visage" — trigger on mentions of Metal rendering in JUCE, GPU UI in audio plugins, embedded MTKView, or bridge layers between JUCE and a GPU framework.
$npx -y skills add danielraffel/generous-corp-marketplace --skill juce-visageInstalls into the current project.
Run `npx skills use "https://github.com/danielraffel/generous-corp-marketplace" --skill "danielraffel/generous-corp-marketplace/juce-visage"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/danielraffel/generous-corp-marketplace" that are relevant to the current task. Run `npx skills add "https://github.com/danielraffel/generous-corp-marketplace"` and select the relevant skills, then follow their instructions.