SvelteKit 2 + Svelte 5 + Tailwind v4 Integration
Bundled doc-search reference for SvelteKit 2, Svelte 5, and Tailwind v4
Test report
- Verdict
- Tested · Didn't pass
- Tested
- Jul 25, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Jul 30, 2026 · edcc400
⚠ This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (repo unreachable/deleted). The test below is what we measured on Jul 25, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.
On the skill's own headline topic it teaches a falsehood: references/svelte5-runes.md claims '$state() in a server-rendered +page.svelte' will 'CRASH: $state is not defined on server' and marks $state() SSR as unsupported, prescribing needless load->props funneling to dodge a crash that does not exist. In Svelte 5 runes render fine during SSR - the initial value is emitted then hydrated - and only $effect() is truly client-only, which is what my no-skill baseline answered correctly. Following the skill produced worse, misleading guidance than answering unaided. The 24-file search harness installs and triggers cleanly, but the Quick Start is also stale ('npm create svelte@latest', 'tailwindcss@next' for a stack where v4 is stable, legacy <slot/>).
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 3/10
- Docs & honesty 2/5
What SvelteKit 2 + Svelte 5 + Tailwind v4 Integration does
Ships 24 bundled markdown guides plus jsonl search indexes and a five-stage lookup process for building with the SvelteKit 2, Svelte 5, and Tailwind v4 stack. Triggers on setup, runes, forms, styling, SSR, deployment, and migration questions for this specific stack. The search scaffolding is elaborate, but some core technical claims are inaccurate.
How to install SvelteKit 2 + Svelte 5 + Tailwind v4 Integration
Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.
Commands — how to trigger SvelteKit 2 + Svelte 5 + Tailwind v4 Integration
-
/sveltekit-svelte5-tailwind-skillBundled doc-search reference for SvelteKit 2, Svelte 5, and Tailwind v4
It also activates on plain-language prompts like these:
-
Set up Tailwind v4 styling in my SvelteKit 2 project -
How do Svelte 5 runes work with server-side rendering? -
Build a form with progressive enhancement in SvelteKit 2
Frequently asked questions
- Is the SvelteKit 2 + Svelte 5 + Tailwind v4 Integration skill free?
- Yes. The skill itself is free from claude-skills/sveltekit-svelte5-tailwind-skill. SkillProof publishes the install command and an independent test verdict at no cost.
- Does SvelteKit 2 + Svelte 5 + Tailwind v4 Integration work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 25, 2026. Verdict: Tested · Didn't pass. On the skill's own headline topic it teaches a falsehood: references/svelte5-runes.md claims '$state() in a server-rendered +page.svelte' will 'CRASH: $state is not defined on server' and marks $state() SSR as unsupported, prescribing needless load->props funneling to dodge a crash that does not exist. In Svelte 5 runes render fine during SSR - the initial value is emitted then hydrated - and only $effect() is truly client-only, which is what my no-skill baseline answered correctly. Following the skill produced worse, misleading guidance than answering unaided. The 24-file search harness installs and triggers cleanly, but the Quick Start is also stale ('npm create svelte@latest', 'tailwindcss@next' for a stack where v4 is stable, legacy <slot/>).
- How do I install SvelteKit 2 + Svelte 5 + Tailwind v4 Integration?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use SvelteKit 2 + Svelte 5 + Tailwind v4 Integration with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.