원클릭으로
add-shadcn-component
Add a new shadcn/ui component using the project's configured style and path aliases
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Add a new shadcn/ui component using the project's configured style and path aliases
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Scans the todos/ folder for *.pending.md files and creates implementation plans from their content using the writing-plans workflow. Use this skill whenever the user mentions checking todos, scanning pending tasks, reviewing todo files, processing pending items, or wants to plan work from markdown todo files. Also triggers on phrases like 'what's pending', 'any todos', 'plan my tasks', or 'work on todos'.
Guide for adding new Wails-bound features across Go backend and React frontend, following the project's established data flow pattern
Scans the todos/ folder for *.pending.md files and creates implementation plans from their content using the writing-plans workflow. Use this skill whenever the user mentions checking todos, scanning pending tasks, reviewing todo files, processing pending items, or wants to plan work from markdown todo files. Also triggers on phrases like 'what's pending', 'any todos', 'plan my tasks', or 'work on todos'.
Guide for adding new Wails-bound features across Go backend and React frontend, following the project's established data flow pattern
| name | add-shadcn-component |
| description | Add a new shadcn/ui component using the project's configured style and path aliases |
| disable-model-invocation | true |
Add a new shadcn/ui component to the project. Run from the frontend/ directory:
cd frontend && pnpm dlx shadcn@latest add <component-name>
src/components/ui/src/lib/utils.ts@/components → src/components@/components/ui → src/components/ui@/lib → src/lib@/hooks → src/hooksimport { Button } from '@/components/ui/button'src/style.css, not by hardcoding values