一键导入
plan
Plan orchestrator that classifies coding tasks and dispatches the best skills in .agents/skills for features, refactors, bug fixes, tests, docs, and delivery.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Plan orchestrator that classifies coding tasks and dispatches the best skills in .agents/skills for features, refactors, bug fixes, tests, docs, and delivery.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build AI chat interfaces using ai-elements components — conversations, messages, tool displays, prompt inputs, and more. Use when the user wants to build a chatbot, AI assistant UI, or any AI-powered chat interface.
Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json file. Also triggers for "shadcn init", "create an app with --preset", or "switch to --preset".
Create beautiful, accessible user interfaces with shadcn/ui components (built on Radix UI + Tailwind), Tailwind CSS utility-first styling, and canvas-based visual designs. Use when building user interfaces, implementing design systems, creating responsive layouts, adding accessible components (dialogs, dropdowns, forms, tables), customizing themes and colors, implementing dark mode, generating visual designs and posters, or establishing consistent styling patterns across applications.
Meta-orchestrator for debugging and fixing. Analyzes bugs/errors and auto-selects the best combination of skills from .agents/skills/ to diagnose and resolve. Use when encountering bugs, errors, test failures, performance issues, broken UI, or any code that isn't working as expected.
Meta-orchestrator for feature implementation. Analyzes feature requests and auto-selects the best combination of skills from .agents/skills/ to execute. Use when building new features, adding functionality, creating UI components, implementing APIs, or any constructive development task.
Build 3D web apps with Three.js (WebGL/WebGPU). Use for 3D scenes, animations, custom shaders, PBR materials, VR/XR experiences, games, data visualizations, product configurators.
| name | plan |
| description | Plan orchestrator that classifies coding tasks and dispatches the best skills in .agents/skills for features, refactors, bug fixes, tests, docs, and delivery. |
| argument-hint | Task goal + constraints, e.g. 'add workspace sharing with tests' or 'refactor DAL and keep API stable' |
Classify request, choose minimal skill set, and execute in phases.
| Category | Trigger patterns | Primary skills |
|---|---|---|
| New feature | add/create/build/implement/new flow/resource | cook, physthink-feature, frontend-development, backend-development |
| Refactor | refactor/restructure/cleanup/tech debt/no behavior change | frontend-development, backend-development, code-review, web-testing |
| Bug fixing | bug/error/failing/flaky/broken/regression | bug-fix, debugging, web-testing |
| Testing | add tests/coverage/e2e/unit/integration/perf | web-testing, code-review |
| UI/UX polish | redesign/layout/style/accessibility/motion | frontend-design, ui-styling, aesthetic, shadcn |
| Data/API work | prisma/schema/migration/query/router/auth | physthink-feature, databases, backend-development, better-auth |
| Research/docs first | unfamiliar lib/api/standard/architecture | docs-seeker, sequential-thinking |
1-4 skills only; avoid over-selection.cook.bug-fix.sequential-thinking before implementation.code-review mindset before claiming completion:| Need | Add skill |
|---|---|
| Next.js App Router/RSC | web-frameworks |
| New Prisma model or oRPC chain | physthink-feature |
| Auth/session/OAuth/RBAC | better-auth |
| Query/index/perf/migrations | databases |
| Component composition/theming | shadcn, ui-styling |
| Design direction and interaction quality | frontend-design, aesthetic |
| CI/CD, deploy, containers | devops |
| Stuck or high uncertainty | problem-solving, sequential-thinking |
Do not mark complete until all are true:
| Request | Route |
|---|---|
| "Create course draft publishing flow" | cook -> physthink-feature -> frontend-development -> web-testing |
| "Refactor DAL without API break" | backend-development -> code-review -> web-testing |
| "Fix login redirect loop" | bug-fix -> better-auth -> web-testing |
| "Improve dashboard visual hierarchy" | frontend-design -> ui-styling -> aesthetic |
| "Prisma query is slow" | bug-fix -> databases -> web-testing |
Read selected skill instructions using this path order:
.agents/skills/<skill>/SKILL.md~/.copilot/skills/<skill>/SKILL.md~/.claude/skills/<skill>/SKILL.mdIf the skill exists in multiple places, prefer workspace-local (.agents) version.
Load only additional references/scripts that are needed for the current step.