用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/aiFabricoCom/fabrico-collections-codex --skill fabrico-implement-ui-common-task命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | fabrico-implement-ui-common-task |
| description | Implement UI using Figma as the visual source of truth. |
Invocation portability:
$fabrico-*below means the discovered entry workflow. Use the unqualified name for repository or filesystem installs and$fabrico-collections:fabrico-*for plugin installs.
Use the user’s current request as the workflow input. Expected context: [task or component to implement].
PREREQUISITE: This workflow extends $fabrico-implement-common-task. You MUST read and follow all steps from that base workflow first. This workflow adds UI-specific behaviors on top — it does not remove or replace any base workflow steps.
Implement the UI feature according to the research context and implementation plan, using Figma designs as the source of truth for visual implementation.
In addition to the skills required by the base workflow, load and follow these skills before starting:
fabrico-implementing-frontend — for component patterns, design system usage, composition, and performance guidelinesfabrico-ensuring-accessibility — for WCAG 2.1 AA compliance, semantic HTML, ARIA, and automated axe-core verificationAlways treat the research and plan files as the single source of truth for design links:
*.research.md) and look for:
Relevant Links section.Gathered Information.*.plan.md) and look for:
Task details.If you cannot find a Figma URL for the component/section you are about to implement:
Task details or Design References)Do NOT:
When you discover missing or updated design links during implementation, add them to the appropriate sections in the plan under Task details (and, if needed, note them in the Changelog).
Before step 6 of the base workflow (starting implementation), ensure:
When this workflow runs inside the managed implementation flow, UI verification against Figma belongs to the
fabrico-engineering-manager, which delegates the verify-fix loop to fabrico-ui-reviewer; the implementing child
must return its evidence and must not spawn a sibling. When the workflow is invoked directly or custom agents are
unavailable, the calling thread owns that same verification gate and performs it locally with fabrico-ui-verifying
plus the available Figma/browser capabilities. If verification cannot run, report the limitation explicitly rather
than claiming a verified match. Apply any resulting fixes and repeat the gate as required by the plan.