ワンクリックで
svelte-ui-standards
Coding standards and UI guidelines for the PolyFlup Svelte dashboard.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Coding standards and UI guidelines for the PolyFlup Svelte dashboard.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
SQLite best practices, connection management, and migration system for PolyFlup.
Chronological log of system improvements and session summaries for PolyFlup.
Polymarket-specific terminology, trading strategies, and API reference.
Coding standards, modular architecture, and common execution patterns for the PolyFlup Python backend.
Specialized in maintaining project documentation, ensuring it reflects the current state of the codebase and operational procedures.
Specialized in syncing the production database and performing analysis on trades, balances, and market history.
| name | svelte-ui-standards |
| description | Coding standards and UI guidelines for the PolyFlup Svelte dashboard. |
ui/src/lib/components/ui/src/lib/components/ui/index.tsui/src/lib/stores/PascalCase.svelte (e.g., App.svelte)camelCase.js (e.g., theme.js)$: winRate = ...{#snippet} for chart tooltips (Svelte 5 syntax)onMount for initialization and intervalsvar(--color-chart-1), etc.)theme.init(), theme.toggle(), $themedark:bg-slate-900http://${hostname}:3001/api/statsrgb(255, 153, 0) (orange)rgb(99, 127, 235) (blue)rgb(153, 69, 255) (purple)rgb(2, 140, 255) (cyan)