Figma

🏢Official
by openai · vlatest · Repository

This AI agent leverages Figma to generate design mockups based on your prompts, streamlining visual prototyping and accelerating creative workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add figma npx -- -y @trustedskills/figma
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "figma": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/figma"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The Figma skill enables AI agents to interact with and manipulate design files created in Figma, a popular vector-based design tool. It allows for tasks such as extracting design elements, generating code from designs, or providing feedback on UI/UX layouts.

When to use it

  • To automate the process of converting Figma designs into front-end code (e.g., HTML/CSS).
  • For AI agents to analyze and suggest improvements to a user interface layout.
  • When integrating design assets directly into development workflows without manual export.

Key capabilities

  • Extracting visual components from Figma files.
  • Generating code snippets based on UI elements.
  • Providing feedback on usability and accessibility of designs.

Example prompts

  • "Generate HTML and CSS for this Figma layout."
  • "Analyze the user interface in this Figma file and suggest improvements."
  • "Export all design assets from this Figma project."

Tips & gotchas

  • Ensure that the AI agent has access to the Figma API or a compatible integration.
  • Some advanced features may require specific plugins or additional setup within Figma.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
openai
Installs
446

🏢 Official

Published by the company or team that built the technology.