一键导入
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