ワンクリックで
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" />