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