一键导入
fix-shadcn-component
Fix shadcn-svelte components after installation to support UnoCSS and project conventions
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fix shadcn-svelte components after installation to support UnoCSS and project conventions
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | fix-shadcn-component |
| description | Fix shadcn-svelte components after installation to support UnoCSS and project conventions |
After the user has manually installed shadcn-svelte components via the shadcn CLI into src/components/ui/. The generated components use @lucide/svelte and may have import paths or class names that need adjustment for this project.
import { IconName } from "@lucide/svelte" to import Icon from "@iconify/svelte" and change <IconName /> to <Icon icon="lucide:icon-name" />Fix shadcn-svelte components after installation to support UnoCSS and project conventions.
Standardized process for linting, formatting, and committing changes following the Angular convention.
Guidelines for creating minimalist, Zen-like animations using GSAP and ScrollTrigger.
Standards for atomic styling using UnoCSS, Wind4, and the custom Zen theme.