·composable-svelte-forms
</>

composable-svelte-forms

jonathanbelolo/composable-svelte

Form patterns and validation for Composable Svelte. Use when building forms, validating user input, or integrating Zod schemas. Covers FormConfig, createFormReducer, field-level validation, async validation, form state management, and reactive wrapper patterns.

2Installs·0Trend·@jonathanbelolo

Installation

$npx skills add https://github.com/jonathanbelolo/composable-svelte --skill composable-svelte-forms

SKILL.md

This skill covers form patterns, Zod validation integration, and state management for forms in Composable Svelte applications.

When: Complex apps where parent needs to observe form submission, validation, and integrate with other state.

CRITICAL: Use reactive wrapper pattern for forms to integrate form state with parent state.

Form patterns and validation for Composable Svelte. Use when building forms, validating user input, or integrating Zod schemas. Covers FormConfig, createFormReducer, field-level validation, async validation, form state management, and reactive wrapper patterns. Source: jonathanbelolo/composable-svelte.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/jonathanbelolo/composable-svelte --skill composable-svelte-forms
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is composable-svelte-forms?

Form patterns and validation for Composable Svelte. Use when building forms, validating user input, or integrating Zod schemas. Covers FormConfig, createFormReducer, field-level validation, async validation, form state management, and reactive wrapper patterns. Source: jonathanbelolo/composable-svelte.

How do I install composable-svelte-forms?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jonathanbelolo/composable-svelte --skill composable-svelte-forms Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/jonathanbelolo/composable-svelte