원클릭으로
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 직업 분류 기준
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.
| 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" />