Category
Claude Code configs for Svelte. Install free into .claude/ in one click.
Help debug Svelte and SvelteKit issues by analyzing error messages, stack traces, and common problems.
Create comprehensive tests for Svelte components and SvelteKit routes, including unit tests, component tests, and E2E tests.
Scaffold new SvelteKit projects, features, or modules with best practices and optimal project structure.
Set up comprehensive testing infrastructure for Svelte/SvelteKit projects, including unit testing, component testing, and E2E testing frameworks.
Analyze test coverage, identify testing gaps, and provide recommendations for improving test coverage in Svelte/SvelteKit projects.
Troubleshoot and fix failing tests in Svelte/SvelteKit projects, including debugging test issues and resolving common testing problems.
Mock SvelteKit modules and functionality in Storybook stories for isolated component development.
Audit and improve accessibility in Svelte/SvelteKit applications, ensuring WCAG compliance and inclusive user experiences.
Migrate Storybook configurations and stories to newer versions, including Svelte CSF v5 and @storybook/sveltekit framework.
Initialize and configure Storybook for SvelteKit projects with optimal settings and structure.
General-purpose Storybook assistance for SvelteKit projects, including setup guidance, best practices, and common tasks.
Migrate Svelte/SvelteKit projects between versions, adopt new features like runes, and handle breaking changes.
Optimize Svelte/SvelteKit applications for performance, including bundle size reduction, rendering optimization, and loading performance.
Create comprehensive Storybook stories for Svelte components using modern patterns and best practices.
Diagnose and fix common Storybook issues in SvelteKit projects, including build errors, module problems, and configuration issues.
Create new Svelte components with best practices, TypeScript support, and testing