skills/sveltekit/SKILL.md
SvelteKit full-stack web framework with Svelte 5 runes, file-based routing, SSR/SSG/SPA, form actions, and deploy-anywhere adapters. MANDATORY TRIGGERS: sveltekit, svelte, svelte 5, runes, $state, $derived, $effect, +page.svelte, +layout.svelte, +server.js. Also trigger when user wants to build a full-stack web app with Svelte, set up file-based routing, use form actions, configure SSR or prerendering, deploy to Vercel/Cloudflare/Node, or use Svelte 5 reactivity. When in doubt about whether to use this skill for Svelte tasks, use it.
npx skillsauth add abhisheksharma-17/skills-graph sveltekitInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Full-stack web framework powered by Svelte 5 — file-based routing, server-side rendering, and deploy-anywhere adapters.
Source: svelte.dev/docs/kit | Package: @sveltejs/kit v2.57.x / svelte v5.55.x | License: MIT
| Reference | File | Read When |
|-----------|------|-----------|
| Overview & Setup | references/00-overview.md | Getting started, installation, project structure, when to use SvelteKit |
| Routing | references/01-routing.md | Pages, layouts, route groups, dynamic params, rest params, matchers |
| Runes & Reactivity | references/02-runes-reactivity.md | $state, $derived, $effect, $props, $bindable, reactive proxies |
| Loading Data | references/03-loading-data.md | load functions, server vs universal, +page.server.js, +layout.js |
| Form Actions | references/04-form-actions.md | Form submissions, progressive enhancement, use:enhance, validation |
| API Routes | references/05-api-routes.md | +server.js endpoints, GET/POST/PUT/DELETE, streaming, JSON responses |
| Hooks | references/06-hooks.md | handle, handleFetch, handleError, reroute, sequence, locals |
| Page Options | references/07-page-options.md | SSR, CSR, prerendering, trailingSlash, rendering modes |
| Navigation | references/08-navigation.md | goto, invalidate, prefetch, $app/stores, remote functions, query |
| Components | references/09-components.md | Snippets, children, callback props, template syntax, {#each}, {#if} |
| Styling | references/10-styling.md | Scoped CSS, :global, transitions, animations, Tailwind integration |
| Environment | references/11-environment.md | $env/static, $env/dynamic, public vs private, $app modules |
| Deployment | references/12-deployment.md | Adapters, Node, Vercel, Cloudflare, static, adapter-auto |
# Create new project
npx sv create my-app
cd my-app
npm install
npm run dev
# Add to existing project
npm install @sveltejs/kit svelte vite
development
High-throughput LLM inference and serving engine with PagedAttention, continuous batching, and OpenAI-compatible API. MANDATORY TRIGGERS: vLLM, vllm, LLM serving, LLM inference engine, PagedAttention. Also trigger when the user wants to serve LLMs in production, deploy models with tensor parallelism, use speculative decoding, quantize models for inference, build OpenAI-compatible API servers, or optimize LLM throughput and latency. When in doubt about whether to use this skill for LLM serving tasks, use it.
tools
Type-safe Python agent framework for building production-grade GenAI applications with Pydantic validation, structured outputs, and dependency injection. MANDATORY TRIGGERS: pydantic-ai, pydantic_ai, PydanticAI, pydantic ai agent. Also trigger when the user wants to build type-safe AI agents in Python, create structured LLM outputs with Pydantic models, implement dependency injection for agents, use tools/capabilities with LLMs, or build multi-agent systems with Python type safety. When in doubt about whether to use this skill for Python AI agent tasks, use it.
development
Durable execution platform for building fault-tolerant workflows, long-running processes, and resilient distributed applications. MANDATORY TRIGGERS: temporal, temporal.io, temporalio, durable execution, workflow orchestration engine. Also trigger when the user wants to build fault-tolerant workflows, implement saga patterns, create long-running distributed processes, orchestrate microservices with retries and timeouts, or build durable AI agent pipelines. When in doubt about whether to use this skill for workflow orchestration or durable execution tasks, use it.
tools
AI framework for building RAG pipelines, agents, workflows, and data-augmented LLM applications with 300+ integrations. MANDATORY TRIGGERS: llamaindex, llama-index, llama_index, LlamaIndex, VectorStoreIndex, SimpleDirectoryReader, LlamaHub, LlamaParse. Also trigger when the user wants to build RAG applications with LlamaIndex, create document indexing pipelines, build agentic workflows with tool calling, implement structured data extraction from documents, or connect LLMs to custom data sources. When in doubt about whether to use this skill for RAG, document indexing, or LLM data augmentation tasks, use it.