Claude Code Plugins

Community-maintained marketplace

Feedback

sveltekit-svelte5-tailwind-skill

@rozwer/cross2B-Pro
0
0

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

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

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.