Tuning Panel
Installation
SKILL.md
Tuning Panel Skill
Create bespoke parameter tuning panels that give users visual control over values they're iterating on. These panels surface all relevant parameters for the current task, enable real-time adjustment, and export tuned values in an LLM-friendly format.
Core Philosophy
Err on the side of exhaustive. When a user is tuning something, surface every parameter that could reasonably affect the outcome. Missing a parameter forces context-switching; having "too many" parameters costs only scroll distance.
Platform-native approach. Use the most appropriate library for the codebase:
- React →
leva(preferred) orreact-dat-gui - Vue →
tweakpanewith Vue bindings - Vanilla JS →
tweakpaneordat.GUI - Swift/SwiftUI → Native controls with
@Statebindings - Flutter → Debug overlay with
ValueNotifier