svelte-adapter

Generate Svelte component templates and state management stores.

2|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/Ruzenie/RUI-agentskills --skill svelte-adapter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: svelte-adapter
Source: https://github.com/Ruzenie/RUI-agentskills/tree/main/RUI-agentskills/RUI-codex-cn/skills/framework-adapters/svelte-adapter
Command: npx skills add https://github.com/Ruzenie/RUI-agentskills --skill svelte-adapter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a standardized way to generate Svelte components and state management stores, ensuring consistency and adherence to framework conventions.

Core Features & Use Cases

  • Component Templates: Generates basic .svelte component structures.
  • Store Templates: Creates boilerplate for Svelte stores (e.g., theme management).
  • Use Case: When starting a new Svelte project or adding a new feature that requires a component and associated state, this adapter ensures a consistent and maintainable starting point.

Quick Start

Use the svelte-adapter skill to generate a new Svelte component and its corresponding store.

Frequently Asked Questions about svelte-adapter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate boilerplate for Svelte components and stores?

To generate boilerplate for Svelte components and stores, use a scaffolding adapter to produce standardized `.svelte` file structures and state management templates, ensuring consistency and adherence to framework conventions.

What is the best way to scaffold a new Svelte project?

Scaffolding a new Svelte project is best handled by generating pre-defined, reusable component and store templates. This approach provides a consistent, maintainable starting point for feature development and project initialization.

When do I need to create Svelte store templates for state management?

You need to create Svelte store templates for state management when adding a new feature that requires associated state, such as theme management, ensuring your application maintains a consistent state structure.

Can I use Svelte component templates for feature development in an existing project?

Yes, you can use Svelte component templates for feature development in an existing project. The scaffolding generates basic `.svelte` component structures that integrate into your codebase to provide a maintainable starting point.

Does Svelte scaffolding generate stores for theme management?

Yes, Svelte scaffolding generates store boilerplate for theme management. It creates the necessary state management structures, allowing you to implement pre-defined, reusable templates for your application's configuration.