Install
$ agentstack add skill-sergekostenchuk-ui-ux-agent-skill-system-figma-design-to-code-bridge ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Figma Design To Code Bridge
Use this skill after figma-context-reader when the goal is implementation. The output is not "code by screenshot"; it is a mapping from design intent, tokens, and components to the existing codebase.
Modes
handoff-plan: create a build/refactor plan from a Figma frame.component-map: map Figma components/variants to existing code components.code-connect: prepare or review Figma Code Connect work.gap-report: identify where the design and code system diverge.implementation-route: hand off towebapp-ui-skillormarketing-site-skill.
Workflow
- Get Figma context through
figma-context-readeror a provided context brief. - Inspect the local codebase before recommending component choices.
- If Code Connect is requested, invoke the installed
figma:figma-code-connectskill before Code Connect-specific work. - Map tokens, components, variants, states, and responsive constraints to local implementation primitives.
- Route dense product/app work to
webapp-ui-skill; route public landing/product pages tomarketing-site-skill. - Require local visual verification after implementation. Figma match alone is not validation.
Output Shape
Use [assets/design-to-code-handoff.md](assets/design-to-code-handoff.md).
Decision Rules
- Prefer existing project components and design tokens over generating one-off CSS.
- Preserve UX intent when exact visual parity conflicts with accessibility, responsiveness, or codebase conventions.
- Treat Figma-generated code or MCP-generated code as a draft until reviewed against local architecture.
- If the Figma file lacks states, include loading, empty, error, disabled, focus, hover, and mobile states in the implementation plan.
Safety And Privacy
- Treat non-public Figma files, screenshots, variables, component names, and source code as sensitive.
- Do not send private code or Figma context to external tools without explicit approval and a data-transfer note.
- Do not overwrite local components simply to match a Figma frame; propose a scoped implementation plan first.
Validation And Eval
- Verify that the handoff includes both Figma-to-code component mapping and local validation steps.
- For implemented work, require browser or screenshot evidence from the local app.
- Use
evals/evals.jsonto test app-frame routing, marketing-page routing, and Code Connect gap behavior.
Resources
- Read
$CODEX_SKILLS_DIR/senior-figma-orchestrator/references/figma-mcp-compatibility.mdwhen current Figma tools matter.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: sergekostenchuk
- Source: sergekostenchuk/ui-ux-agent-skill-system
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.