[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-figma-figma-generate-library-en":3,"guides-for-figma-figma-generate-library":549,"similar-k175ecr7vr38vc0976trem43sd86mvk7-en":550},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":239,"isFallback":226,"parentExtension":243,"providers":279,"relations":283,"repo":284,"tags":546,"workflow":547},1778686847756.415,"k175ecr7vr38vc0976trem43sd86mvk7",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Build or update a professional-grade design system in Figma from a codebase. Use when the user wants to create variables/tokens, build component libraries, set up theming (light/dark modes), document foundations, or reconcile gaps between code and Figma. 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.",{"claudeCode":12},"figma/mcp-server-guide","figma-generate-library","https://github.com/figma/mcp-server-guide",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":224,"workflow":237},1778687010195.999,"kn78zeecjm3vprbmnkrnqmbsyn86m77e","en",{"checks":20,"evaluatedAt":191,"extensionSummary":192,"features":193,"nonGoals":199,"promptVersionExtension":203,"promptVersionScoring":204,"purpose":205,"rationale":206,"score":207,"summary":208,"tags":209,"targetMarket":217,"tier":218,"useCases":219},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,90,94,98,102,106,109,112,115,119,122,125,128,131,134,137,141,145,149,152,156,159,162,165,168,172,175,178,181,184,188],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of building Figma design systems from codebases, targeting users who want to create variables, components, and manage theming.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","This skill orchestrates complex multi-phase workflows for design system generation in Figma, going beyond a simple wrapper by providing domain-specific knowledge and ordering for numerous `use_figma` calls.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a comprehensive, multi-phase workflow with clear user checkpoints, detailed instructions, and robust state management, covering the complete lifecycle of design system creation and maintenance.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses exclusively on orchestrating the creation and updating of Figma design systems from codebases, tightly integrating with the `figma-use` skill and avoiding unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's purpose, clearly outlining its value proposition and complementary relationship with the `figma-use` skill.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill orchestrates calls to the `use_figma` tool, adhering to the expectation of using specific, well-defined actions within the Figma API.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md provides extensive documentation on variable types, scopes, code syntax, component properties, and naming conventions, with clear examples for each.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The skill primarily orchestrates the `use_figma` tool, and its internal scripts use clear, descriptive names that align with their functionality.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The skill's primary interaction is through the `use_figma` tool's scoped parameters, and its internal scripts manage state via pluginData and structured return values, minimizing extraneous output.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension appears to be under a permissive open-source license based on its presence in the Figma repository and typical open-source practices.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commits within the last 3 months, indicating active maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill is a pure JavaScript implementation that operates within the Figma Plugin API and does not appear to rely on external third-party dependencies that would require explicit management.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill operates within the Figma Plugin API and does not handle or expose any secrets or credentials.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill's logic is self-contained within its bundled scripts and relies on the Figma API, which is designed to handle user input safely. It does not load or execute untrusted third-party data.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill operates entirely within the Figma Plugin API and does not fetch or execute external code or data at runtime.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates within the Figma Plugin sandbox environment and does not attempt to access or modify files outside its designated scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The bundled scripts do not contain any primitives that could lead to sandbox escapes, such as detached processes or retry loops.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill operates within the Figma Plugin API and does not perform any outbound network calls or submit any user data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled markdown and script files are free of hidden steering tricks, invisible characters, or obfuscated content.",{"category":66,"check":88,"severity":24,"summary":89},"Opaque code execution","All bundled scripts are plain, readable JavaScript and do not involve obfuscation, base64 encoding, or runtime code fetching.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill relies on standard Figma API interactions and does not make assumptions about the user's local project file structure outside of the Figma environment.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","The repository has 0 open and 0 closed issues in the last 90 days, indicating either a new/stable project or infrequent issues.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The extension has a meaningful commit history and is managed via Git, with no explicit versioning scheme like semver found in manifests but no reliance on 'main' for installation.",{"category":103,"check":104,"severity":24,"summary":105},"Code Execution","Validation","The skill includes a `validateCreation` script that performs structural checks on created nodes, ensuring consistency and catching errors.",{"category":66,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The skill is primarily focused on creation and updates within Figma, not destructive operations; any modifications are part of the design system build process and governed by user checkpoints.",{"category":103,"check":110,"severity":24,"summary":111},"Error Handling","The skill's scripts include robust error handling, checking for node existence, variable availability, and font loading, providing specific error messages for debugging.",{"category":103,"check":113,"severity":24,"summary":114},"Logging","The skill utilizes `pluginData` and `sharedPluginData` for state management and idempotency tracking, which serves as a form of audit logging for build processes.",{"category":116,"check":117,"severity":24,"summary":118},"Compliance","GDPR","The skill operates within the Figma Plugin API and does not handle personal data; all operations are confined to Figma file structure and token management.",{"category":116,"check":120,"severity":24,"summary":121},"Target market","The skill's functionality is generic to Figma file operations and design system creation, with no regional or jurisdictional limitations detected; it is globally applicable.",{"category":91,"check":123,"severity":24,"summary":124},"Runtime stability","The skill relies on the Figma Plugin API and standard JavaScript, ensuring broad compatibility across supported Figma clients and operating systems.",{"category":44,"check":126,"severity":24,"summary":127},"README","The README.md provides a comprehensive overview of the Figma MCP server, its features, installation instructions, and best practices for prompting and file structure.",{"category":33,"check":129,"severity":24,"summary":130},"Tool surface size","The skill orchestrates the Figma Plugin API tools and internal scripts, keeping the exposed surface manageable and focused on design system generation.",{"category":40,"check":132,"severity":24,"summary":133},"Overlapping near-synonym tools","The skill coordinates a specific set of operations related to design system building within Figma, avoiding redundant or overlapping tool functions.",{"category":44,"check":135,"severity":24,"summary":136},"Phantom features","All advertised features related to design system generation, token management, and component creation are implemented through the bundled scripts and Figma API interactions.",{"category":138,"check":139,"severity":24,"summary":140},"Install","Installation instruction","The README.md provides clear, copy-pasteable installation and setup instructions for multiple clients (VS Code, Cursor, Claude Code, Gemini CLI) and includes invocation examples.",{"category":142,"check":143,"severity":24,"summary":144},"Errors","Actionable error messages","The skill's scripts provide detailed error messages that include context about the failure, potential causes, and debugging steps.",{"category":146,"check":147,"severity":63,"summary":148},"Execution","Pinned dependencies","The skill is a self-contained JavaScript implementation using the Figma Plugin API and does not have external dependencies requiring pinning.",{"category":33,"check":150,"severity":63,"summary":151},"Dry-run preview","The skill operates within Figma's creation/update logic, and user checkpoints serve as the primary mechanism for preview and approval, rather than a specific dry-run flag.",{"category":153,"check":154,"severity":24,"summary":155},"Protocol","Idempotent retry & timeouts","The skill utilizes `sharedPluginData` and `run_id` tagging for idempotency, allowing safe retries and state reconstruction, and its operations within Figma are generally atomic.",{"category":116,"check":157,"severity":63,"summary":158},"Telemetry opt-in","The skill does not emit any telemetry; all its operations are confined to the Figma Plugin API and local file processing.",{"category":40,"check":160,"severity":24,"summary":161},"Precise Purpose","The description clearly states the skill builds design systems in Figma from codebases, targeting users who want to create variables, components, and theme systems, and explicitly complements the `figma-use` skill.",{"category":40,"check":163,"severity":24,"summary":164},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's purpose, outlining its role in building design systems and its relationship with `figma-use`.",{"category":44,"check":166,"severity":24,"summary":167},"Concise Body","The SKILL.md is well-structured with clear sections and references external markdown files for detailed procedures, keeping the main document concise.",{"category":169,"check":170,"severity":24,"summary":171},"Context","Progressive Disclosure","The SKILL.md utilizes references to detailed guides (e.g., `references/component-creation.md`) for complex topics, enabling progressive disclosure of information.",{"category":169,"check":173,"severity":63,"summary":174},"Forked exploration","The skill's workflow does not involve deep exploration or analysis of external codebases; it operates directly on Figma file structure via the Plugin API.",{"category":22,"check":176,"severity":24,"summary":177},"Usage examples","The documentation includes numerous detailed, ready-to-use JavaScript code examples for various tasks like creating components, variables, and documentation pages.",{"category":22,"check":179,"severity":24,"summary":180},"Edge cases","The documentation addresses critical aspects like idempotency, error recovery, variable mode limits, font loading failures, and component naming conventions with specific recovery steps.",{"category":103,"check":182,"severity":63,"summary":183},"Tool Fallback","The skill primarily relies on the Figma Plugin API and does not reference external MCP servers or custom tooling that would require fallbacks.",{"category":185,"check":186,"severity":24,"summary":187},"Safety","Halt on unexpected state","The skill's scripts incorporate idempotency checks and error handling to halt execution on unexpected states or missing prerequisites, preventing data corruption.",{"category":91,"check":189,"severity":24,"summary":190},"Cross-skill coupling","The skill explicitly mentions its dependency on `figma-use` but its internal logic is self-contained and focuses on design system generation tasks.",1778687010076,"This skill automates the process of building and updating Figma design systems from codebases, including creating variables, components, styles, and documentation pages, by orchestrating calls to the Figma Plugin API.",[194,195,196,197,198],"Builds Figma design systems from codebases","Automates variable and token creation","Generates component sets with variants and properties","Creates documentation pages for foundations and components","Provides detailed error recovery and idempotency patterns",[200,201,202],"Directly generating code from Figma designs (that's the role of `figma-use`)","Managing Figma file permissions or user access","Performing actions outside the Figma Plugin API sandbox","3.0.0","4.4.0","To enable users to systematically build professional-grade Figma design systems that align with their codebase, covering everything from token creation to component variant generation and documentation.","The skill demonstrates exceptional documentation quality, robust error handling, comprehensive examples, and strong adherence to Figma API best practices for creating design systems. It covers idempotency, state management, and user checkpoints effectively.",100,"An expert-level skill for automating Figma design system creation with extensive documentation and robust error handling.",[210,211,212,213,214,215,216],"figma","design-system","tokens","components","automation","ux","figma-plugin","global","verified",[220,221,222,223],"Create a new design system in Figma based on a codebase's tokens and components","Update an existing Figma design system to match code changes","Generate visual documentation for design tokens (colors, spacing, typography)","Standardize component creation process with variant matrices and property bindings",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"security":235,"testCoverage":236},{"hasLockfile":226},false,1778686999446,{"descriptionLength":229,"readmeSize":230},425,24576,{"closedIssues90d":8,"forks":232,"hasChangelog":226,"openIssues90d":8,"pushedAt":233,"stars":234},127,1778659272000,1409,{"hasNpmPackage":226,"smitheryVerified":226},{"hasCi":226,"hasTests":226},{"updatedAt":238},1778687010196,{"basePath":240,"githubOwner":210,"githubRepo":241,"locale":18,"slug":13,"type":242},"skills/figma-generate-library","mcp-server-guide","skill",{"_creationTime":244,"_id":245,"community":246,"display":247,"identity":253,"parentExtension":256,"providers":257,"relations":272,"tags":274,"workflow":275},1778686847756.4138,"k17fwrw2bg5z2mpmdtdsybp8t986mwe7",{"reviewCount":8},{"description":248,"installMethods":249,"name":252,"sourceUrl":14},"Plugin that includes the Figma MCP server and Skills for common workflows",{"claudeCode":210,"cursor":250,"geminiCli":251},"/add-plugin figma","gemini extensions install https://github.com/figma/mcp-server-guide","Figma MCP Server",{"basePath":254,"githubOwner":210,"githubRepo":241,"locale":18,"slug":241,"type":255},"","plugin",null,{"evaluate":258,"extract":266},{"promptVersionExtension":203,"promptVersionScoring":204,"score":259,"tags":260,"targetMarket":217,"tier":218},95,[210,261,262,263,264,265],"mcp","design","ui","code-connect","developer-tools",{"commitSha":267,"license":268,"plugin":269},"HEAD","MIT",{"mcpCount":8,"provider":270,"skillCount":271},"classify",7,{"repoId":273},"kd7d0zdmxx32hmcpg7qqv27da586m6xa",[264,262,265,210,261,263],{"evaluatedAt":276,"extractAt":277,"updatedAt":278},1778686867988,1778686847756,1778687292507,{"evaluate":280,"extract":282},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":281,"targetMarket":217,"tier":218},[210,211,212,213,214,215,216],{"commitSha":267},{"parentExtensionId":245,"repoId":273},{"_creationTime":285,"_id":273,"identity":286,"providers":287,"workflow":542},1778686843197.7612,{"githubOwner":210,"githubRepo":241,"sourceUrl":14},{"classify":288,"discover":535,"github":538},{"commitSha":267,"extensions":289},[290,320,333,341,349,371,409,457,491,527],{"basePath":254,"description":248,"displayName":210,"installMethods":291,"rationale":292,"selectedPaths":293,"source":319,"sourceLanguage":18,"type":255},{"claudeCode":210},"plugin manifest at .claude-plugin/plugin.json (coalesced with duplicate plugin at .github/plugin)",[294,297,299,302,304,306,308,310,312,314,316],{"path":295,"priority":296},".claude-plugin/plugin.json","mandatory",{"path":298,"priority":296},"README.md",{"path":300,"priority":301},"skills/figma-code-connect/SKILL.md","medium",{"path":303,"priority":301},"skills/figma-create-new-file/SKILL.md",{"path":305,"priority":301},"skills/figma-generate-design/SKILL.md",{"path":307,"priority":301},"skills/figma-generate-diagram/SKILL.md",{"path":309,"priority":301},"skills/figma-generate-library/SKILL.md",{"path":311,"priority":301},"skills/figma-use/SKILL.md",{"path":313,"priority":301},"skills/figma-use-figjam/SKILL.md",{"path":315,"priority":296},".mcp.json",{"path":317,"priority":318},".cursor-plugin/plugin.json","high","rule",{"basePath":321,"description":322,"displayName":323,"installMethods":324,"rationale":325,"selectedPaths":326,"source":319,"sourceLanguage":18,"type":242},"skills/figma-code-connect","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/update .figma.ts or .figma.js files.","figma-code-connect",{"claudeCode":12},"SKILL.md frontmatter at skills/figma-code-connect/SKILL.md",[327,329,331],{"path":328,"priority":296},"SKILL.md",{"path":330,"priority":301},"references/advanced-patterns.md",{"path":332,"priority":301},"references/api.md",{"basePath":334,"description":335,"displayName":336,"installMethods":337,"rationale":338,"selectedPaths":339,"source":319,"sourceLanguage":18,"type":242},"skills/figma-create-new-file","**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 — /figma-create-new-file [editorType] [fileName] (e.g. /figma-create-new-file figjam My Whiteboard, /figma-create-new-file slides Q3 Review)","figma-create-new-file",{"claudeCode":12},"SKILL.md frontmatter at skills/figma-create-new-file/SKILL.md",[340],{"path":328,"priority":296},{"basePath":342,"description":343,"displayName":344,"installMethods":345,"rationale":346,"selectedPaths":347,"source":319,"sourceLanguage":18,"type":242},"skills/figma-generate-design","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/page and build it in Figma', 'create a screen', 'build a landing page in Figma', 'update the Figma screen to match code', 'convert this modal/dialog/drawer/panel 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.","figma-generate-design",{"claudeCode":12},"SKILL.md frontmatter at skills/figma-generate-design/SKILL.md",[348],{"path":328,"priority":296},{"basePath":350,"description":351,"displayName":352,"installMethods":353,"rationale":354,"selectedPaths":355,"source":319,"sourceLanguage":18,"type":242},"skills/figma-generate-diagram","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.).","figma-generate-diagram",{"claudeCode":12},"SKILL.md frontmatter at skills/figma-generate-diagram/SKILL.md",[356,357,359,361,363,365,367,369],{"path":328,"priority":296},{"path":358,"priority":301},"references/architecture.md",{"path":360,"priority":301},"references/erd.md",{"path":362,"priority":301},"references/flowchart.md",{"path":364,"priority":301},"references/gantt.md",{"path":366,"priority":301},"references/sequence.md",{"path":368,"priority":301},"references/state.md",{"path":370,"priority":301},"references/workflow.md",{"basePath":240,"description":10,"displayName":13,"installMethods":372,"rationale":373,"selectedPaths":374,"source":319,"sourceLanguage":18,"type":242},{"claudeCode":12},"SKILL.md frontmatter at skills/figma-generate-library/SKILL.md",[375,376,378,380,382,384,386,388,390,393,395,397,399,401,403,405,407],{"path":328,"priority":296},{"path":377,"priority":301},"references/code-connect-setup.md",{"path":379,"priority":301},"references/component-creation.md",{"path":381,"priority":301},"references/discovery-phase.md",{"path":383,"priority":301},"references/documentation-creation.md",{"path":385,"priority":301},"references/error-recovery.md",{"path":387,"priority":301},"references/naming-conventions.md",{"path":389,"priority":301},"references/token-creation.md",{"path":391,"priority":392},"scripts/bindVariablesToComponent.js","low",{"path":394,"priority":392},"scripts/cleanupOrphans.js",{"path":396,"priority":392},"scripts/createComponentWithVariants.js",{"path":398,"priority":392},"scripts/createDocumentationPage.js",{"path":400,"priority":392},"scripts/createSemanticTokens.js",{"path":402,"priority":392},"scripts/createVariableCollection.js",{"path":404,"priority":392},"scripts/inspectFileStructure.js",{"path":406,"priority":392},"scripts/rehydrateState.js",{"path":408,"priority":392},"scripts/validateCreation.js",{"basePath":410,"description":411,"displayName":412,"installMethods":413,"rationale":414,"selectedPaths":415,"source":319,"sourceLanguage":18,"type":242},"skills/figma-use","**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/edit/delete nodes, set up variables or tokens, build components and variants, modify auto-layout or fills, bind variables to properties, or inspect file structure programmatically.","figma-use",{"claudeCode":12},"SKILL.md frontmatter at skills/figma-use/SKILL.md",[416,417,419,421,423,425,427,429,431,433,435,437,439,441,443,445,447,449,451,453,455],{"path":328,"priority":296},{"path":418,"priority":301},"references/api-reference.md",{"path":420,"priority":301},"references/common-patterns.md",{"path":422,"priority":301},"references/component-patterns.md",{"path":424,"priority":301},"references/effect-style-patterns.md",{"path":426,"priority":301},"references/gotchas.md",{"path":428,"priority":301},"references/plugin-api-patterns.md",{"path":430,"priority":301},"references/plugin-api-standalone.d.ts",{"path":432,"priority":301},"references/plugin-api-standalone.index.md",{"path":434,"priority":301},"references/text-style-patterns.md",{"path":436,"priority":301},"references/validation-and-recovery.md",{"path":438,"priority":301},"references/variable-patterns.md",{"path":440,"priority":301},"references/working-with-design-systems/wwds-components--creating.md",{"path":442,"priority":301},"references/working-with-design-systems/wwds-components--using.md",{"path":444,"priority":301},"references/working-with-design-systems/wwds-components.md",{"path":446,"priority":301},"references/working-with-design-systems/wwds-effect-styles.md",{"path":448,"priority":301},"references/working-with-design-systems/wwds-text-styles.md",{"path":450,"priority":301},"references/working-with-design-systems/wwds-variables--creating.md",{"path":452,"priority":301},"references/working-with-design-systems/wwds-variables--using.md",{"path":454,"priority":301},"references/working-with-design-systems/wwds-variables.md",{"path":456,"priority":301},"references/working-with-design-systems/wwds.md",{"basePath":458,"description":459,"displayName":460,"installMethods":461,"rationale":462,"selectedPaths":463,"source":319,"sourceLanguage":18,"type":242},"skills/figma-use-figjam","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.","figma-use-figjam",{"claudeCode":12},"SKILL.md frontmatter at skills/figma-use-figjam/SKILL.md",[464,465,467,469,471,473,475,477,479,481,483,485,487,489],{"path":328,"priority":296},{"path":466,"priority":301},"references/batch-modify.md",{"path":468,"priority":301},"references/create-code-block.md",{"path":470,"priority":301},"references/create-connector.md",{"path":472,"priority":301},"references/create-label.md",{"path":474,"priority":301},"references/create-section.md",{"path":476,"priority":301},"references/create-shape-with-text.md",{"path":478,"priority":301},"references/create-sticky.md",{"path":480,"priority":301},"references/create-table.md",{"path":482,"priority":301},"references/create-text.md",{"path":484,"priority":301},"references/edit-text.md",{"path":486,"priority":301},"references/figjam-colors.md",{"path":488,"priority":301},"references/plan-board-content.md",{"path":490,"priority":301},"references/position-figjam-nodes.md",{"basePath":492,"description":493,"displayName":494,"installMethods":495,"rationale":496,"selectedPaths":497,"source":319,"sourceLanguage":18,"type":242},"workflow-skills/generate-project-plan","Generate a FigJam project plan board from a PRD plus codebase context. Interactive flow: research → propose sections → per-section deep research → per-section content + block-shape proposal → create FigJam → skeleton → fill → diagrams → wrap. Each content block (section, nested section, intro callout, table, multi-column text, sticky column, diagram section, metadata strip) has its own subskill reference file. Use when the user asks for 'project plan in FigJam', 'interactive project plan', '/generate-project-plan', or provides a PRD and wants per-section confirmation on content + rendering.","generate-project-plan",{"claudeCode":12},"SKILL.md frontmatter at workflow-skills/generate-project-plan/SKILL.md",[498,499,501,503,505,507,509,511,513,515,517,519,521,523,525],{"path":328,"priority":296},{"path":500,"priority":301},"references/blocks/diagram-section.md",{"path":502,"priority":301},"references/blocks/intro-callout.md",{"path":504,"priority":301},"references/blocks/metadata-strip.md",{"path":506,"priority":301},"references/blocks/multi-column-text.md",{"path":508,"priority":301},"references/blocks/nested-section.md",{"path":510,"priority":301},"references/blocks/section.md",{"path":512,"priority":301},"references/blocks/sticky-column.md",{"path":514,"priority":301},"references/blocks/table.md",{"path":516,"priority":301},"references/blocks/text-primitives.md",{"path":518,"priority":301},"references/foundation/codebase-grounding.md",{"path":520,"priority":301},"references/foundation/layout.md",{"path":522,"priority":301},"references/foundation/palette.md",{"path":524,"priority":301},"references/foundation/plugin-api-traps.md",{"path":526,"priority":301},"references/section-catalog.md",{"basePath":254,"installMethods":528,"rationale":530,"selectedPaths":531,"source":319,"sourceLanguage":18,"type":261},{"remote":529},"https://mcp.figma.com/mcp","server.json with namespace/server name at server.json",[532,534],{"path":533,"priority":296},"server.json",{"path":298,"priority":296},{"sources":536},[537],"manual",{"closedIssues90d":8,"description":539,"forks":232,"homepage":540,"openIssues90d":8,"pushedAt":233,"readmeSize":230,"stars":234,"topics":541},"A guide on how to use the Figma MCP server","https://help.figma.com/hc/en-us/articles/32132100833559-Guide-to-the-Dev-Mode-MCP-Server",[],{"classifiedAt":543,"discoverAt":544,"extractAt":545,"githubAt":545,"updatedAt":543},1778686847568,1778686843197,1778686845742,[214,213,211,210,216,212,215],{"evaluatedAt":238,"extractAt":277,"updatedAt":548},1778687293262,[],[551,579,606,626,653,682],{"_creationTime":552,"_id":553,"community":554,"display":555,"identity":561,"providers":566,"relations":572,"tags":574,"workflow":575},1778699106670.4268,"k179cgk616p3xva37r5jqsfwvh86mcp2",{"reviewCount":8},{"description":556,"installMethods":557,"name":559,"sourceUrl":560},"Use when work depends on the user's live browser session or visible rendered state rather than static fetches, especially for browser debugging contexts or DevTools-selected elements or requests, logged-in dashboards or CMS flows, localhost apps, forms, uploads, downloads, media inspection, DOM or iframe inspection, Shadow DOM, or browser failures that look like soft 404s, auth walls, anti-bot checks, or rate limits.",{"claudeCode":558},"xixu-me/skills","Use My Browser","https://github.com/xixu-me/skills",{"basePath":562,"githubOwner":563,"githubRepo":564,"locale":18,"slug":565,"type":242},"skills/use-my-browser","xixu-me","skills","use-my-browser",{"evaluate":567,"extract":571},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":568,"targetMarket":217,"tier":218},[569,570,214,215,265],"browser","debugging",{"commitSha":267,"license":268},{"repoId":573},"kd77r2vb42jmgam0qbr9f2c6kn86mebv",[214,569,570,265,215],{"evaluatedAt":576,"extractAt":577,"updatedAt":578},1778699261239,1778699106670,1778699384978,{"_creationTime":580,"_id":581,"community":582,"display":583,"identity":589,"providers":593,"relations":599,"tags":602,"workflow":603},1778668208695.1426,"k177xnn65jm40ksxjy30q34rmh86mah9",{"reviewCount":8},{"description":584,"installMethods":585,"name":587,"sourceUrl":588},"Component consistency audit covering state coverage, hierarchy, patterns",{"claudeCode":586},"Aboudjem/ui-ux-suite","component-audit","https://github.com/Aboudjem/ui-ux-suite",{"basePath":590,"githubOwner":591,"githubRepo":592,"locale":18,"slug":587,"type":242},"skills/component-audit","Aboudjem","ui-ux-suite",{"evaluate":594,"extract":598},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":595,"targetMarket":217,"tier":218},[263,215,262,596,213,597],"audit","frontend",{"commitSha":267},{"parentExtensionId":600,"repoId":601},"k178zeec8jajqdrczrynw6x3fx86mm8h","kd75532596tdmk72j9k55b0qqn86n5et",[596,213,262,597,263,215],{"evaluatedAt":604,"extractAt":605,"updatedAt":604},1778669970573,1778668208695,{"_creationTime":607,"_id":608,"community":609,"display":610,"identity":614,"providers":616,"relations":622,"tags":623,"workflow":624},1778668208695.1445,"k172151wzg7h0b8j25hjm4024x86ngbp",{"reviewCount":8},{"description":611,"installMethods":612,"name":613,"sourceUrl":588},"Prioritized redesign action plan covering quick wins, medium effort, major rework",{"claudeCode":586},"refactor-plan",{"basePath":615,"githubOwner":591,"githubRepo":592,"locale":18,"slug":613,"type":242},"skills/refactor-plan",{"evaluate":617,"extract":621},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":618,"targetMarket":217,"tier":218},[211,215,596,619,620],"cli","javascript",{"commitSha":267,"license":268},{"parentExtensionId":600,"repoId":601},[596,619,211,620,215],{"evaluatedAt":625,"extractAt":605,"updatedAt":625},1778670100990,{"_creationTime":627,"_id":628,"community":629,"display":630,"identity":636,"providers":640,"relations":647,"tags":649,"workflow":650},1778697513812.0615,"k17eacppkyyfhscq04j2b8q3gs86nceg",{"reviewCount":8},{"description":631,"installMethods":632,"name":634,"sourceUrl":635},"Design system bootstrapping and token generation. Takes project context and outputs ready-to-use design tokens, Tailwind config, and CSS variables.",{"claudeCode":633},"spartan-stratos/spartan-ai-toolkit","design-intelligence","https://github.com/spartan-stratos/spartan-ai-toolkit",{"basePath":637,"githubOwner":638,"githubRepo":639,"locale":18,"slug":634,"type":242},".codex/skills/design-intelligence","spartan-stratos","spartan-ai-toolkit",{"evaluate":641,"extract":646},{"promptVersionExtension":203,"promptVersionScoring":204,"score":642,"tags":643,"targetMarket":217,"tier":218},98,[211,212,644,645,214,215],"tailwind","css",{"commitSha":267},{"repoId":648},"kd73rjj0rnrv7y0rz9qc3psn0586n75g",[214,645,211,644,212,215],{"evaluatedAt":651,"extractAt":652,"updatedAt":651},1778697710523,1778697513812,{"_creationTime":654,"_id":655,"community":656,"display":657,"identity":663,"providers":667,"relations":676,"tags":678,"workflow":679},1778696113180.814,"k1761rwsvz28qcfzrk4ckpacn186mz53",{"reviewCount":8},{"description":658,"installMethods":659,"name":661,"sourceUrl":662},"Build or audit a design system including component library, design tokens, naming conventions, contribution model, and documentation. Use this skill whenever the user wants to build a design system, audit an existing system, define design tokens at the system level, structure a component library, or set up design system governance. Triggers on design system, component library, design tokens, atomic design, atoms, molecules, organisms, design system documentation, Storybook, Figma library, system governance, design contribution model. Also triggers when teams are inconsistent across products and a system is the answer.",{"claudeCode":660},"rampstackco/claude-skills","Design System","https://github.com/rampstackco/claude-skills",{"basePath":664,"githubOwner":665,"githubRepo":666,"locale":18,"slug":211,"type":242},"skills/design-system","rampstackco","claude-skills",{"evaluate":668,"extract":675},{"promptVersionExtension":203,"promptVersionScoring":204,"score":642,"tags":669,"targetMarket":217,"tier":218},[211,670,671,672,673,210,674],"component-library","design-tokens","documentation","governance","storybook",{"commitSha":267,"license":268},{"repoId":677},"kd7bebccrrd1xf6w868aggftrd86m86v",[670,211,671,672,210,673,674],{"evaluatedAt":680,"extractAt":681,"updatedAt":680},1778696750206,1778696113180,{"_creationTime":683,"_id":684,"community":685,"display":686,"identity":690,"providers":693,"relations":700,"tags":702,"workflow":703},1778695021936.5566,"k177zpe71mwzhdxrdamjmw054s86mh5d",{"reviewCount":8},{"description":10,"installMethods":687,"name":13,"sourceUrl":689},{"claudeCode":688},"openai/skills","https://github.com/openai/skills",{"basePath":691,"githubOwner":692,"githubRepo":564,"locale":18,"slug":13,"type":242},"skills/.curated/figma-generate-library","openai",{"evaluate":694,"extract":699},{"promptVersionExtension":203,"promptVersionScoring":204,"score":259,"tags":695,"targetMarket":217,"tier":698},[210,211,214,696,697],"code-sync","figma-plugin-api","community",{"commitSha":267},{"repoId":701},"kd75n2zj3yh472p25zffgycved86mnpx",[214,696,211,210,697],{"evaluatedAt":704,"extractAt":705,"updatedAt":704},1778695165458,1778695021936]