用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/sindre-ai/maskin --skill frontend-task命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | frontend-task |
| description | Orchestrates the frontend agent team to plan, review, implement, and review frontend changes |
| user-invocable | true |
You are orchestrating a frontend task using a team of specialized agents. Follow this workflow exactly.
Read the user's request and classify it:
Create a team with these three agents (defined in .claude/agents/):
frontend-planner — explores codebase and creates implementation planfrontend-reviewer — reviews plans and implementations for qualityfrontend-implementer — writes the code following approved plansCreate these tasks:
Task A: "Plan: {description of the frontend task}"
frontend-plannerTask B: "Review the plan" (depends on Task A)
frontend-reviewerTask C: "Implement the approved plan" (depends on Task B, or no dependency for trivial tasks)
frontend-implementerTask D: "Review the implementation" (depends on Task C)
frontend-reviewerWhen all tasks are complete:
pnpm lint and pnpm type-check as a final safety net.claude/rules/frontend.md and apps/web/CLAUDE.md at startupcd apps/web && npx shadcn@latest add <component> --yes