svelte-frontend

Installation
SKILL.md

Implement the requested frontend change using clean architecture for Svelte/SvelteKit.

Task: $ARGUMENTS

Primary objective: Deliver the requested UI behavior with the smallest correct change set while preserving or improving architectural boundaries. For generation workflows (charts, forms, PDFs, visualizations), visual browser validation is mandatory to confirm user-visible outcomes.

Repository monorepo context:

  1. This repository is a Bun workspace monorepo with:
    • apps/desktop-app
    • packages/ui
    • packages/domain
  2. Shared reusable UI belongs in packages/ui.
  3. apps/desktop-app should consume shared UI from the workspace package instead of duplicating components locally.
  4. Frontend code must import browser-safe shared domain code from domain/shared, not server entrypoints.
  5. Prefer workspace package imports over relative cross-package filesystem imports.
Installs
1
First Seen
Jun 23, 2026
svelte-frontend — walker-di/favorite-skills