A straightforward skill for working with LayerChart in Svelte 5 projects. The critical detail here is the @next tag requirement since the stable 1.x version only supports Svelte 4, and you need to reference next.layerchart.com for docs, not the main domain. It handles the setup for LayerChart and d3-scale so you can build data visualizations without wrestling with version compatibility. If you're already committed to Svelte 5 and need charting capabilities, this removes the friction of figuring out which LayerChart version works with runes. The 83 GitHub stars and passing security audits suggest it's solid enough for production use.
npx skills add https://github.com/spences10/svelte-skills-kit --skill layerchart-svelte5