svelte-ui-standards

Installation
SKILL.md

Svelte & Frontend Standards

Formatting (Biome)

  • Indentation: 2 spaces (enforced by biome.json)
  • Style: Space indent, recommended rules enabled
  • Ignore CSS files from formatting

File Structure

  • Components in ui/src/lib/components/
  • UI components in ui/src/lib/components/ui/
  • Each component exports from index.ts
  • Stores in ui/src/lib/stores/

Naming

  • Components: PascalCase.svelte (e.g., App.svelte)
  • Utilities: camelCase.js (e.g., theme.js)
  • CSS classes: Tailwind utility classes
Related skills
Installs
13
GitHub Stars
19
First Seen
Jan 24, 2026