Files
insta-recipe/.system/skills/sveltekit_documentation.md
Giancarmine Salucci 8545744bb1 fix(ssr): resolve EventSource SSR violations and implement best practices
- Fix EventSource is not defined error in queue dashboard
- Add browser guards for all EventSource usage
- Replace static constants (EventSource.OPEN/CLOSED) with numeric values
- Fix setInterval SSR violation in LLM health indicator
- Replace $effect anti-pattern with onMount in share page
- Add comprehensive SvelteKit SSR best practices documentation
- Add SSR audit and testing verification

All changes follow SvelteKit best practices and are verified against
official documentation. Production build succeeds with no SSR errors.

Closes: FixEventSourceSSR
See: docs/outcomes/FixEventSourceSSR.md
2025-12-22 03:00:29 +01:00

11 lines
338 B
Markdown

---
name: sveltekit-documentation
description: provides the steps to fetch the sveltekit documentation
---
# SvelteKit Documentation skill
This skill is used to fetch the latest sveltekit documentation from the llms.txt endpoints.
## Workflow
Download the file from: https://svelte.dev/llms-full.txt then look for what's needed inside.