A focused reference for building Svelte components, whether you're creating web components, working with headless libraries like Bits UI and Melt UI, or handling tricky form patterns. The quick start covers the essentials: configuring custom elements, using the form attribute to link inputs outside traditional form wrappers, and leveraging component primitives. What's helpful here is the progressive disclosure approach. You get the patterns you need immediately, with deeper documentation tucked into reference files. If you're integrating third-party component libraries or need to turn Svelte components into portable web components, this gives you the setup without the noise.
npx skills add https://github.com/spences10/svelte-skills-kit --skill svelte-components