This is the orchestrator skill for Symfony's UX stack. It helps you figure out which tool to reach for when you're unsure whether you need Stimulus, Turbo, TwigComponent, or LiveComponent. Built by Simon Andre, it includes a decision tree that starts with "do you need server-side rendering or just client-side DOM manipulation?" and walks you through the tradeoffs. Use it when you're asking broad questions like "how should I structure my Symfony frontend" or "should this be a Turbo Frame or a LiveComponent." Once you know which specific package you need, switch to the dedicated skill for that tool. Good for teams trying to understand how these pieces fit together without JavaScript framework overhead.
npx skills add https://github.com/smnandre/symfony-ux-skills --skill symfony-ux