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
More from niller2005/polyflup
polymarket-trading
Polymarket-specific terminology, trading strategies, and API reference.
129database-sqlite
SQLite best practices, connection management, and migration system for PolyFlup.
19bookkeeper
Specialized in maintaining project documentation, ensuring it reflects the current state of the codebase and operational procedures.
13polyflup-ops
Operational commands, environment configuration, and deployment for PolyFlup.
13python-bot-standards
Coding standards, modular architecture, and common execution patterns for the PolyFlup Python backend.
13database-analyzer
Specialized in syncing the production database and performing analysis on trades, balances, and market history.
13