Skip to main content
Back to registry

svelte5-best-practices

ejirocodes/agent-skills

Installs2
Install command
npx skills add https://github.com/ejirocodes/agent-skills --skill svelte5-best-practices
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
- Using let without $state - Variables are not reactive without $state() - Using $effect for derived values - Use $derived instead - Using on:click syntax - Use onclick in Svelte 5 - Using createEventDispatcher - Use callback props instead - Using - Use snippets with {@render} - Forgetting $bindable() - Required for bind: to work - Setting module-level state in SSR - Causes cross-request leaks - Sequential awaits in load functions - Use Promise.all for parallel requests

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 svelte5-best-practices do?

svelte5-best-practices is listed in SkillJury, but the source summary is still sparse.

Is svelte5-best-practices good?

svelte5-best-practices does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does svelte5-best-practices work with?

svelte5-best-practices currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to svelte5-best-practices?

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

How do I install svelte5-best-practices?

npx skills add https://github.com/ejirocodes/agent-skills --skill svelte5-best-practices

Related skills

Alternatives in Software Engineering