Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

SvelteKit Structure

porspences10·spences10· v1.0.0 · atualizado em 2026-04-10
77
Score

SvelteKit structure guidance. Use for routing, layouts, error handling, SSR, or svelte:boundary. Covers file naming, nested layouts, error boundaries, pending UI, and hydration.

sveltekitfrontend-frameworkroutinglayoutserror-handlingssrhydration
Linguagens
TypeScriptJavaScriptHTMLCSS
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdsveltekit-structure/workflow
1. Identify the desired route and create the corresponding folder in `src/routes/`.
2. Create a `+page.svelte` file within the route folder to define the page content.
3. Implement layouts by creating `+layout.svelte` files in the route hierarchy.
4. Handle errors by placing `+error.svelte` files above the failing route.
5. Use `{@render children()}` in layout files to render child routes.
6. Utilize `+server.ts` files for API endpoints.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aAceternity UI Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aTailwind Best Practices
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar aAngular Core Mental Model
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
78

Árvore do Skill

SvelteKit Structure
sveltekit-structure
Fases Cognitivas4
1.SENSE
2.CONTEXTUALIZE
3.RECOMMEND
4.ACT
Triggers7
explain SvelteKit structurehow to organize a SvelteKit projectSvelteKit routing best practicesimplement layouts in SvelteKithandle errors in SvelteKituse SvelteKit for SSRSvelteKit file naming conventions

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download sveltekit-structure
$ synaptic skills detail sveltekit-structure
$ synaptic skills live sveltekit-structure

Dependências

sveltesveltekit

Links

GitHub Repository