[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-figma-figma-use-zh-CN":3,"guides-for-figma-figma-use":550,"similar-k17enzg2p8v6mm1gz9mc6fcx2586mv48-zh-CN":551},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":237,"isFallback":224,"parentExtension":241,"providers":278,"relations":282,"repo":284,"tags":547,"workflow":548},1778687184373.722,"k17enzg2p8v6mm1gz9mc6fcx2586mv48",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"**强制性先决条件** — 在每次调用 `use_figma` 工具之前，您**必须**调用此技能。切勿在未先加载此技能的情况下直接调用 `use_figma`。跳过它会导致常见且难以调试的故障。每当用户希望在 Figma 文件上下文中执行写入操作或需要 JavaScript 执行的唯一读取操作时触发 — 例如创建/编辑/删除节点、设置变量或令牌、构建组件和变体、修改自动布局或填充、将变量绑定到属性，或以编程方式检查文件结构。",{"claudeCode":12},"figma/mcp-server-guide","figma-use","https://github.com/figma/mcp-server-guide",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":222,"workflow":235},1778687184373.7222,"kn74atkadhzh4n1c17en9j475h86nw3h","zh-CN",{"checks":20,"evaluatedAt":191,"extensionSummary":192,"features":193,"nonGoals":199,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"tier":216,"useCases":217},[21,26,29,32,36,39,44,48,51,54,58,62,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","描述清楚地说明了在执行写入操作或复杂读取操作之前调用此技能是 `use_figma` 的强制性先决条件，并强调了跳过此操作可能导致难以调试的故障。",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","该技能为与 Figma 插件 API 交互提供了关键的抽象和安全层，抽象了复杂的排序规则和错误处理，这提供了超越直接 API 调用的显著价值。",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","该技能的文档非常广泛，涵盖了通过插件 API 与 Figma 交互的整个生命周期，包括详细的模式、陷阱和错误恢复，表明已为生产使用做好准备。",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","该技能完全专注于提供与 Figma 插件 API 交互的接口和规则，不捆绑任何无关的功能。",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","显示的描述高度准确、简洁，并清晰地概述了该技能的强制性以及 Figma 写入操作的触发条件。",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","该技能不公开单个工具；它作为 `use_figma` 工具的包装器，而 `use_figma` 工具本身就作用于 Figma 操作。",{"category":45,"check":46,"severity":24,"summary":47},"Documentation","Configuration & parameter reference","所有 API 用法、关键规则和模式都已在 SKILL.md 及其引用的文件中进行了细致的记录，没有隐含参数或不明确的优先级顺序。",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","该技能本身是一个单元，并且底层的 `use_figma` 工具命名得当。",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","该技能的接口依赖于 `use_figma` 工具，该工具通过结构化数据处理输入和输出，确保了最小化且类型化的接口。",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","该存储库根据 MIT 许可证授权，该许可证是宽松且广泛可用的。",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","该存储库显示最近 12 个月内的提交记录，表明正在积极维护。",{"category":59,"check":63,"severity":42,"summary":64},"Dependency Management","该技能似乎不依赖任何需要显式管理的第三方依赖项。",{"category":66,"check":67,"severity":42,"summary":68},"Security","Secret Management","该技能通过 API 端点与 Figma 交互，似乎不直接处理或暴露秘密。",{"category":66,"check":70,"severity":24,"summary":71},"Injection","SKILL.md 明确引用 `plugin-api-standalone.d.ts` 作为事实来源，并强调安全使用 API，从而降低了注入风险。",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","该技能的执行包含在 Figma 插件 API 上下文中，不涉及在运行时获取或执行外部代码。",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","操作被限制在 Figma 插件 API 沙箱内，没有迹象表明尝试访问文件或执行 Figma 上下文之外的操作。",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","在提供的文档中，没有证据表明存在分离进程、围绕拒绝调用的重试循环或其他沙箱逃逸原语。",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","该技能的功能仅限于与 Figma 数据交互，不涉及将机密用户数据提交给第三方。",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","捆绑的内容和文档似乎没有隐藏的指令技巧、控制字符或不可见的 Unicode 标签。",{"category":66,"check":88,"severity":24,"summary":89},"Opaque code execution","执行的代码是 Figma 插件 API 的一部分，并且没有经过混淆、base64 编码或在没有源映射的情况下进行缩小处理。",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","该技能的模式和示例强调发现现有的文件结构和约定，而不是对用户项目组织进行假设。",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","最近 90 天内没有未解决的问题，表明响应及时或目前没有报告的问题。",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","该存储库在其提交历史中检测到有意义的版本，表明存在发布流程。",{"category":103,"check":104,"severity":24,"summary":105},"Code Execution","Validation","文档通过遵循插件 API 的严格规则和模式，包括返回结构化错误数据，强烈强调验证和清理。",{"category":66,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","尽管该技能支持写入操作，但文档强调原子执行和错误处理，隐含地防止了无保护的破坏性操作。",{"category":103,"check":110,"severity":24,"summary":111},"Error Handling","文档详细说明了错误恢复模式，强调原子脚本执行、清晰的错误消息以及将所有输出用于 `return` 值，从而确保了强大的错误处理。",{"category":103,"check":113,"severity":42,"summary":114},"Logging","该技能的交互模型侧重于使用 `return` 值进行输出，并且 Figma 环境内的日志记录由宿主应用程序管理。",{"category":116,"check":117,"severity":42,"summary":118},"Compliance","GDPR","该技能与 Figma 设计数据交互，似乎不直接处理个人数据。",{"category":116,"check":120,"severity":24,"summary":121},"Target market","该技能的功能与 Figma 应用程序相关，不受地域限制，因此具有全球适用性。",{"category":91,"check":123,"severity":24,"summary":124},"Runtime stability","该技能在 Figma 插件 API 环境中运行，避免了潜在的操作系统或 shell 依赖性。",{"category":45,"check":126,"severity":24,"summary":127},"README","README 提供了 Figma MCP 服务器、其功能、安装和提示指南的全面概述。",{"category":33,"check":129,"severity":42,"summary":130},"Tool surface size","这是一个技能包装器，而不是工具集；它不公开多个独立的工具。",{"category":40,"check":132,"severity":42,"summary":133},"Overlapping near-synonym tools","该技能充当 `use_figma` 工具的单个包装器，不公开重叠的工具。",{"category":45,"check":135,"severity":24,"summary":136},"Phantom features","所有宣传的功能和能力都直接由 Figma 插件 API 支持，并在 SKILL.md 和参考文件中得到广泛记录。",{"category":138,"check":139,"severity":24,"summary":140},"Install","Installation instruction","README 提供了清晰、可复制粘贴的安装和设置说明，适用于多种编辑器（VS Code、Cursor、Claude Code、Gemini CLI）以及手动配置。",{"category":142,"check":143,"severity":24,"summary":144},"Errors","Actionable error messages","文档详细介绍了在使用插件 API 时遇到的常见错误的解释和恢复方法。",{"category":146,"check":147,"severity":42,"summary":148},"Execution","Pinned dependencies","该技能在 Figma 插件 API 上下文中运行，并且不捆绑需要固定的外部依赖项的脚本。",{"category":33,"check":150,"severity":42,"summary":151},"Dry-run preview","Figma 插件 API 本身不支持画布操作的试运行模式；`use_figma` 调用的原子性起到了安全机制的作用。",{"category":153,"check":154,"severity":24,"summary":155},"Protocol","Idempotent retry & timeouts","原子化的 `use_figma` 调用以及对增量、经过验证的步骤的强调，减轻了与幂等性和超时相关的问题。",{"category":116,"check":157,"severity":42,"summary":158},"Telemetry opt-in","该技能不发出遥测数据；交互数据由宿主应用程序和 Figma 的后端管理。",{"category":40,"check":160,"severity":24,"summary":161},"Precise Purpose","该技能的目的被精确定义为 `use_figma` 处理 Figma 文件中的写入操作和复杂读取操作的强制性先决条件。",{"category":40,"check":163,"severity":24,"summary":164},"Concise Frontmatter","Frontmatter 简洁、自包含，并有效总结了该技能的核心功能和强制性用法。",{"category":45,"check":166,"severity":24,"summary":167},"Concise Body","SKILL.md 结构良好，通过引用实现渐进式披露，保持主正文简洁且专注。",{"category":169,"check":170,"severity":24,"summary":171},"Context","Progressive Disclosure","通过链接的引用提供了广泛的文档，避免了 SKILL.md 的臃肿，并允许渐进式披露细节。",{"category":169,"check":173,"severity":42,"summary":174},"Forked exploration","该技能的目的不是深入探索，而是结构化地与 Figma API 交互；上下文分叉不适用。",{"category":22,"check":176,"severity":24,"summary":177},"Usage examples","文档中包含大量可直接使用的端到端示例，涵盖了各种 API 模式和常见任务，展示了可观察的结果。",{"category":22,"check":179,"severity":24,"summary":180},"Edge cases","“陷阱与常见错误”文档详细介绍了许多边缘情况、故障模式和恢复步骤，并附有清晰的解释和代码示例。",{"category":103,"check":182,"severity":42,"summary":183},"Tool Fallback","该技能直接使用 Figma MCP 服务器提供的 `use_figma` 工具，并且没有具有回退机制的外部工具依赖项。",{"category":185,"check":186,"severity":24,"summary":187},"Safety","Halt on unexpected state","文档强调了原子操作，并提供了关于从意外状态或错误中停止和恢复的清晰指南，而不是自动提交更改。",{"category":91,"check":189,"severity":24,"summary":190},"Cross-skill coupling","该技能是独立的，专注于 Figma 交互；它不隐式依赖其他技能，并提供与 `figma-generate-design` 等相关技能的显式交叉链接。",1778687019204,"此技能提供了一个与 Figma 插件 API 交互的关键接口，抽象了复杂的操作，并强制执行了在 Figma 文件中创建、修改和管理设计元素的最佳实践。",[194,195,196,197,198],"管理 Figma 插件 API 交互。","强制执行脚本执行的关键规则。","为组件、变量和样式管理提供详细的模式。","包括广泛的错误恢复和验证工作流。","为更安全的代理使用抽象了复杂的 API 调用。",[200,201,202,203],"直接操作 Figma 应用程序上下文之外的文件。","在没有 Figma API 约束的情况下执行任意代码。","取代用户提供的设计系统逻辑的必要性。","提供超出代理交互的用户界面。","3.0.0","4.4.0","通过提供对 Figma 插件 API 的结构化访问和严格的使用指南，使 AI 代理能够可靠且安全地在 Figma 文件中执行写入操作和复杂的读取操作。","该技能的文档非常完善，提供了详尽的 API 参考、实用模式和详细的错误处理。它为生产就绪性和用户指导设定了高标准。",99,"用于与 Figma 插件 API 交互的高度优化且文档极其完善的技能。",[211,212,213,214,215],"figma","design","plugin-api","automation","code-generation","verified",[218,219,220,221],"创建或修改设计元素（节点、画板、组件、变体）。","设置设计令牌、变量和样式。","构建和更新组件系统。","以编程方式修复 Figma 文件中的布局或视觉问题。",{"codeQuality":223,"collectedAt":225,"documentation":226,"maintenance":229,"security":233,"testCoverage":234},{"hasLockfile":224},false,1778687010488,{"descriptionLength":227,"readmeSize":228},546,24576,{"closedIssues90d":8,"forks":230,"hasChangelog":224,"openIssues90d":8,"pushedAt":231,"stars":232},127,1778659272000,1409,{"hasNpmPackage":224,"smitheryVerified":224},{"hasCi":224,"hasTests":224},{"updatedAt":236},1778687184373,{"basePath":238,"githubOwner":211,"githubRepo":239,"locale":18,"slug":13,"type":240},"skills/figma-use","mcp-server-guide","skill",{"_creationTime":242,"_id":243,"community":244,"display":245,"identity":251,"parentExtension":255,"providers":256,"relations":271,"tags":273,"workflow":274},1778686847756.4138,"k17fwrw2bg5z2mpmdtdsybp8t986mwe7",{"reviewCount":8},{"description":246,"installMethods":247,"name":250,"sourceUrl":14},"Plugin that includes the Figma MCP server and Skills for common workflows",{"claudeCode":211,"cursor":248,"geminiCli":249},"/add-plugin figma","gemini extensions install https://github.com/figma/mcp-server-guide","Figma MCP Server",{"basePath":252,"githubOwner":211,"githubRepo":239,"locale":253,"slug":239,"type":254},"","en","plugin",null,{"evaluate":257,"extract":265},{"promptVersionExtension":204,"promptVersionScoring":205,"score":258,"tags":259,"targetMarket":264,"tier":216},95,[211,260,212,261,262,263],"mcp","ui","code-connect","developer-tools","global",{"commitSha":266,"license":267,"plugin":268},"HEAD","MIT",{"mcpCount":8,"provider":269,"skillCount":270},"classify",7,{"repoId":272},"kd7d0zdmxx32hmcpg7qqv27da586m6xa",[262,212,263,211,260,261],{"evaluatedAt":275,"extractAt":276,"updatedAt":277},1778686867988,1778686847756,1778687292507,{"evaluate":279,"extract":281},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":280,"targetMarket":264,"tier":216},[211,212,213,214,215],{"commitSha":266},{"parentExtensionId":243,"repoId":272,"translatedFrom":283},"k178q0rdfd8n9p3cg4hpys4y5h86mr35",{"_creationTime":285,"_id":272,"identity":286,"providers":287,"workflow":543},1778686843197.7612,{"githubOwner":211,"githubRepo":239,"sourceUrl":14},{"classify":288,"discover":536,"github":539},{"commitSha":266,"extensions":289},[290,320,333,341,349,371,412,458,492,528],{"basePath":252,"description":246,"displayName":211,"installMethods":291,"rationale":292,"selectedPaths":293,"source":319,"sourceLanguage":253,"type":254},{"claudeCode":211},"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":253,"type":240},"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":253,"type":240},"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":253,"type":240},"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":253,"type":240},"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":372,"description":373,"displayName":374,"installMethods":375,"rationale":376,"selectedPaths":377,"source":319,"sourceLanguage":253,"type":240},"skills/figma-generate-library","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.","figma-generate-library",{"claudeCode":12},"SKILL.md frontmatter at skills/figma-generate-library/SKILL.md",[378,379,381,383,385,387,389,391,393,396,398,400,402,404,406,408,410],{"path":328,"priority":296},{"path":380,"priority":301},"references/code-connect-setup.md",{"path":382,"priority":301},"references/component-creation.md",{"path":384,"priority":301},"references/discovery-phase.md",{"path":386,"priority":301},"references/documentation-creation.md",{"path":388,"priority":301},"references/error-recovery.md",{"path":390,"priority":301},"references/naming-conventions.md",{"path":392,"priority":301},"references/token-creation.md",{"path":394,"priority":395},"scripts/bindVariablesToComponent.js","low",{"path":397,"priority":395},"scripts/cleanupOrphans.js",{"path":399,"priority":395},"scripts/createComponentWithVariants.js",{"path":401,"priority":395},"scripts/createDocumentationPage.js",{"path":403,"priority":395},"scripts/createSemanticTokens.js",{"path":405,"priority":395},"scripts/createVariableCollection.js",{"path":407,"priority":395},"scripts/inspectFileStructure.js",{"path":409,"priority":395},"scripts/rehydrateState.js",{"path":411,"priority":395},"scripts/validateCreation.js",{"basePath":238,"description":413,"displayName":13,"installMethods":414,"rationale":415,"selectedPaths":416,"source":319,"sourceLanguage":253,"type":240},"**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.",{"claudeCode":12},"SKILL.md frontmatter at skills/figma-use/SKILL.md",[417,418,420,422,424,426,428,430,432,434,436,438,440,442,444,446,448,450,452,454,456],{"path":328,"priority":296},{"path":419,"priority":301},"references/api-reference.md",{"path":421,"priority":301},"references/common-patterns.md",{"path":423,"priority":301},"references/component-patterns.md",{"path":425,"priority":301},"references/effect-style-patterns.md",{"path":427,"priority":301},"references/gotchas.md",{"path":429,"priority":301},"references/plugin-api-patterns.md",{"path":431,"priority":301},"references/plugin-api-standalone.d.ts",{"path":433,"priority":301},"references/plugin-api-standalone.index.md",{"path":435,"priority":301},"references/text-style-patterns.md",{"path":437,"priority":301},"references/validation-and-recovery.md",{"path":439,"priority":301},"references/variable-patterns.md",{"path":441,"priority":301},"references/working-with-design-systems/wwds-components--creating.md",{"path":443,"priority":301},"references/working-with-design-systems/wwds-components--using.md",{"path":445,"priority":301},"references/working-with-design-systems/wwds-components.md",{"path":447,"priority":301},"references/working-with-design-systems/wwds-effect-styles.md",{"path":449,"priority":301},"references/working-with-design-systems/wwds-text-styles.md",{"path":451,"priority":301},"references/working-with-design-systems/wwds-variables--creating.md",{"path":453,"priority":301},"references/working-with-design-systems/wwds-variables--using.md",{"path":455,"priority":301},"references/working-with-design-systems/wwds-variables.md",{"path":457,"priority":301},"references/working-with-design-systems/wwds.md",{"basePath":459,"description":460,"displayName":461,"installMethods":462,"rationale":463,"selectedPaths":464,"source":319,"sourceLanguage":253,"type":240},"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",[465,466,468,470,472,474,476,478,480,482,484,486,488,490],{"path":328,"priority":296},{"path":467,"priority":301},"references/batch-modify.md",{"path":469,"priority":301},"references/create-code-block.md",{"path":471,"priority":301},"references/create-connector.md",{"path":473,"priority":301},"references/create-label.md",{"path":475,"priority":301},"references/create-section.md",{"path":477,"priority":301},"references/create-shape-with-text.md",{"path":479,"priority":301},"references/create-sticky.md",{"path":481,"priority":301},"references/create-table.md",{"path":483,"priority":301},"references/create-text.md",{"path":485,"priority":301},"references/edit-text.md",{"path":487,"priority":301},"references/figjam-colors.md",{"path":489,"priority":301},"references/plan-board-content.md",{"path":491,"priority":301},"references/position-figjam-nodes.md",{"basePath":493,"description":494,"displayName":495,"installMethods":496,"rationale":497,"selectedPaths":498,"source":319,"sourceLanguage":253,"type":240},"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",[499,500,502,504,506,508,510,512,514,516,518,520,522,524,526],{"path":328,"priority":296},{"path":501,"priority":301},"references/blocks/diagram-section.md",{"path":503,"priority":301},"references/blocks/intro-callout.md",{"path":505,"priority":301},"references/blocks/metadata-strip.md",{"path":507,"priority":301},"references/blocks/multi-column-text.md",{"path":509,"priority":301},"references/blocks/nested-section.md",{"path":511,"priority":301},"references/blocks/section.md",{"path":513,"priority":301},"references/blocks/sticky-column.md",{"path":515,"priority":301},"references/blocks/table.md",{"path":517,"priority":301},"references/blocks/text-primitives.md",{"path":519,"priority":301},"references/foundation/codebase-grounding.md",{"path":521,"priority":301},"references/foundation/layout.md",{"path":523,"priority":301},"references/foundation/palette.md",{"path":525,"priority":301},"references/foundation/plugin-api-traps.md",{"path":527,"priority":301},"references/section-catalog.md",{"basePath":252,"installMethods":529,"rationale":531,"selectedPaths":532,"source":319,"sourceLanguage":253,"type":260},{"remote":530},"https://mcp.figma.com/mcp","server.json with namespace/server name at server.json",[533,535],{"path":534,"priority":296},"server.json",{"path":298,"priority":296},{"sources":537},[538],"manual",{"closedIssues90d":8,"description":540,"forks":230,"homepage":541,"openIssues90d":8,"pushedAt":231,"readmeSize":228,"stars":232,"topics":542},"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":544,"discoverAt":545,"extractAt":546,"githubAt":546,"updatedAt":544},1778686847568,1778686843197,1778686845742,[214,215,212,211,213],{"evaluatedAt":549,"extractAt":276,"updatedAt":236},1778687019608,[],[552,585,613,635,665,696],{"_creationTime":553,"_id":554,"community":555,"display":556,"identity":562,"providers":567,"relations":578,"tags":581,"workflow":582},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":557,"installMethods":558,"name":560,"sourceUrl":561},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":559},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":563,"githubOwner":564,"githubRepo":565,"locale":253,"slug":566,"type":240},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":568,"extract":577},{"promptVersionExtension":204,"promptVersionScoring":205,"score":569,"tags":570,"targetMarket":264,"tier":216},100,[571,572,573,574,214,575,576],"git","development-environment","workflow","tmux","cli","developer-tool",{"commitSha":266,"license":267},{"parentExtensionId":579,"repoId":580},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[214,575,576,572,571,574,573],{"evaluatedAt":583,"extractAt":584,"updatedAt":583},1778699613343,1778699234184,{"_creationTime":586,"_id":587,"community":588,"display":589,"identity":595,"providers":597,"relations":605,"tags":608,"workflow":609},1778699505679.3464,"k1751nm85mw95gw3rsqgrdqspx86ncq2",{"reviewCount":8},{"description":590,"installMethods":591,"name":593,"sourceUrl":594},"无需 OAuth 即可创建公开的 Google Docs 或 Google Sheet 文件。使用此技能创建和编辑 Google Docs 和 Sheets，无需登录 Google。文档可通过共享链接查看。首次使用时自动注册。",{"claudeCode":592},"zagmoai/public-google-drive","public-google-drive","https://github.com/zagmoai/public-google-drive",{"basePath":252,"githubOwner":596,"githubRepo":593,"locale":18,"slug":593,"type":240},"zagmoai",{"evaluate":598,"extract":604},{"promptVersionExtension":204,"promptVersionScoring":205,"score":569,"tags":599,"targetMarket":264,"tier":216},[600,601,602,214,603],"google-docs","google-sheets","productivity","api-client",{"commitSha":266},{"repoId":606,"translatedFrom":607},"kd776ynh73t0d6samn4bnxdf3x86n8mj","k1707pszx7h026a651dp5tvaxd86m3ag",[603,214,600,601,602],{"evaluatedAt":610,"extractAt":611,"updatedAt":612},1778699485884,1778699468747,1778699505679,{"_creationTime":614,"_id":615,"community":616,"display":617,"identity":620,"providers":623,"relations":631,"tags":632,"workflow":633},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":618,"installMethods":619,"name":565,"sourceUrl":561},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":559},{"basePath":621,"githubOwner":564,"githubRepo":565,"locale":253,"slug":622,"type":240},"skills/ask","ask",{"evaluate":624,"extract":630},{"promptVersionExtension":204,"promptVersionScoring":205,"score":569,"tags":625,"targetMarket":264,"tier":216},[575,214,626,627,628,629],"llm","prompting","code-review","artifact-generation",{"commitSha":266,"license":267},{"parentExtensionId":579,"repoId":580},[629,214,575,628,626,627],{"evaluatedAt":634,"extractAt":584,"updatedAt":634},1778699303045,{"_creationTime":636,"_id":637,"community":638,"display":639,"identity":645,"providers":650,"relations":657,"tags":660,"workflow":661},1778699366078.7817,"k173mj3k9wcdq512bp1532xkwx86nrh4",{"reviewCount":8},{"description":640,"installMethods":641,"name":643,"sourceUrl":644},"当工作依赖于用户实时浏览器会话或可见的渲染状态，而不是静态抓取时使用，尤其是在浏览器调试上下文或 DevTools 选择的元素或请求、登录仪表板或 CMS 流程、localhost 应用、上传、下载、媒体检查、DOM 或 iframe 检查、Shadow DOM，或看起来像软 404、身份验证墙、反机器人检查或速率限制的浏览器故障时。",{"claudeCode":642},"xixu-me/skills","使用我的浏览器","https://github.com/xixu-me/skills",{"basePath":646,"githubOwner":647,"githubRepo":648,"locale":18,"slug":649,"type":240},"skills/use-my-browser","xixu-me","skills","use-my-browser",{"evaluate":651,"extract":656},{"promptVersionExtension":204,"promptVersionScoring":205,"score":569,"tags":652,"targetMarket":264,"tier":216},[653,654,214,655,263],"browser","debugging","ux",{"commitSha":266,"license":267},{"repoId":658,"translatedFrom":659},"kd77r2vb42jmgam0qbr9f2c6kn86mebv","k179cgk616p3xva37r5jqsfwvh86mcp2",[214,653,654,263,655],{"evaluatedAt":662,"extractAt":663,"updatedAt":664},1778699261239,1778699106670,1778699366078,{"_creationTime":666,"_id":667,"community":668,"display":669,"identity":675,"providers":678,"relations":687,"tags":691,"workflow":692},1778699289329.1182,"k172jykxz0jywjekjxjt5thj5x86nm3n",{"reviewCount":8},{"description":670,"installMethods":671,"name":673,"sourceUrl":674},"当用户需要通过 Xquik 获取 X (Twitter) 数据或执行需要确认的 X 操作时使用：推文搜索、用户查找、关注者提取、媒体下载、监控、Webhook、MCP、SDK、发布、点赞、私信和个人资料更新。需要 Xquik API 密钥。切勿索要 X 登录凭据。",{"claudeCode":672},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":676,"githubOwner":677,"githubRepo":673,"locale":18,"slug":673,"type":240},"skills/x-twitter-scraper","Xquik-dev",{"evaluate":679,"extract":686},{"promptVersionExtension":204,"promptVersionScoring":205,"score":569,"tags":680,"targetMarket":264,"tier":216},[681,682,683,684,214,260,685],"twitter","x","api","data-retrieval","sdk",{"commitSha":266},{"parentExtensionId":688,"repoId":689,"translatedFrom":690},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh","k172e8vt4zcz50bb0vfp6ptb1n86mf90",[683,214,684,260,685,681,682],{"evaluatedAt":693,"extractAt":694,"updatedAt":695},1778699230863,1778699170774,1778699289329,{"_creationTime":697,"_id":698,"community":699,"display":700,"identity":706,"providers":710,"relations":716,"tags":718,"workflow":719},1778697652123.8982,"k175ckmrqc4x6sjm90k7ejbj3s86ntxs",{"reviewCount":8},{"description":701,"installMethods":702,"name":704,"sourceUrl":705},"Use the Slack tool to react, pin/unpin, send, edit, delete messages, or fetch Slack member info.",{"claudeCode":703},"steipete/clawdis","slack","https://github.com/steipete/clawdis",{"basePath":707,"githubOwner":708,"githubRepo":709,"locale":253,"slug":704,"type":240},"skills/slack","steipete","clawdis",{"evaluate":711,"extract":715},{"promptVersionExtension":204,"promptVersionScoring":205,"score":569,"tags":712,"targetMarket":264,"tier":216},[704,713,714,214,683],"messaging","communication",{"commitSha":266},{"repoId":717},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[683,214,714,713,704],{"evaluatedAt":720,"extractAt":721,"updatedAt":720},1778698950505,1778697652123]