[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-figma-figma-generative-plugins":3,"mdc-wjf3p6-key":34,"related-org-figma-figma-generative-plugins":475,"related-repo-figma-figma-generative-plugins":644},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":29,"sourceUrl":32,"mdContent":33},"figma-generative-plugins","build reusable Figma generative plugins","**MANDATORY prerequisite** — load this skill before calling `create_generative_plugin` or `update_generative_plugin`. Use when the user asks to create, author, change, fix, or extend a reusable generative Figma plugin.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"figma","Figma","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Ffigma.png",[12,16,19,20],{"name":13,"slug":14,"type":15},"Creative","creative","tag",{"name":17,"slug":18,"type":15},"Plugin Development","plugin-development",{"name":9,"slug":8,"type":15},{"name":21,"slug":22,"type":15},"Design","design",1805,"https:\u002F\u002Fgithub.com\u002Ffigma\u002Fmcp-server-guide","2026-09-04T08:00:31.396643",null,164,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],"A guide on how to use the Figma MCP server","https:\u002F\u002Fgithub.com\u002Ffigma\u002Fmcp-server-guide\u002Ftree\u002FHEAD\u002Fskills\u002Ffigma-generative-plugins","---\nname: figma-generative-plugins\ndescription: \"**MANDATORY prerequisite** — load this skill before calling `create_generative_plugin` or `update_generative_plugin`. Use when the user asks to create, author, change, fix, or extend a reusable generative Figma plugin.\"\ndisable-model-invocation: false\n---\n\n# Create and update generative Figma plugins\n\nLoad this skill before every `create_generative_plugin` or `update_generative_plugin` call. In user-facing language, call the result a “plugin.” The “generative” qualifier only distinguishes this account-library tool from other plugin systems.\n\n## Preflight\n\nBefore authoring, confirm the request fits this surface:\n\n- Plugins run in the Figma Design editor.\n- Every plugin must provide functional UI for its core workflow. A plugin with no configurable inputs still needs a clear primary action and useful status or validation feedback.\n- Never embed API keys, OAuth tokens, signed URLs, or other secrets. Plugin source is readable by people who can access it. For authenticated integrations, stop and offer a static dataset, a public no-auth endpoint, or a different architecture.\n\n## Create workflow\n\n1. Resolve the requested workflow and its useful controls. Ask a concise question only if required inputs or behavior are genuinely ambiguous.\n2. Resolve `planKey`. Reuse one supplied by the user; otherwise call `whoami`. Use the sole eligible plan automatically, or ask the user to choose when several materially different plans are available.\n3. Call `create_generative_plugin` once with a concise name, description, and `planKey`. This creates a runnable square-drawing scaffold, not the requested final plugin.\n4. Call `get_generative_plugin` with the returned `id`, then read every source URI. This establishes the scaffold's manifest, UI message contract, and current TypeScript entrypoint.\n5. Replace the scaffold with complete authored files for the requested behavior and UI.\n6. Call `update_generative_plugin` with the returned `id`, a `files` array containing complete replacements for `code.ts` and, when the UI changes, `ui.html`, plus a specific `commitMessage`. Use `metadata` when changing the name or description.\n\nNever stop after `create_generative_plugin`: the starter must be replaced with the requested experience.\n\n## Update workflow\n\n1. Identify the plugin. If needed, call `list_generative_plugins`, then `get_generative_plugin`.\n2. Read every source URI returned by the get tool before editing. Treat those files as the current source of truth.\n3. Preserve existing UI, controls, relaunch behavior, validation, and user-visible affordances unless the user asks to change them.\n4. Call `update_generative_plugin` with complete replacement content for every changed existing file. Use `{ path: \"code.ts\", content: \"...\" }` for the entrypoint and `{ path: \"ui.html\", content: \"...\" }` for the UI. Unspecified files are preserved.\n\n## Authoring rules\n\n- Before writing replacement files, read [Plugin source authoring](references\u002Fauthoring.md). It covers the file replacement contract, UI\u002Fmessage lifecycle, PropsKit controls, dynamic-page compatibility, fonts, relaunch behavior, bounded work, geometry, and Plugin API gotchas.\n- Keep the plugin’s primary action obvious and make invalid selection or input states understandable.\n- `update_generative_plugin` can replace existing `code.ts` and `ui.html` files, but cannot replace `manifest.json` or create new files. Keep `figma.showUI(__html__, ...)` in `code.ts` and replace `ui.html` when the requested workflow needs different controls.\n- Avoid destructive canvas changes unless they are the explicit purpose of the plugin and the UI makes that clear.\n- Do not close before asynchronous work and UI messages have completed.\n- Treat a non-error `update_generative_plugin` result as success. Record the returned version when present; a successful response may omit it.\n- On a build error, use the returned compiler output to make the smallest source correction and retry once. If it still fails, surface the error instead of repeatedly rewriting the plugin.\n\n## Completion\n\nReport the plugin name and id, plus the returned version when present and a short description of its UI and primary action. Construct and include a clickable URL that opens a new Design file with the unpublished plugin ready to try, using the exact plugin id as `try-tool-resource-content-id`:\n\n`https:\u002F\u002Fwww.figma.com\u002Ffile\u002Fnew?try-tool-resource-content-id=\u003Cid>&try-tool-resource-type=gen_tool&type=design&mode=design`\n\nAfter presenting the new-file link, ask whether the user wants to open the plugin in an existing Figma Design file instead. If yes, reuse a file URL already provided or ask for one, then add the same `try-tool-resource-content-id` and `try-tool-resource-type` query parameters to that URL. Never guess the file URL.\n",{"data":35,"body":37},{"name":4,"description":6,"disable-model-invocation":36},false,{"type":38,"children":39},"root",[40,49,72,79,84,104,110,241,253,259,319,325,428,434,447,456],{"type":41,"tag":42,"props":43,"children":45},"element","h1",{"id":44},"create-and-update-generative-figma-plugins",[46],{"type":47,"value":48},"text","Create and update generative Figma plugins",{"type":41,"tag":50,"props":51,"children":52},"p",{},[53,55,62,64,70],{"type":47,"value":54},"Load this skill before every ",{"type":41,"tag":56,"props":57,"children":59},"code",{"className":58},[],[60],{"type":47,"value":61},"create_generative_plugin",{"type":47,"value":63}," or ",{"type":41,"tag":56,"props":65,"children":67},{"className":66},[],[68],{"type":47,"value":69},"update_generative_plugin",{"type":47,"value":71}," call. In user-facing language, call the result a “plugin.” The “generative” qualifier only distinguishes this account-library tool from other plugin systems.",{"type":41,"tag":73,"props":74,"children":76},"h2",{"id":75},"preflight",[77],{"type":47,"value":78},"Preflight",{"type":41,"tag":50,"props":80,"children":81},{},[82],{"type":47,"value":83},"Before authoring, confirm the request fits this surface:",{"type":41,"tag":85,"props":86,"children":87},"ul",{},[88,94,99],{"type":41,"tag":89,"props":90,"children":91},"li",{},[92],{"type":47,"value":93},"Plugins run in the Figma Design editor.",{"type":41,"tag":89,"props":95,"children":96},{},[97],{"type":47,"value":98},"Every plugin must provide functional UI for its core workflow. A plugin with no configurable inputs still needs a clear primary action and useful status or validation feedback.",{"type":41,"tag":89,"props":100,"children":101},{},[102],{"type":47,"value":103},"Never embed API keys, OAuth tokens, signed URLs, or other secrets. Plugin source is readable by people who can access it. For authenticated integrations, stop and offer a static dataset, a public no-auth endpoint, or a different architecture.",{"type":41,"tag":73,"props":105,"children":107},{"id":106},"create-workflow",[108],{"type":47,"value":109},"Create workflow",{"type":41,"tag":111,"props":112,"children":113},"ol",{},[114,119,140,159,179,184],{"type":41,"tag":89,"props":115,"children":116},{},[117],{"type":47,"value":118},"Resolve the requested workflow and its useful controls. Ask a concise question only if required inputs or behavior are genuinely ambiguous.",{"type":41,"tag":89,"props":120,"children":121},{},[122,124,130,132,138],{"type":47,"value":123},"Resolve ",{"type":41,"tag":56,"props":125,"children":127},{"className":126},[],[128],{"type":47,"value":129},"planKey",{"type":47,"value":131},". Reuse one supplied by the user; otherwise call ",{"type":41,"tag":56,"props":133,"children":135},{"className":134},[],[136],{"type":47,"value":137},"whoami",{"type":47,"value":139},". Use the sole eligible plan automatically, or ask the user to choose when several materially different plans are available.",{"type":41,"tag":89,"props":141,"children":142},{},[143,145,150,152,157],{"type":47,"value":144},"Call ",{"type":41,"tag":56,"props":146,"children":148},{"className":147},[],[149],{"type":47,"value":61},{"type":47,"value":151}," once with a concise name, description, and ",{"type":41,"tag":56,"props":153,"children":155},{"className":154},[],[156],{"type":47,"value":129},{"type":47,"value":158},". This creates a runnable square-drawing scaffold, not the requested final plugin.",{"type":41,"tag":89,"props":160,"children":161},{},[162,163,169,171,177],{"type":47,"value":144},{"type":41,"tag":56,"props":164,"children":166},{"className":165},[],[167],{"type":47,"value":168},"get_generative_plugin",{"type":47,"value":170}," with the returned ",{"type":41,"tag":56,"props":172,"children":174},{"className":173},[],[175],{"type":47,"value":176},"id",{"type":47,"value":178},", then read every source URI. This establishes the scaffold's manifest, UI message contract, and current TypeScript entrypoint.",{"type":41,"tag":89,"props":180,"children":181},{},[182],{"type":47,"value":183},"Replace the scaffold with complete authored files for the requested behavior and UI.",{"type":41,"tag":89,"props":185,"children":186},{},[187,188,193,194,199,201,207,209,215,217,223,225,231,233,239],{"type":47,"value":144},{"type":41,"tag":56,"props":189,"children":191},{"className":190},[],[192],{"type":47,"value":69},{"type":47,"value":170},{"type":41,"tag":56,"props":195,"children":197},{"className":196},[],[198],{"type":47,"value":176},{"type":47,"value":200},", a ",{"type":41,"tag":56,"props":202,"children":204},{"className":203},[],[205],{"type":47,"value":206},"files",{"type":47,"value":208}," array containing complete replacements for ",{"type":41,"tag":56,"props":210,"children":212},{"className":211},[],[213],{"type":47,"value":214},"code.ts",{"type":47,"value":216}," and, when the UI changes, ",{"type":41,"tag":56,"props":218,"children":220},{"className":219},[],[221],{"type":47,"value":222},"ui.html",{"type":47,"value":224},", plus a specific ",{"type":41,"tag":56,"props":226,"children":228},{"className":227},[],[229],{"type":47,"value":230},"commitMessage",{"type":47,"value":232},". Use ",{"type":41,"tag":56,"props":234,"children":236},{"className":235},[],[237],{"type":47,"value":238},"metadata",{"type":47,"value":240}," when changing the name or description.",{"type":41,"tag":50,"props":242,"children":243},{},[244,246,251],{"type":47,"value":245},"Never stop after ",{"type":41,"tag":56,"props":247,"children":249},{"className":248},[],[250],{"type":47,"value":61},{"type":47,"value":252},": the starter must be replaced with the requested experience.",{"type":41,"tag":73,"props":254,"children":256},{"id":255},"update-workflow",[257],{"type":47,"value":258},"Update workflow",{"type":41,"tag":111,"props":260,"children":261},{},[262,282,287,292],{"type":41,"tag":89,"props":263,"children":264},{},[265,267,273,275,280],{"type":47,"value":266},"Identify the plugin. If needed, call ",{"type":41,"tag":56,"props":268,"children":270},{"className":269},[],[271],{"type":47,"value":272},"list_generative_plugins",{"type":47,"value":274},", then ",{"type":41,"tag":56,"props":276,"children":278},{"className":277},[],[279],{"type":47,"value":168},{"type":47,"value":281},".",{"type":41,"tag":89,"props":283,"children":284},{},[285],{"type":47,"value":286},"Read every source URI returned by the get tool before editing. Treat those files as the current source of truth.",{"type":41,"tag":89,"props":288,"children":289},{},[290],{"type":47,"value":291},"Preserve existing UI, controls, relaunch behavior, validation, and user-visible affordances unless the user asks to change them.",{"type":41,"tag":89,"props":293,"children":294},{},[295,296,301,303,309,311,317],{"type":47,"value":144},{"type":41,"tag":56,"props":297,"children":299},{"className":298},[],[300],{"type":47,"value":69},{"type":47,"value":302}," with complete replacement content for every changed existing file. Use ",{"type":41,"tag":56,"props":304,"children":306},{"className":305},[],[307],{"type":47,"value":308},"{ path: \"code.ts\", content: \"...\" }",{"type":47,"value":310}," for the entrypoint and ",{"type":41,"tag":56,"props":312,"children":314},{"className":313},[],[315],{"type":47,"value":316},"{ path: \"ui.html\", content: \"...\" }",{"type":47,"value":318}," for the UI. Unspecified files are preserved.",{"type":41,"tag":73,"props":320,"children":322},{"id":321},"authoring-rules",[323],{"type":47,"value":324},"Authoring rules",{"type":41,"tag":85,"props":326,"children":327},{},[328,342,347,401,406,411,423],{"type":41,"tag":89,"props":329,"children":330},{},[331,333,340],{"type":47,"value":332},"Before writing replacement files, read ",{"type":41,"tag":334,"props":335,"children":337},"a",{"href":336},"references\u002Fauthoring.md",[338],{"type":47,"value":339},"Plugin source authoring",{"type":47,"value":341},". It covers the file replacement contract, UI\u002Fmessage lifecycle, PropsKit controls, dynamic-page compatibility, fonts, relaunch behavior, bounded work, geometry, and Plugin API gotchas.",{"type":41,"tag":89,"props":343,"children":344},{},[345],{"type":47,"value":346},"Keep the plugin’s primary action obvious and make invalid selection or input states understandable.",{"type":41,"tag":89,"props":348,"children":349},{},[350,355,357,362,364,369,371,377,379,385,387,392,394,399],{"type":41,"tag":56,"props":351,"children":353},{"className":352},[],[354],{"type":47,"value":69},{"type":47,"value":356}," can replace existing ",{"type":41,"tag":56,"props":358,"children":360},{"className":359},[],[361],{"type":47,"value":214},{"type":47,"value":363}," and ",{"type":41,"tag":56,"props":365,"children":367},{"className":366},[],[368],{"type":47,"value":222},{"type":47,"value":370}," files, but cannot replace ",{"type":41,"tag":56,"props":372,"children":374},{"className":373},[],[375],{"type":47,"value":376},"manifest.json",{"type":47,"value":378}," or create new files. Keep ",{"type":41,"tag":56,"props":380,"children":382},{"className":381},[],[383],{"type":47,"value":384},"figma.showUI(__html__, ...)",{"type":47,"value":386}," in ",{"type":41,"tag":56,"props":388,"children":390},{"className":389},[],[391],{"type":47,"value":214},{"type":47,"value":393}," and replace ",{"type":41,"tag":56,"props":395,"children":397},{"className":396},[],[398],{"type":47,"value":222},{"type":47,"value":400}," when the requested workflow needs different controls.",{"type":41,"tag":89,"props":402,"children":403},{},[404],{"type":47,"value":405},"Avoid destructive canvas changes unless they are the explicit purpose of the plugin and the UI makes that clear.",{"type":41,"tag":89,"props":407,"children":408},{},[409],{"type":47,"value":410},"Do not close before asynchronous work and UI messages have completed.",{"type":41,"tag":89,"props":412,"children":413},{},[414,416,421],{"type":47,"value":415},"Treat a non-error ",{"type":41,"tag":56,"props":417,"children":419},{"className":418},[],[420],{"type":47,"value":69},{"type":47,"value":422}," result as success. Record the returned version when present; a successful response may omit it.",{"type":41,"tag":89,"props":424,"children":425},{},[426],{"type":47,"value":427},"On a build error, use the returned compiler output to make the smallest source correction and retry once. If it still fails, surface the error instead of repeatedly rewriting the plugin.",{"type":41,"tag":73,"props":429,"children":431},{"id":430},"completion",[432],{"type":47,"value":433},"Completion",{"type":41,"tag":50,"props":435,"children":436},{},[437,439,445],{"type":47,"value":438},"Report the plugin name and id, plus the returned version when present and a short description of its UI and primary action. Construct and include a clickable URL that opens a new Design file with the unpublished plugin ready to try, using the exact plugin id as ",{"type":41,"tag":56,"props":440,"children":442},{"className":441},[],[443],{"type":47,"value":444},"try-tool-resource-content-id",{"type":47,"value":446},":",{"type":41,"tag":50,"props":448,"children":449},{},[450],{"type":41,"tag":56,"props":451,"children":453},{"className":452},[],[454],{"type":47,"value":455},"https:\u002F\u002Fwww.figma.com\u002Ffile\u002Fnew?try-tool-resource-content-id=\u003Cid>&try-tool-resource-type=gen_tool&type=design&mode=design",{"type":41,"tag":50,"props":457,"children":458},{},[459,461,466,467,473],{"type":47,"value":460},"After presenting the new-file link, ask whether the user wants to open the plugin in an existing Figma Design file instead. If yes, reuse a file URL already provided or ask for one, then add the same ",{"type":41,"tag":56,"props":462,"children":464},{"className":463},[],[465],{"type":47,"value":444},{"type":47,"value":363},{"type":41,"tag":56,"props":468,"children":470},{"className":469},[],[471],{"type":47,"value":472},"try-tool-resource-type",{"type":47,"value":474}," query parameters to that URL. Never guess the file URL.",{"items":476,"total":643},[477,495,510,521,532,548,562,569,582,595,617,627],{"slug":478,"name":478,"fn":479,"description":480,"org":481,"tags":482,"stars":23,"repoUrl":24,"updatedAt":494},"figma-code-connect","map Figma components to code snippets","Creates and maintains Figma Code Connect template files that map Figma components to code snippets. Use when the user mentions Code Connect, Figma component mapping, design-to-code translation, or asks to create\u002Fupdate .figma.ts or .figma.js files.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[483,484,487,488,491],{"name":21,"slug":22,"type":15},{"name":485,"slug":486,"type":15},"Design System","design-system",{"name":9,"slug":8,"type":15},{"name":489,"slug":490,"type":15},"Frontend","frontend",{"name":492,"slug":493,"type":15},"UI Components","ui-components","2026-07-31T05:52:30.590302",{"slug":496,"name":496,"fn":497,"description":498,"org":499,"tags":500,"stars":23,"repoUrl":24,"updatedAt":509},"figma-create-new-file","create new Figma or FigJam files","**MANDATORY prerequisite** — you MUST invoke this skill BEFORE every `create_new_file` tool call. NEVER call `create_new_file` directly without loading this skill first. Trigger whenever the user wants a new blank Figma file — a new design, FigJam, or Slides file — or when you need a fresh file before calling `use_figma`. Usage — \u002Ffigma-create-new-file [editorType] [fileName] (e.g. \u002Ffigma-create-new-file figjam My Whiteboard, \u002Ffigma-create-new-file slides Q3 Review)",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[501,502,503,506],{"name":21,"slug":22,"type":15},{"name":9,"slug":8,"type":15},{"name":504,"slug":505,"type":15},"Ideation","ideation",{"name":507,"slug":508,"type":15},"MCP","mcp","2026-04-06T18:11:46.464282",{"slug":511,"name":511,"fn":512,"description":513,"org":514,"tags":515,"stars":23,"repoUrl":24,"updatedAt":520},"figma-design-to-code","implement Figma designs as code","**MANDATORY prerequisite** — you MUST invoke this skill BEFORE calling the `get_design_context` Figma MCP tool. You MUST trigger this skill whenever the user wants to implement, build, port, or code up a Figma design as code. Example prompts (not exhaustive) are 'implement this Figma design', 'build this screen from Figma', 'turn this Figma into code', 'design to code'. This skill provides critical instructions and steps to the agent on how to correctly implement Figma designs in code and must NOT be skipped.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[516,517,518,519],{"name":21,"slug":22,"type":15},{"name":9,"slug":8,"type":15},{"name":489,"slug":490,"type":15},{"name":492,"slug":493,"type":15},"2026-07-10T06:43:51.122606",{"slug":522,"name":522,"fn":523,"description":524,"org":525,"tags":526,"stars":23,"repoUrl":24,"updatedAt":531},"figma-generate-design","translate code layouts into Figma","Use this skill alongside figma-use when the task involves translating an application page, view, or multi-section layout into Figma. Triggers: 'write to Figma', 'create in Figma from code', 'push page to Figma', 'take this app\u002Fpage and build it in Figma', 'create a screen', 'build a landing page in Figma', 'update the Figma screen to match code', 'convert this modal\u002Fdialog\u002Fdrawer\u002Fpanel to Figma'. This is the preferred workflow skill whenever the user wants to build or update a full page, modal, dialog, drawer, sidebar, panel, or any composed multi-section view in Figma from code or a description. Discovers design system components, variables, and styles from Code Connect files, existing screens, and library search, then imports them and assembles views incrementally section-by-section using design system tokens instead of hardcoded values.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[527,528,529,530],{"name":21,"slug":22,"type":15},{"name":9,"slug":8,"type":15},{"name":489,"slug":490,"type":15},{"name":492,"slug":493,"type":15},"2026-09-04T07:28:00.781261",{"slug":533,"name":533,"fn":534,"description":535,"org":536,"tags":537,"stars":23,"repoUrl":24,"updatedAt":547},"figma-generate-diagram","generate flowcharts and architecture diagrams in Figma","MANDATORY prerequisite — load this skill BEFORE every `generate_diagram` tool call. NEVER call `generate_diagram` directly without loading this skill first. Trigger whenever the user asks to create, generate, draw, render, sketch, or build a diagram — flowchart, architecture diagram, sequence diagram, ERD or entity-relationship diagram, state diagram or state machine, gantt chart, or timeline. Also trigger when the user mentions Mermaid syntax or wants a system architecture, decision tree, dependency graph, API call flow, auth handshake, schema, or pipeline visualized in FigJam. Routes to type-specific guidance, sets universal Mermaid constraints, and tells you when to use a different diagram type or skip the tool entirely (mindmaps, pie charts, class diagrams, etc.).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[538,541,542,545,546],{"name":539,"slug":540,"type":15},"Architecture","architecture",{"name":21,"slug":22,"type":15},{"name":543,"slug":544,"type":15},"Diagrams","diagrams",{"name":9,"slug":8,"type":15},{"name":507,"slug":508,"type":15},"2026-04-28T05:43:52.834484",{"slug":549,"name":549,"fn":550,"description":551,"org":552,"tags":553,"stars":23,"repoUrl":24,"updatedAt":561},"figma-generate-library","build Figma design systems from code","Build or update a professional-grade design system in Figma from a codebase. Use when the user wants to create variables\u002Ftokens, build component libraries, create individual components with proper variant sets and variable bindings, set up theming (light\u002Fdark modes), document foundations, or reconcile gaps between code and Figma. Also use when the user asks to create or generate any component in Figma — even a single one — since components require proper variable foundations, variant states, and design token bindings to be production-quality. This skill teaches WHAT to build and in WHAT ORDER — it complements the `figma-use` skill which teaches HOW to call the Plugin API. Both skills should be loaded together.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[554,555,556,559,560],{"name":21,"slug":22,"type":15},{"name":485,"slug":486,"type":15},{"name":557,"slug":558,"type":15},"Documentation","documentation",{"name":9,"slug":8,"type":15},{"name":492,"slug":493,"type":15},"2026-09-04T07:27:57.788174",{"slug":4,"name":4,"fn":5,"description":6,"org":563,"tags":564,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[565,566,567,568],{"name":13,"slug":14,"type":15},{"name":21,"slug":22,"type":15},{"name":9,"slug":8,"type":15},{"name":17,"slug":18,"type":15},{"slug":570,"name":570,"fn":571,"description":572,"org":573,"tags":574,"stars":23,"repoUrl":24,"updatedAt":581},"figma-implement-motion","implement Figma animations in production code","Translates Figma motion and animations into production-ready application code. Use when implementing animation\u002Fmotion from a Figma design — user mentions \"implement this motion\", \"add animation from Figma\", \"animate this component\", provides a Figma URL whose node is animated, or when `get_design_context` returns motion data or instructs you to call `get_motion_context`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[575,578,579,580],{"name":576,"slug":577,"type":15},"Animation","animation",{"name":21,"slug":22,"type":15},{"name":9,"slug":8,"type":15},{"name":489,"slug":490,"type":15},"2026-06-25T07:13:13.645254",{"slug":583,"name":583,"fn":584,"description":585,"org":586,"tags":587,"stars":23,"repoUrl":24,"updatedAt":594},"figma-shaders","create and iterate on Figma shaders","**MANDATORY prerequisite** — load this skill before calling `create_shader` or `update_shader`. Use when the user asks to create, author, change, fix, or iterate on a shader effect, shader fill, custom effect, custom fill, or procedural shader in Figma.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[588,589,590,591],{"name":13,"slug":14,"type":15},{"name":21,"slug":22,"type":15},{"name":9,"slug":8,"type":15},{"name":592,"slug":593,"type":15},"Graphics","graphics","2026-09-04T08:00:31.041985",{"slug":596,"name":596,"fn":597,"description":598,"org":599,"tags":600,"stars":23,"repoUrl":24,"updatedAt":616},"figma-swiftui","translate between Figma designs and SwiftUI code","SwiftUI ↔ Figma translation. Use whenever the user mentions Swift, SwiftUI, iOS, iPhone, or iPad — in EITHER direction — translating a Figma design into SwiftUI (design → code), or pushing SwiftUI views \u002F screens \u002F tokens back into a Figma file (code → design). Triggers on phrases like 'implement this Figma design in SwiftUI', 'build this screen in Swift', 'push this SwiftUI view to Figma', 'mirror my Swift code in a Figma file', or whenever a Figma URL appears alongside `.swift` files \u002F an `.xcodeproj`. Routes to a direction-specific reference doc; loads alongside `figma-use` for the code → design path.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[601,602,603,604,607,610,613],{"name":21,"slug":22,"type":15},{"name":9,"slug":8,"type":15},{"name":489,"slug":490,"type":15},{"name":605,"slug":606,"type":15},"iOS","ios",{"name":608,"slug":609,"type":15},"Mobile","mobile",{"name":611,"slug":612,"type":15},"SwiftUI","swiftui",{"name":614,"slug":615,"type":15},"Visual Design","visual-design","2026-06-09T07:16:28.204756",{"slug":618,"name":618,"fn":619,"description":620,"org":621,"tags":622,"stars":23,"repoUrl":24,"updatedAt":626},"figma-use","initialize Figma tool usage","**MANDATORY prerequisite** — you MUST invoke this skill BEFORE every `use_figma` tool call. NEVER call `use_figma` directly without loading this skill first. Skipping it causes common, hard-to-debug failures. Trigger whenever the user wants to perform a write action or a unique read action that requires JavaScript execution in the Figma file context — e.g. create\u002Fedit\u002Fdelete nodes, set up variables or tokens, build components and variants, modify auto-layout or fills, bind variables to properties, or inspect file structure programmatically.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[623,624,625],{"name":21,"slug":22,"type":15},{"name":9,"slug":8,"type":15},{"name":507,"slug":508,"type":15},"2026-09-04T07:27:59.835126",{"slug":628,"name":628,"fn":629,"description":630,"org":631,"tags":632,"stars":23,"repoUrl":24,"updatedAt":642},"figma-use-figjam","use Figma tools in FigJam context","This skill helps agents use Figma's use_figma MCP tool in the FigJam context. Can be used alongside figma-use which has foundational context for using the use_figma tool.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[633,636,637,640,641],{"name":634,"slug":635,"type":15},"Collaboration","collaboration",{"name":21,"slug":22,"type":15},{"name":638,"slug":639,"type":15},"FigJam","figjam",{"name":9,"slug":8,"type":15},{"name":507,"slug":508,"type":15},"2026-09-04T07:27:58.749687",16,{"items":645,"total":643},[646,654,661,668,675,683,691],{"slug":478,"name":478,"fn":479,"description":480,"org":647,"tags":648,"stars":23,"repoUrl":24,"updatedAt":494},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[649,650,651,652,653],{"name":21,"slug":22,"type":15},{"name":485,"slug":486,"type":15},{"name":9,"slug":8,"type":15},{"name":489,"slug":490,"type":15},{"name":492,"slug":493,"type":15},{"slug":496,"name":496,"fn":497,"description":498,"org":655,"tags":656,"stars":23,"repoUrl":24,"updatedAt":509},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[657,658,659,660],{"name":21,"slug":22,"type":15},{"name":9,"slug":8,"type":15},{"name":504,"slug":505,"type":15},{"name":507,"slug":508,"type":15},{"slug":511,"name":511,"fn":512,"description":513,"org":662,"tags":663,"stars":23,"repoUrl":24,"updatedAt":520},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[664,665,666,667],{"name":21,"slug":22,"type":15},{"name":9,"slug":8,"type":15},{"name":489,"slug":490,"type":15},{"name":492,"slug":493,"type":15},{"slug":522,"name":522,"fn":523,"description":524,"org":669,"tags":670,"stars":23,"repoUrl":24,"updatedAt":531},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[671,672,673,674],{"name":21,"slug":22,"type":15},{"name":9,"slug":8,"type":15},{"name":489,"slug":490,"type":15},{"name":492,"slug":493,"type":15},{"slug":533,"name":533,"fn":534,"description":535,"org":676,"tags":677,"stars":23,"repoUrl":24,"updatedAt":547},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[678,679,680,681,682],{"name":539,"slug":540,"type":15},{"name":21,"slug":22,"type":15},{"name":543,"slug":544,"type":15},{"name":9,"slug":8,"type":15},{"name":507,"slug":508,"type":15},{"slug":549,"name":549,"fn":550,"description":551,"org":684,"tags":685,"stars":23,"repoUrl":24,"updatedAt":561},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[686,687,688,689,690],{"name":21,"slug":22,"type":15},{"name":485,"slug":486,"type":15},{"name":557,"slug":558,"type":15},{"name":9,"slug":8,"type":15},{"name":492,"slug":493,"type":15},{"slug":4,"name":4,"fn":5,"description":6,"org":692,"tags":693,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[694,695,696,697],{"name":13,"slug":14,"type":15},{"name":21,"slug":22,"type":15},{"name":9,"slug":8,"type":15},{"name":17,"slug":18,"type":15}]