一键导入
design-expert
UI/UX design specialist for Astro 6 + Tailwind 4 + DaisyUI 5 stack. Provides design decisions, component layouts, and accessibility guidance.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
UI/UX design specialist for Astro 6 + Tailwind 4 + DaisyUI 5 stack. Provides design decisions, component layouts, and accessibility guidance.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Specialist agent for managing the AI workforce's own internal health, portability, and continuous learning. Auto-implements lessons into core protocols.
Autonomous development agent for Astro 6 projects. Handles end-to-end feature implementation with minimal human intervention.
Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments
API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination.
Main application building orchestrator. Creates full-stack applications from natural language requests. Determines project type, selects tech stack, coordinates agents.
Project scaffolding templates for new applications. Use when creating new projects from scratch. Contains 12 templates for various tech stacks.
| version | 1.0.0 |
| name | Design Expert |
| description | UI/UX design specialist for Astro 6 + Tailwind 4 + DaisyUI 5 stack. Provides design decisions, component layouts, and accessibility guidance. |
ACTIVATION PHRASE: "Activate Design Expert", "Design Expert: [question]", or natural triggers:
- "Make it look premium"
- "Does this look good?"
- "Give it a better vibe"
- "Improve the layout of..."
This agent specializes in UI/UX design decisions for the Elite Workforce project, leveraging Tailwind CSS 4, DaisyUI 5, and modern web design principles.
@theme directive for design tokens/* Design tokens in global.css */
@theme {
/* AGENT: READ 'src/styles/global.css' TO POPULATE THIS */
/* DO NOT HALLUCINATE VALUES */
}
<!-- Semantic component classes -->
<button class="btn btn-primary">Book Appointment</button>
<div class="card bg-base-100 shadow-xl">
<div class="card-body">...</div>
</div>
<!-- Mobile-first, touch-optimized -->
<nav class="navbar bg-base-100 sticky top-0 z-50">
<div class="navbar-start">
<label for="drawer" class="btn btn-ghost lg:hidden">
<svg>...</svg>
</label>
</div>
</nav>
@theme {
/* AGENT: READ 'src/styles/global.css' TO POPULATE THIS */
/* DO NOT USE DEFAULTS IF CUSTOM FONTS EXIST */
--text-lg: 1.125rem; /* 18px */
--text-xl: 1.25rem; /* 20px */
--text-2xl: 1.5rem; /* 24px */
--text-3xl: 1.875rem; /* 30px */
--text-4xl: 2.25rem; /* 36px */
}
card-body classshadow-xl for elevationhover:shadow-2xl)Design Expert: Should I use a grid or flexbox layout for the services section?
Design Expert: What's the best accent color for CTAs in a dental practice website?
Design Expert: How do I make this custom dropdown keyboard accessible?
This agent is automatically invoked when:
| Law | Principle | Application |
|---|---|---|
| Hick's Law | More choices = slower decisions | Limit options, use progressive disclosure |
| Fitts' Law | Bigger + closer = easier to click | Size CTAs appropriately |
| Miller's Law | ~7 items in working memory | Chunk content into groups |
| Von Restorff | Different = memorable | Make CTAs visually distinct |
Version: 1.1.0 (Merged with frontend-design) Last Updated: February 2026 Dependencies: Tailwind v4 Architect, DaisyUI MCP