Guides

Figma now has its own catalog of AI skills

You can publish and use ready-made AI skills in the Figma Community. They are markdown instructions for the Figma agent that run as separate, self-contained workflows.

Updated August 18, 2026 · 8 min read

Flat abstract composition of bright rounded tiles with the Figma logo at the centre, linked by dashed magenta and green paths on black.

Skills are reusable instructions for the Figma agent. Figma describes them as markdown files that capture a specific process, a set of rules, or a designer's personal approach. The full catalog lives at figma.com/community/ai-skills.

What a Figma skill actually is

A skill is a single markdown file written against the Agent Skills specification — the same open format Claude, Codex, and other agents read. It has a name, a description, and a body of instructions. The name becomes the slash command you type in chat, so a skill called Better Interface runs as /better-interface.

A few practical details from Figma's help center:

Figma marked the launch with a post, Try These 10 Skills — And Show Off Your Own, on August 13, 2026. There is also a community-maintained repo at figma/community-resources covering accessibility audits, token export, FigJam generation, and localization. Those are not endorsed by Figma, so review them before running — the same care any third-party skill deserves, as covered in our guide on AI agent skills security.

Five Figma skills worth trying

Better Interface

/better-interface

Reviews an interface across a whole set of dimensions: typography, layout, accessibility, motion, and copy. A good option when a screen already looks fine but you want to catch the small problems that quietly drag the whole thing down.

Find Animation Opportunities

/find-animation-opportunities

Finds the places where an interface is genuinely missing movement. It suggests what to animate, exactly where, and with what values. You can also run it in reverse: ask it to find the animations that should not be there.

UI State Expander

/ui-state-expander

Extremely useful for screens that only exist in their happy path. It takes a screen, component, or flow and helps you think through the rest of the states, then fills in the copy, transitions, and implementation notes.

  • loading
  • empty
  • error
  • disabled
  • partial data
  • edge cases

Superfuture Design Review

/superfuture-design-review

Effectively a second design reviewer. It checks UX, accessibility, visual hierarchy, interactions, and product logic, then sorts the findings on a traffic-light system: critical problems, recommended changes, and what already works well.

Component Handoff

/component-handoff

Takes a component or a set of components and assembles the documentation for handoff: description, preview, variants, states, component anatomy, and do/don't usage examples — packaged so you can adapt the structure to your own design system.

Also worth a look from the launch list: Create Color by Ian Guisard (Uber), which maps fills, strokes, and shadows to design tokens and flags hard-coded values; Analyze Components by Amy Ha (Walmart); and Usability Test Guide by Neha Kodi (Figma).

The other half: Figma's own official skills

The Community catalog is designer-facing — skills you run inside a Figma file. Separately, Figma publishes its own official skills aimed at the code side of the workflow: teaching a coding agent to drive Figma through the MCP server, generate designs from an existing codebase, or wire components to their implementations.

There are 35 official Figma skills across two repositoriesfigma/mcp-server-guide (28 skills) and figma/skills (7) — with roughly 43,900 installs and 3,800 GitHub stars between them. The full list, with install counts and install commands, is in the Figma official skills directory on Skillscout.

The rest cover FigJam, Slides, SwiftUI, motion implementation, and design-to-code. Install a whole package with one command:

npx skills add figma/mcp-server-guide -y

So there are two layers worth knowing about. Community skills encode a designer's process; Figma's official skills encode how agents talk to Figma. Most teams end up wanting both.

Why this matters

Figma Community used to be a place to save other people's templates, UI kits, components, and plugins. Now you can save someone else's process.

A designer can take their own interface review checklist, their approach to motion, the way they handle states, or their design review rubric — write it up as a skill and publish it for everyone else. And because skills are just markdown, with no plugin code required, the barrier to authoring one is roughly "can you write down how you work." You can create and edit your own skill directly inside the Figma agent.

It is also one more sign of where the format is heading. Design tools, coding tools, and chat products are converging on the same markdown standard, which is the argument we made in Are AI agent skills here to stay?

How to publish your own skill

Publishing runs entirely inside Figma — no repo, no plugin submission. The help center article has the full reference; the short version is three steps.

1. Create the skill. In chat, open the prompt box and pick Skills → Add skill. From there you can:

The name becomes the slash command, so keep it short and verb-like. If you already keep a skill library for Claude or Codex, the same markdown file works here — see how to organize agent skills for keeping one source of truth across agents.

2. Open the publish flow. Go to Add context → Skills → Manage skills, select your skill, then More actions → Publish.

3. Pick where it goes. Under Publish to:

Hit Publish and it appears in the AI skills library. To ship an update later, go back to Manage skills → More actions → Manage skill → Publish changes. Unpublish skill in the same menu pulls it from the Community but keeps it working for you.

One thing worth doing after you publish: list the skill on Skillscout. It is the kind of thing people should find while they are actually in Figma — not three weeks later.

Finding skills beyond Figma

The same format is spreading fast, and skills now live scattered across half a dozen directories. The Skillscout Chrome extension handles the discovery half. It reads the site you are currently on, derives a keyword from the hostname and page context, and surfaces matching agent skills ranked by relevance, popularity, and trust signals — no tab-switching, no searching every catalog by hand.

It looks for the vendor's own official skills first, then for community skills across skills.sh, ClawHub, Skill.fish, MCPMarket, and other marketplaces. On a Figma page, that means the official Figma skills come up before anything else — the 35 skills from figma/mcp-server-guide and figma/skills, with install counts and a one-line install command each.