用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/sindre-ai/maskin --skill frontend-task命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
The v2 Maskin app design system — tokens, type, radii, shadows, motion, and component patterns extracted from the full Maskin App v2 prototype (all fourteen product screens plus the shell and overlays). Use this when designing or building any product route, when reviewing a screen against v2, or when generating brand-consistent artefacts.
Guides the Workspace Coach to run onboarding for a new workspace — detecting an empty workspace, creating an onboarding session, identifying the owner, and posting context prompts in sequence to get the workspace to its first bet.
Use to score a PR diff on the 0–100 risk band that gates the auto-merge pipeline. Triggers on every `pull_request` opened/synchronize/reopened/ready_for_review event against `main`, and on demand from the `orchestrate-pr-review` skill. The skill produces a deterministic score from a fixed signal table (path sensitivity, DDL detection, secrets-like patterns, SAST alerts, incident density, and friends), applies the floors declared in `.maskin/protected-paths.yml` and `.maskin/risk-floors.yml`, and emits a `## Risk Score` block plus a `maskin/risk-score` check run. Do NOT use to *decide* whether to merge — that's `orchestrate-pr-review`'s job. Do NOT use to author code or critique style — score, output, stop.
基于 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 .Codex/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.Codex/rules/frontend.md and apps/web/AGENTS.md at startupcd apps/web && npx shadcn@latest add <component> --yes