# Frontend (Svelte 5) - **Coding patterns**: MUST use the `svelte-frontend` skill when writing Svelte code - **Validation**: `docs/validation.md` — `npm run check:fast` (2s) for iteration, `npm run check` (50s) for final PR - **UI components**: use Windmill's design-system components — never raw HTML elements. Start from the barrel `src/lib/components/common/index.ts` and grep `src/lib/components/`; the component you need almost certainly exists - **Never pass a `@deprecated` prop.** On `