Agent skill
sveltekit-svelte5-tailwind-skill
Use for SvelteKit 2 + Svelte 5 + Tailwind v4 projects. Keep SSR/client boundaries and Tailwind config consistent.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/sveltekit-svelte5-tailwind-skill
SKILL.md
Checklist
- Confirm versions (SvelteKit major, Svelte 5 runes, Tailwind v4).
- Keep component boundaries clear (server load vs client interactivity).
- Use Tailwind utilities consistently; avoid custom CSS unless necessary.
- Validate build output after config changes.
- Prefer small component files and predictable props/events.
Didn't find tool you were looking for?