fidara-design

仓库创建 2026年7月6日最近提交 4 天前SkillHot 收录 3 天前
这个 Skill 做什么

Fidara 是基于 Rails 8 + Hotwire + Tailwind v4 的设计系统,提供一套可复用的 token、布局原语和组件目录,保证按钮、表单、卡片、模态等 UI 一致性。在做 UI 设计、评审或实现响应式/暗黑模式/品牌主题时就用它,组件有明确的变体和交互模式(配合 Stimulus)。特点是强制组合式架构:按给定 token 和布局原语来构建,而不是随意写 CSS,避免风格漂移。

▸ 展开 SKILL.md 英文原文

The Fidara design system — how to build consistent, modern, responsive UI in Rails 8 + Hotwire + Tailwind CSS v4 (Fidara / fmworkflows brands). Load this WHENEVER building or reviewing UI: components (buttons, cards, forms, nav, modals, tables, badges, alerts), page layouts, tokens/theming, dark mode, responsiveness, or brand/logo usage. It defines the token architecture (brand primitives → semantic roles → fluid scale), the layout primitives you compose instead of ad-hoc flex/grid, the component catalog with variant/size/state, the Stimulus interaction patterns, and the responsive doctrine. Consistency is enforced here, not left to taste.

0
Stars
0
Forks
3
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/fmanimashaun/claude-skills/dev/skills/fidara-design/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/fmanimashaun/claude-skills/dev/skills/fidara-design/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Fidara Design System

Build every UI by **composing tokens, layout primitives, and catalog components** — never
ad-hoc CSS. This system makes UI consistent across projects without a designer or Figma.
It is **prescriptive**: where it gives a token, a recipe, or a variant set, use exactly
that. Inconsistency in components degrades the whole product, so drift is a defect.

**Stack:** Rails 8 · Hotwire (Turbo + Stimulus) · **Tailwind CSS v4** (CSS-first `@theme`,
no `tailwind.config.js`, no npm) · Lucide icons. Two brands (**fidara**, **fmworkflows**)
are ONE system — identical values, only the token prefix differs; code uses the **`fm-*`**
prefix. See [references/brand.md](references/brand.m
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有