fireauto-ui-guide

A guide for building interfaces with DaisyUI, a CSS component library that provides ready-made class names for common interface elements. It also covers moving interfaces from shadcn/ui to DaisyUI.

In plain words
What is it for?
Use it to convert shadcn/ui components, set DaisyUI themes, choose semantic colors, and build elements such as buttons, cards, dialogs, tabs, drawers, and navigation.
Why use it?
It provides consistent mappings, theme tokens, and CSS-first patterns so the interface does not rely on scattered hard-coded colors or unnecessary JavaScript.

Skill for Claude CodeCodex

Part of the fireauto plugin — 19 skills, 17 commands, 6 agents, 3 hooks, 1 MCP server shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/imgompanda/fireauto/fireauto-ui-guide
Any agent
npx skills add imgompanda/fireauto --skill fireauto-ui-guide
Clone the repo
git clone --depth 1 https://github.com/imgompanda/fireauto

Made for: Claude Code, Codex.

Or install fireauto, the plugin that ships this one along with the rest of its 19 skills, 17 commands, 6 agents, 3 hooks, 1 MCP server.

Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 782 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00089 $0.00782
Opus 5 $0.00044 $0.00391
Sonnet 5 $0.00018 $0.00156
Haiku 4.5 $0.00009 $0.00078

Measured 3d ago against content hash fb837fef205f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

fireauto-ui-guide scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugin/skills/fireauto-ui-guide/SKILL.md · 85 lines

How it starts

The opening of the file, as written. The whole thing — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.

DaisyUI v5 Best Practices

핵심 원칙

  1. 시맨틱 컬러 우선: 하드코딩 색상 대신 DaisyUI 시맨틱 토큰 사용
  2. 클래스 기반: React 컴포넌트 import 없이 HTML 클래스로 UI 구성
  3. 테마 일관성: oklch() 컬러 시스템으로 테마 간 일관된 색상 유지
  4. 최소 JS: CSS-only 솔루션 활용 (modal, collapse, swap)

shadcn → DaisyUI 빠른 변환

Button variant="default"     → btn btn-primary
Button variant="ghost"       → btn btn-ghost
Button variant="outline"     → btn btn-outline
Button variant="destructive" → btn btn-error
Card                         → card bg-base-100 shadow-xl
Badge                        → badge
Input                        → input input-bordered w-full
Dialog                       → modal (HTML dialog)
Tabs                         → tabs tabs-bordered
Switch                       → toggle
Separator                    → divider
Skeleton                     → skeleton
Sheet                        → drawer

색상 전환

bg-black        → bg-base-100 (다크 테마에서)
text-white      → text-base-content
text-zinc-400   → text-base-content/60
bg-zinc-800     → bg-base-200
border-zinc-700 → border-base-300

컴포넌트 카탈로그 요약

카테고리 컴포넌트
Layout navbar, drawer, footer, hero
Navigation menu, tabs, breadcrumbs, pagination
Data Display card, table, stat, countdown, timeline
Input button, input, select, textarea, checkbox, toggle, range
Feedback alert, toast, loading, progress, skeleton, tooltip
Overlay modal, dropdown, swap, collapse

테마 설정 (globals.css)

@plugin "daisyui" {
  themes: light --default, dark --prefersdark,
  my_theme {
    primary: oklch(0.7 0.2 75);
    secondary: oklch(0.6 0.15 250);
    accent: oklch(0.75 0.18 150);
    neutral: oklch(0.3 0.01 260);
    base-100: oklch(0.98 0.005 260);
    base-200: oklch(0.93 0.005 260);
    base-300: oklch(0.88 0.005 260);
    base-content: oklch(0.2 0.01 260);
  };
}

커맨드

  • /fireauto-ui — 3가지 모드 (build, migrate, theme)

추가 리소스

  • 컴포넌트 패턴 상세: references/components.md
  • 마이그레이션 치트시트: references/migration-cheatsheet.md
  • oklch 색상 참조: references/oklch-colors.md

Read the full file on GitHub · 85 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 85 lines · 89 tokens per session scan A fb837fef205f

Subscribe to this mod's changes

fireauto-ui-guide is a skill published in the GitHub repository imgompanda/fireauto (140 stars, last pushed 4mo ago), licensed MIT. It adds 89 tokens to every session and 782 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

anyui-template-authoring

Author and invoke high-quality, mobile-first AnyUI HTML templates for MioChat. Guides the creation of clean, responsive cards, game interfaces, forms, story choices, and Galgame/visual novel dialogue cards rendered via extraRender in Shadow DOM. Enforces decoupled zero-round-trip async image rendering (pure CSS…

Pretend-to/mio-chat-backend · 148 tokens

ui5-best-practices-accessibility

This skill should be used when the user asks to audit, fix, check, review, or improve accessibility, a11y, ARIA, WCAG compliance, landmarks, labeling, heading levels, focus handling, keyboard navigation, keyboard shortcuts, screen reader support, invisible messaging, reading order, or touch / target size in UI5…

UI5/plugins-coding-agents · 229 tokens

frontend-design

Use when building or reviewing any frontend interface. Covers the full design lifecycle: context detection, pre-build planning, design laws (OKLCH color, theme forcing function, layout rhythm, absolute bans on AI-slop patterns), implementation guidance, and visual verification. Use for landing pages, dashboards…

marcusrbrown/systematic · 73 tokens

tw-easing-gradients

Replace Tailwind CSS linear gradients with smooth eased gradients using tw-easing-gradients. Use when upgrading bg-gradient-to-, creating fading backgrounds, or smooth color transitions.

enisbu/tw-easing-gradients · 40 tokens

frontend-design

Use when creating, refactoring, or reviewing web UI. Trigger when the user mentions components, layouts, landing pages, design systems, tokens, typography, spacing, responsiveness, dark mode, accessibility, micro-interactions, or says the existing UI looks "AI-generated" or "generic." Also triggers on requests to…

leee880619-commits/ClaudeCode-Harness-Setup-Assistant · 97 tokens

tanstack-ranger

Headless utilities for building range and multi-range sliders in TS/JS, React, Vue, Solid, Svelte & Angular.

tanstack-skills/tanstack-skills · 31 tokens