Skip to main content
Back to the directory
ejirocodes/agent-skillsSoftware EngineeringFrontend and Design

svelte5-best-practices

Svelte 5 runes, snippets, and SvelteKit patterns for modern component development.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
3

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/ejirocodes/agent-skills --skill svelte5-best-practices
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, svelte5-best-practices has 3 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: ejirocodes/agent-skills. Canonical URL: https://skills.sh/ejirocodes/agent-skills/svelte5-best-practices.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Svelte 5 runes, snippets, and SvelteKit patterns for modern component development. - Covers all Svelte 5 runes ($state, $derived, $effect, $props, $bindable, $inspect) with reactive state and computed value patterns - Explains snippets syntax ({#snippet}, {@render}) as the replacement for slots and slot props - Includes event handling migration from on: directives to onclick handlers and callback props, plus SvelteKit load functions and form actions - Provides TypeScript typing for props, generic components, and SSR state isolation patterns - Documents Svelte 4 to 5 migration paths including stores-to-runes and slots-to-snippets conversions with common pitfalls to avoid - 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 listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does svelte5-best-practices do?

Svelte 5 runes, snippets, and SvelteKit patterns for modern component development.

Is svelte5-best-practices good?

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

Which AI agents support svelte5-best-practices?

svelte5-best-practices currently lists compatibility with Skills CLI.

Is svelte5-best-practices safe to install?

svelte5-best-practices has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to svelte5-best-practices?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install svelte5-best-practices?

Run the following command to install svelte5-best-practices: npx skills add https://github.com/ejirocodes/agent-skills --skill svelte5-best-practices

Related skills

Alternatives in Software Engineering