بنقرة واحدة
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 ويثبّتها لك.
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.
استنادا إلى تصنيف 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" />