Skip to main content
Back to registry

sveltekit-structure

spences10/svelte-skills-kit

File types: +page.svelte (page) | +layout.svelte (wrapper) | +error.svelte (error boundary) | +server.ts (API endpoint)

Installs270
Install command
npx skills add https://github.com/spences10/svelte-skills-kit --skill sveltekit-structure
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykFAIL
About this skill
File types: +page.svelte (page) | +layout.svelte (wrapper) | +error.svelte (error boundary) | +server.ts (API endpoint) Routes: src/routes/about/+page.svelte → /about | src/routes/posts/[id]/+page.svelte → /posts/123 Layouts: Apply to all child routes. +layout.svelte at any level wraps descendants. - file-naming.md - File naming conventions - layout-patterns.md - Nested layouts - error-handling.md - +error.svelte placement - svelte-boundary.md - Component-level error/pending - ssr-hydration.md - SSR and browser-only code - Layouts: {@render children()} | Errors: +error.svelte above failing route - Groups: (name) folders don't affect URL | Client-only: check browser - Last verified: 2025-01-11

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does sveltekit-structure do?

File types: +page.svelte (page) | +layout.svelte (wrapper) | +error.svelte (error boundary) | +server.ts (API endpoint)

Is sveltekit-structure good?

sveltekit-structure does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does sveltekit-structure work with?

sveltekit-structure currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to sveltekit-structure?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install sveltekit-structure?

npx skills add https://github.com/spences10/svelte-skills-kit --skill sveltekit-structure

Related skills

More from spences10/svelte-skills-kit

Related skills

Alternatives in Software Engineering