use-quail-ui-in-frontend-project

star 48

Use this skill when integrating Quail UI into a Vue 3 frontend, migrating an existing screen to Quail UI components, or needing the library's themes, tokens, icons, demo-backed usage patterns, and agent-facing onboarding docs.

quailyquaily By quailyquaily schedule Updated 3/23/2026

name: use-quail-ui-in-frontend-project description: Use this skill when integrating Quail UI into a Vue 3 frontend, migrating an existing screen to Quail UI components, or needing the library's themes, tokens, icons, demo-backed usage patterns, and agent-facing onboarding docs.

Quail UI Frontend Integration

Read docs/ai-agent-guide.md first. It is the primary onboarding document for AI agents and already contains:

  • installation patterns
  • plugin vs named-import usage
  • theme helpers and token families
  • typography, utility classes, and common CSS patterns
  • demo coverage under src/app/home/*
  • the exported component catalog
  • the icon catalog
  • current API gotchas where older docs are stale

Workflow

  1. Open docs/ai-agent-guide.md.
  2. Default to app.use(QuailUI) plus import "quail-ui/style.css" unless the task clearly needs selective registration.
  3. Prefer exported Quail components, icons, theme helpers, and utility classes over custom lookalikes.
  4. Copy composition patterns from src/app/home/.
  5. If a prop or event is unclear, inspect the source in src/components/common/ before writing code.

Files To Read On Demand

Rules

  • Prefer the real component APIs from source over older README snippets.
  • Remember the current gotchas from the guide:
    • no QFormItem
    • no QInputWithButton; use QTextFieldWithButton
    • QInput uses inputType
    • QTextarea uses max
    • QPagination uses totalPage, hasPrev, hasNext
    • selectors emit change instead of v-model
Install via CLI
npx skills add https://github.com/quailyquaily/quail-ui --skill use-quail-ui-in-frontend-project
Repository Details
star Stars 48
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator
quailyquaily
quailyquaily Explore all skills →