소스 정보
- 저장소
- aiFabricoCom/fabrico-collections-codex
- 최근 소스 활동
- 2026년 7월 14일 18:53
- 감지된 SKILL.md 언어
- 영어
- 스타
- 2
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/aiFabricoCom/fabrico-collections-codex --skill fabrico-implement-ui-common-task명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Audit AWS cost optimization and tagging compliance.
Audit GCP cost optimization and labeling compliance.
Process discovery materials into Jira-ready epics and user stories, or iterate on an existing backlog.
SOC 직업 분류 기준
SKILL.md 표시 중
| 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.