S
Sveltejsスキル
performance-investigation
by sveltejs
Investigate performance regressions and find opportunities for optimization
svelte-code-writer
by sveltejs
CLI tools for Svelte 5 documentation lookup and code analysis with built-in autofixer. Three core commands: list-sections to browse available docs, get-documentation to fetch full documentation for specific topics, and svelte-autofixer to analyze code and suggest fixes Autofixer supports Svelte 4 and 5 targeting via --svelte-version flag and async mode via --async option Accepts both inline code (with escaped $ characters) and file paths for analysis Designed for use within the...
svelte-core-bestpractices
by sveltejs
Guidance on writing fast, robust, modern Svelte code. Load this skill whenever in a Svelte project and asked to write/edit or analyze a Svelte component or…