sveltekit-svelte5-tailwind-skill

Use for SvelteKit 2 + Svelte 5 + Tailwind v4 projects. Keep SSR/client boundaries and Tailwind config consistent.

$ 安裝

git clone https://github.com/rozwer/cross2B-Pro /tmp/cross2B-Pro && cp -r /tmp/cross2B-Pro/.codex/skills/sveltekit-svelte5-tailwind-skill ~/.claude/skills/cross2B-Pro

// tip: Run this command in your terminal to install the skill


name: sveltekit-svelte5-tailwind-skill description: Use for SvelteKit 2 + Svelte 5 + Tailwind v4 projects. Keep SSR/client boundaries and Tailwind config consistent.

Checklist

  1. Confirm versions (SvelteKit major, Svelte 5 runes, Tailwind v4).
  2. Keep component boundaries clear (server load vs client interactivity).
  3. Use Tailwind utilities consistently; avoid custom CSS unless necessary.
  4. Validate build output after config changes.
  5. Prefer small component files and predictable props/events.