fec-accessibility-chec…
Use when reviewing or improving frontend accessibility, semantic structure, keyboard support, focus management, ARIA labels, screen reader behavior, WCAG 2.2…
Use when implementing UI from Figma, Sketch, MasterGo, Pixso, Modao, MockingBot, screenshots, design selections, design tokens, or design-to-code tasks for production frontend components/pages; Chinese triggers include design draft, implementation by design.
$ npx -y skills add bovinphang/frontend-craft --skill fec-implement-from-design --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/fec-implement-from-designContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when implementing UI from Figma, Sketch, MasterGo, Pixso, Modao, MockingBot, screenshots, design selections, design tokens, or design-to-code tasks for production frontend components/pages; Chinese triggers include design draft, implementation by design.
name: fec-implement-from-design description: Use when implementing UI from Figma, Sketch, MasterGo, Pixso, Modao, MockingBot, screenshots, design selections, design tokens, or design-to-code tasks for production frontend components/pages; Chinese triggers include design draft, implementation by design.
Based on the design context of design tools (Figma, Sketch, MasterGo, Pixso, Mokou, Mock), high-fidelity implementation of pages or components emphasizes component reuse, design token mapping, accessibility, and production-oriented front-end implementation.
| Tools | MCP Integration | How to obtain design data | | -------- | ------------------------- | ----------------------------------------- | | Figma | `figma` / `figma-desktop` | API to obtain design structure and variable definitions | | Sketch | `sketch` | MCP Get screenshot of design selection | | MasterGo | `mastergo` | API to get DSL structure data | | Pixso | `pixso` | Local MCP gets frame data and code | | Mo Dao | `modao` | MCP obtains prototype data and generates design descriptions | | Mocke | No MCP | Acquired via user-provided screenshots, annotations, or exported CSS |
Select the design data acquisition method according to priority:
Read the design context from the MCP or user-supplied design data:
Before creating a new component, search the code base for reusable components, focusing on:
Before revising the document, produce a short implementation plan. The plan must include:
Implement according to the front-end framework currently used by the warehouse:
When writing the implementation plan report, load [references/design-plan-template.md](references/design-plan-template.md).
frontend-craft is a universal frontend plugin that brings the same opinionated engineering standards to all 15 AI coding assistants.
Repo: bovinphang/frontend-craft
Use when reviewing or improving frontend accessibility, semantic structure, keyboard support, focus management, ARIA labels, screen reader behavior, WCAG 2.2…
Use when absorbing ideas, capabilities, workflows, architecture, quality systems, ecosystem extensions, or engineering practices from any reference system into…
Use when designing, implementing, or reviewing frontend-to-backend API integration, typed API clients, REST/tRPC/OpenAPI client choices, auth refresh, API…
Use when frontend work needs to communicate data, action, state, permission, validation, or business-rule needs to backend teams without dictating endpoint…
Use when choosing, implementing, or reviewing browser storage such as localStorage, sessionStorage, IndexedDB, cookies, client persistence, offline data,…
Use when building or reviewing Canvas 2D, Three.js/WebGL, React Three Fiber, GLSL shaders, ShaderToy-to-WebGL adaptation, 2D/3D visualization, game rendering,…