Implementing Figma Designs
This skill automatically converts Figma designs into code (HTML/CSS/JavaScript), speeding up web development and ensuring design fidelity.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add implementing-figma-designs npx -- -y @trustedskills/implementing-figma-designs
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"implementing-figma-designs": {
"command": "npx",
"args": [
"-y",
"@trustedskills/implementing-figma-designs"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automatically converts Figma designs into code (HTML/CSS/JavaScript) using the OneKey component library. It prioritizes creating a pixel-perfect UI representation of the design, focusing on visual accuracy and layout rather than data integration or complex functionality. The skill hardcodes data to match the design exactly and skips API calls and internationalization during implementation.
When to use it
- You need to quickly prototype a user interface based on a Figma design.
- You want to ensure pixel-perfect fidelity between your Figma designs and the implemented code.
- You are focusing solely on the UI aspects of a feature before integrating data or backend functionality.
- You're building with the OneKey component library and need to translate Figma designs into its components.
Key capabilities
- Converts Figma designs into HTML/CSS/JavaScript code.
- Utilizes the OneKey component library for implementation.
- Hardcodes data to match design specifications.
- Skips API calls, internationalization (i18n), and complex state management during initial implementation.
- Provides documentation on how to look up components with source code and demo locations.
Example prompts
- "Implement the Figma design for the login screen."
- "Convert this Figma frame into HTML/CSS using OneKey components."
- "Generate the code for the 'Product Details' section from my Figma file, focusing on visual accuracy."
Tips & gotchas
- This skill is designed for UI-first implementation. Data integration and backend functionality should be added separately.
- The generated code utilizes components from the
@onekeyhq/componentslibrary. Familiarity with this library will be helpful. - Refer to the provided documentation patterns (Source Code Location Pattern, Demo Location Pattern) to understand component structure and usage.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.