[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-openai-figma-code-connect-components-en":3,"guides-for-openai-figma-code-connect-components":1795,"similar-k170mewc4fk9njn6pnprypkwp586nf2e-en":1796},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":242,"isFallback":227,"parentExtension":247,"providers":248,"relations":253,"repo":255,"tags":1792,"workflow":1793},1778695021936.5557,"k170mewc4fk9njn6pnprypkwp586nf2e",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Connects Figma design components to code components using Code Connect mapping tools. Use when user says \"code connect\", \"connect this component to code\", \"map this component\", \"link component to code\", \"create code connect mapping\", or wants to establish mappings between Figma designs and code implementations. For canvas writes via `use_figma`, use `figma-use`.",{"claudeCode":12},"openai/skills","figma-code-connect-components","https://github.com/openai/skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":225,"workflow":240},1778695112418.4946,"kn72a4f1n9x2a7qm8zg78kdmvs86n4cb","en",{"checks":20,"evaluatedAt":194,"extensionSummary":195,"features":196,"nonGoals":202,"promptVersionExtension":206,"promptVersionScoring":207,"purpose":208,"rationale":209,"score":210,"summary":211,"tags":212,"targetMarket":218,"tier":219,"useCases":220},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,100,104,108,111,114,117,121,124,127,130,133,136,139,144,148,152,155,159,162,165,168,171,175,178,181,184,187,191],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of connecting Figma design components to code components using Code Connect, and specifies when to use it with precise triggers and boundaries.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value beyond a simple prompt by providing automated analysis of Figma components, codebase searching, and mapping creation, which would be tedious to do manually.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is production-ready, covering the complete lifecycle of identifying unmapped components, searching the codebase, presenting matches, and creating mappings.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill has a single, well-defined responsibility: connecting Figma design components to code components via Code Connect, with clear boundaries to other Figma skills.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The provided description accurately reflects the skill's functionality, including its purpose, usage triggers, and boundaries, and is well-written and concise.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses specific, scoped tools (`get_code_connect_suggestions`, `send_code_connect_mappings`) for its operations, avoiding generalist command execution.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All necessary parameters and configurations, including the critical `node-id` format conversion and prerequisites, are clearly documented.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The tool names (`get_code_connect_suggestions`, `send_code_connect_mappings`) are descriptive and clearly indicate their function within the domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Tool parameters are specific (e.g., `fileKey`, `nodeId`, `mappings`) and the response structure is well-defined, returning only necessary information.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The skill's license is clearly defined by the Figma Developer Terms, as indicated in the `LICENSE.TXT` file.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on 2026-05-13, which is recent and indicates active maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill does not appear to use any third-party dependencies that would require explicit management beyond the core Python script.",{"category":66,"check":67,"severity":63,"summary":68},"Security","Secret Management","The skill does not handle or expose any secrets as part of its documented functionality.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill's inputs (Figma URLs, node IDs, component paths) are validated and processed in a way that prevents injection attacks.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill does not fetch external code or data at runtime; all necessary logic is bundled within the repository.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates within its defined scope and does not attempt to modify files or paths outside of the project's or MCP's expected boundaries.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were detected in the provided script.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill does not read or submit confidential data to third parties and all outbound destinations (MCP calls) are implicitly documented.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","Bundled content is free of hidden-steering tricks, and descriptions are clean printable ASCII.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The Python script is plain, readable source code and does not use obfuscation techniques like base64 encoding or runtime fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill correctly uses relative paths for component search and explicitly declares prerequisites like the Figma URL format, avoiding hardcoded absolute paths.",{"category":96,"check":97,"severity":98,"summary":99},"Trust","Issues Attention","warning","Open issues (30) are significantly higher than closed issues (6) in the last 90 days, indicating slow response times or a backlog.",{"category":101,"check":102,"severity":98,"summary":103},"Versioning","Release Management","There is no explicit versioning declared in the frontmatter, `package.json`, or GitHub release tags, and install instructions reference `main`.",{"category":105,"check":106,"severity":24,"summary":107},"Code Execution","Validation","Input parameters like URLs and node IDs are validated by the Python script, ensuring they conform to expected formats.",{"category":66,"check":109,"severity":24,"summary":110},"Unguarded Destructive Operations","The skill's primary operation (`send_code_connect_mappings`) is considered a state-changing operation but is guarded by user selection and confirmation steps.",{"category":105,"check":112,"severity":24,"summary":113},"Error Handling","The Python script includes error handling for incorrect arguments and empty node IDs, providing clear stderr messages and non-zero exit codes.",{"category":105,"check":115,"severity":63,"summary":116},"Logging","The skill is read-only in terms of its interaction with the user's codebase and Figma; no audit logging is required or expected.",{"category":118,"check":119,"severity":63,"summary":120},"Compliance","GDPR","The skill does not operate on personal data; it interfaces with design tools and code repositories.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","No regional or jurisdictional signals were detected; the skill is globally applicable.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The Python script is self-contained and uses standard libraries, ensuring it runs on any POSIX-compliant system with Python 3.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README file clearly explains the purpose of agent skills and how to install them, providing relevant links.",{"category":33,"check":131,"severity":63,"summary":132},"Tool surface size","This is a single-tool skill, not applicable to the tool surface size check.",{"category":40,"check":134,"severity":63,"summary":135},"Overlapping near-synonym tools","The skill uses only two distinct tools, and they do not have overlapping synonyms.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features, including the use of Code Connect tools and specific workflows, are implemented and reflected in the skill's documentation.",{"category":140,"check":141,"severity":142,"summary":143},"Install","Installation instruction","info","Installation instructions are provided in the main README, but there are no specific copy-paste invocation examples for this skill itself within the skill's documentation.",{"category":145,"check":146,"severity":24,"summary":147},"Errors","Actionable error messages","Error messages for invalid input formats are clear, name the problem (e.g., missing node-id), and imply remediation (correct URL).",{"category":149,"check":150,"severity":24,"summary":151},"Execution","Pinned dependencies","The Python script declares its interpreter via shebang and has no third-party dependencies that need pinning.",{"category":33,"check":153,"severity":63,"summary":154},"Dry-run preview","The skill's primary action of sending mappings is user-confirmed, and it does not involve destructive operations or outbound payloads that would necessitate a dry-run mode.",{"category":156,"check":157,"severity":63,"summary":158},"Protocol","Idempotent retry & timeouts","The skill itself does not perform network calls or state-changing operations that require idempotency or hard timeouts; these are handled by the MCP server.",{"category":118,"check":160,"severity":63,"summary":161},"Telemetry opt-in","The skill does not emit telemetry.",{"category":40,"check":163,"severity":24,"summary":164},"Precise Purpose","The description clearly states the skill connects Figma design components to code using Code Connect, specifies usage triggers, and defines boundaries to other skills.",{"category":40,"check":166,"severity":24,"summary":167},"Concise Frontmatter","The frontmatter is concise, clearly defining the skill's core capability and providing relevant trigger phrases.",{"category":44,"check":169,"severity":24,"summary":170},"Concise Body","The skill's SKILL.md body is well-structured, under 500 lines, and delegates deeper material to separate files like `references/mapping-checklist.md`.",{"category":172,"check":173,"severity":24,"summary":174},"Context","Progressive Disclosure","The SKILL.md outlines the workflow and links to `references/mapping-checklist.md` for detailed guidance, demonstrating progressive disclosure.",{"category":172,"check":176,"severity":63,"summary":177},"Forked exploration","This skill does not involve deep exploration or code review; it performs specific mapping tasks.",{"category":22,"check":179,"severity":24,"summary":180},"Usage examples","The skill includes three detailed, end-to-end examples demonstrating various scenarios and expected outputs.",{"category":22,"check":182,"severity":24,"summary":183},"Edge cases","The skill documents several common failure modes and provides solutions, such as handling missing published components or codebase matches.",{"category":105,"check":185,"severity":63,"summary":186},"Tool Fallback","This skill does not rely on an external MCP server with a specific version; it interacts with the MCP server generally and does not have a fallback requirement.",{"category":188,"check":189,"severity":24,"summary":190},"Safety","Halt on unexpected state","The Python script halts execution with non-zero exit codes and stderr messages for unexpected states like empty node IDs.",{"category":92,"check":192,"severity":24,"summary":193},"Cross-skill coupling","The skill is self-contained, clearly documents its prerequisites, and cross-references other Figma skills appropriately without implicit coupling.",1778695112030,"This skill automates the process of mapping Figma design components to their corresponding code implementations using Figma's Code Connect feature. It analyzes Figma designs, searches local codebases for matching components, and facilitates the creation of bidirectional links between design and code.",[197,198,199,200,201],"Identify unmapped Figma components","Search codebase for matching code components","Present mapping suggestions to the user","Create Code Connect mappings via tool calls","Handle different Figma URL and desktop selections",[203,204,205],"Writing directly to the Figma canvas using Plugin API scripts","Generating full-page Figma designs from code or descriptions","Implementing product code from Figma designs (beyond mapping)","3.0.0","4.4.0","To streamline the design-to-code workflow by enabling efficient and accurate mapping of Figma components to their code counterparts, ensuring design-code consistency.","High quality across most checks, with only minor warnings on maintenance signals like issue response times and versioning.",90,"A well-documented and robust skill for connecting Figma components to code.",[213,214,215,216,217],"figma","code-connect","design-to-code","component-mapping","developer-tools","global","community",[221,222,223,224],"Connecting a specific Figma component (e.g., a button) to its code implementation","Mapping multiple components within a Figma frame to code","Creating new code components based on Figma designs","Maintaining design-code synchronization through automated linking",{"codeQuality":226,"collectedAt":228,"documentation":229,"maintenance":232,"security":238,"testCoverage":239},{"hasLockfile":227},false,1778695096755,{"descriptionLength":230,"readmeSize":231},364,1478,{"closedIssues90d":233,"forks":234,"hasChangelog":227,"openIssues90d":235,"pushedAt":236,"stars":237},6,1263,30,1778692029000,19018,{"hasNpmPackage":227,"smitheryVerified":227},{"hasCi":227,"hasTests":227},{"updatedAt":241},1778695112418,{"basePath":243,"githubOwner":244,"githubRepo":245,"locale":18,"slug":13,"type":246},"skills/.curated/figma-code-connect-components","openai","skills","skill",null,{"evaluate":249,"extract":251},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":250,"targetMarket":218,"tier":219},[213,214,215,216,217],{"commitSha":252},"HEAD",{"repoId":254},"kd75n2zj3yh472p25zffgycved86mnpx",{"_creationTime":256,"_id":254,"identity":257,"providers":258,"workflow":1788},1778695016992.2295,{"githubOwner":244,"githubRepo":245,"sourceUrl":14},{"classify":259,"discover":1782,"github":1785},{"commitSha":252,"extensions":260},[261,305,330,341,968,986,1000,1016,1028,1040,1084,1096,1152,1167,1180,1211,1238,1251,1292,1311,1330,1349,1368,1385,1406,1417,1436,1447,1492,1517,1546,1565,1578,1591,1625,1642,1657,1699,1712,1733,1746,1763],{"basePath":262,"description":263,"displayName":264,"installMethods":265,"rationale":266,"selectedPaths":267,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/aspnet-core","Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configuration, authentication, authorization, testing, performance, deployment, or ASP.NET Core upgrades.","aspnet-core",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/aspnet-core/SKILL.md",[268,271,274,277,280,282,284,286,288,290,292,294,296,298,300,302],{"path":269,"priority":270},"SKILL.md","mandatory",{"path":272,"priority":273},"LICENSE.txt","high",{"path":275,"priority":276},"assets/dotnet-logo.png","low",{"path":278,"priority":279},"references/_sections.md","medium",{"path":281,"priority":279},"references/apis-minimal-and-controllers.md",{"path":283,"priority":279},"references/data-state-and-services.md",{"path":285,"priority":279},"references/program-and-pipeline.md",{"path":287,"priority":279},"references/realtime-grpc-and-background-work.md",{"path":289,"priority":279},"references/security-and-identity.md",{"path":291,"priority":279},"references/source-map.md",{"path":293,"priority":279},"references/stack-selection.md",{"path":295,"priority":279},"references/testing-performance-and-operations.md",{"path":297,"priority":279},"references/ui-blazor.md",{"path":299,"priority":279},"references/ui-mvc.md",{"path":301,"priority":279},"references/ui-razor-pages.md",{"path":303,"priority":279},"references/versioning-and-upgrades.md","rule",{"basePath":306,"description":307,"displayName":308,"installMethods":309,"rationale":310,"selectedPaths":311,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/chatgpt-apps","Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code.","chatgpt-apps",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/chatgpt-apps/SKILL.md",[312,313,314,316,318,320,322,324,326,328],{"path":269,"priority":270},{"path":272,"priority":273},{"path":315,"priority":279},"references/app-archetypes.md",{"path":317,"priority":279},"references/apps-sdk-docs-workflow.md",{"path":319,"priority":279},"references/interactive-state-sync-patterns.md",{"path":321,"priority":279},"references/repo-contract-and-validation.md",{"path":323,"priority":279},"references/search-fetch-standard.md",{"path":325,"priority":279},"references/upstream-example-workflow.md",{"path":327,"priority":279},"references/window-openai-patterns.md",{"path":329,"priority":276},"scripts/scaffold_node_ext_apps.mjs",{"basePath":331,"description":332,"displayName":333,"installMethods":334,"rationale":335,"selectedPaths":336,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/cli-creator","Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.","cli-creator",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/cli-creator/SKILL.md",[337,338,339],{"path":269,"priority":270},{"path":272,"priority":273},{"path":340,"priority":279},"references/agent-cli-patterns.md",{"basePath":342,"description":343,"displayName":344,"installMethods":345,"rationale":346,"selectedPaths":347,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/cloudflare-deploy","Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.","cloudflare-deploy",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/cloudflare-deploy/SKILL.md",[348,349,350,352,354,356,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,402,404,406,408,410,412,414,416,418,420,422,424,426,428,430,432,434,436,438,440,442,444,446,448,450,452,454,456,458,460,462,464,466,468,470,472,474,476,478,480,482,484,486,488,490,492,494,496,498,500,502,504,506,508,510,512,514,516,518,520,522,524,526,528,530,532,534,536,538,540,542,544,546,548,550,552,554,556,558,560,562,564,566,568,570,572,574,576,578,580,582,584,586,588,590,592,594,596,598,600,602,604,606,608,610,612,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,704,706,708,710,712,714,716,718,720,722,724,726,728,730,732,734,736,738,740,742,744,746,748,750,752,754,756,758,760,762,764,766,768,770,772,774,776,778,780,782,784,786,788,790,792,794,796,798,800,802,804,806,808,810,812,814,816,818,820,822,824,826,828,830,832,834,836,838,840,842,844,846,848,850,852,854,856,858,860,862,864,866,868,870,872,874,876,878,880,882,884,886,888,890,892,894,896,898,900,902,904,906,908,910,912,914,916,918,920,922,924,926,928,930,932,934,936,938,940,942,944,946,948,950,952,954,956,958,960,962,964,966],{"path":269,"priority":270},{"path":272,"priority":273},{"path":351,"priority":276},"assets/cloudflare-small.svg",{"path":353,"priority":276},"assets/cloudflare.png",{"path":355,"priority":279},"references/agents-sdk/README.md",{"path":357,"priority":279},"references/agents-sdk/api.md",{"path":359,"priority":279},"references/agents-sdk/configuration.md",{"path":361,"priority":279},"references/agents-sdk/gotchas.md",{"path":363,"priority":279},"references/agents-sdk/patterns.md",{"path":365,"priority":279},"references/ai-gateway/README.md",{"path":367,"priority":279},"references/ai-gateway/configuration.md",{"path":369,"priority":279},"references/ai-gateway/dynamic-routing.md",{"path":371,"priority":279},"references/ai-gateway/features.md",{"path":373,"priority":279},"references/ai-gateway/sdk-integration.md",{"path":375,"priority":279},"references/ai-gateway/troubleshooting.md",{"path":377,"priority":279},"references/ai-search/README.md",{"path":379,"priority":279},"references/ai-search/api.md",{"path":381,"priority":279},"references/ai-search/configuration.md",{"path":383,"priority":279},"references/ai-search/gotchas.md",{"path":385,"priority":279},"references/ai-search/patterns.md",{"path":387,"priority":279},"references/analytics-engine/README.md",{"path":389,"priority":279},"references/analytics-engine/api.md",{"path":391,"priority":279},"references/analytics-engine/configuration.md",{"path":393,"priority":279},"references/analytics-engine/gotchas.md",{"path":395,"priority":279},"references/analytics-engine/patterns.md",{"path":397,"priority":279},"references/api/README.md",{"path":399,"priority":279},"references/api/api.md",{"path":401,"priority":279},"references/api/configuration.md",{"path":403,"priority":279},"references/api/gotchas.md",{"path":405,"priority":279},"references/api/patterns.md",{"path":407,"priority":279},"references/api-shield/README.md",{"path":409,"priority":279},"references/api-shield/api.md",{"path":411,"priority":279},"references/api-shield/configuration.md",{"path":413,"priority":279},"references/api-shield/gotchas.md",{"path":415,"priority":279},"references/api-shield/patterns.md",{"path":417,"priority":279},"references/argo-smart-routing/README.md",{"path":419,"priority":279},"references/argo-smart-routing/api.md",{"path":421,"priority":279},"references/argo-smart-routing/configuration.md",{"path":423,"priority":279},"references/argo-smart-routing/gotchas.md",{"path":425,"priority":279},"references/argo-smart-routing/patterns.md",{"path":427,"priority":279},"references/bindings/README.md",{"path":429,"priority":279},"references/bindings/api.md",{"path":431,"priority":279},"references/bindings/configuration.md",{"path":433,"priority":279},"references/bindings/gotchas.md",{"path":435,"priority":279},"references/bindings/patterns.md",{"path":437,"priority":279},"references/bot-management/README.md",{"path":439,"priority":279},"references/bot-management/api.md",{"path":441,"priority":279},"references/bot-management/configuration.md",{"path":443,"priority":279},"references/bot-management/gotchas.md",{"path":445,"priority":279},"references/bot-management/patterns.md",{"path":447,"priority":279},"references/browser-rendering/README.md",{"path":449,"priority":279},"references/browser-rendering/api.md",{"path":451,"priority":279},"references/browser-rendering/configuration.md",{"path":453,"priority":279},"references/browser-rendering/gotchas.md",{"path":455,"priority":279},"references/browser-rendering/patterns.md",{"path":457,"priority":279},"references/c3/README.md",{"path":459,"priority":279},"references/c3/api.md",{"path":461,"priority":279},"references/c3/configuration.md",{"path":463,"priority":279},"references/c3/gotchas.md",{"path":465,"priority":279},"references/c3/patterns.md",{"path":467,"priority":279},"references/cache-reserve/README.md",{"path":469,"priority":279},"references/cache-reserve/api.md",{"path":471,"priority":279},"references/cache-reserve/configuration.md",{"path":473,"priority":279},"references/cache-reserve/gotchas.md",{"path":475,"priority":279},"references/cache-reserve/patterns.md",{"path":477,"priority":279},"references/containers/README.md",{"path":479,"priority":279},"references/containers/api.md",{"path":481,"priority":279},"references/containers/configuration.md",{"path":483,"priority":279},"references/containers/gotchas.md",{"path":485,"priority":279},"references/containers/patterns.md",{"path":487,"priority":279},"references/cron-triggers/README.md",{"path":489,"priority":279},"references/cron-triggers/api.md",{"path":491,"priority":279},"references/cron-triggers/configuration.md",{"path":493,"priority":279},"references/cron-triggers/gotchas.md",{"path":495,"priority":279},"references/cron-triggers/patterns.md",{"path":497,"priority":279},"references/d1/README.md",{"path":499,"priority":279},"references/d1/api.md",{"path":501,"priority":279},"references/d1/configuration.md",{"path":503,"priority":279},"references/d1/gotchas.md",{"path":505,"priority":279},"references/d1/patterns.md",{"path":507,"priority":279},"references/ddos/README.md",{"path":509,"priority":279},"references/ddos/api.md",{"path":511,"priority":279},"references/ddos/configuration.md",{"path":513,"priority":279},"references/ddos/gotchas.md",{"path":515,"priority":279},"references/ddos/patterns.md",{"path":517,"priority":279},"references/do-storage/README.md",{"path":519,"priority":279},"references/do-storage/api.md",{"path":521,"priority":279},"references/do-storage/configuration.md",{"path":523,"priority":279},"references/do-storage/gotchas.md",{"path":525,"priority":279},"references/do-storage/patterns.md",{"path":527,"priority":279},"references/do-storage/testing.md",{"path":529,"priority":279},"references/durable-objects/README.md",{"path":531,"priority":279},"references/durable-objects/api.md",{"path":533,"priority":279},"references/durable-objects/configuration.md",{"path":535,"priority":279},"references/durable-objects/gotchas.md",{"path":537,"priority":279},"references/durable-objects/patterns.md",{"path":539,"priority":279},"references/email-routing/README.md",{"path":541,"priority":279},"references/email-routing/api.md",{"path":543,"priority":279},"references/email-routing/configuration.md",{"path":545,"priority":279},"references/email-routing/gotchas.md",{"path":547,"priority":279},"references/email-routing/patterns.md",{"path":549,"priority":279},"references/email-workers/README.md",{"path":551,"priority":279},"references/email-workers/api.md",{"path":553,"priority":279},"references/email-workers/configuration.md",{"path":555,"priority":279},"references/email-workers/gotchas.md",{"path":557,"priority":279},"references/email-workers/patterns.md",{"path":559,"priority":279},"references/hyperdrive/README.md",{"path":561,"priority":279},"references/hyperdrive/api.md",{"path":563,"priority":279},"references/hyperdrive/configuration.md",{"path":565,"priority":279},"references/hyperdrive/gotchas.md",{"path":567,"priority":279},"references/hyperdrive/patterns.md",{"path":569,"priority":279},"references/images/README.md",{"path":571,"priority":279},"references/images/api.md",{"path":573,"priority":279},"references/images/configuration.md",{"path":575,"priority":279},"references/images/gotchas.md",{"path":577,"priority":279},"references/images/patterns.md",{"path":579,"priority":279},"references/kv/README.md",{"path":581,"priority":279},"references/kv/api.md",{"path":583,"priority":279},"references/kv/configuration.md",{"path":585,"priority":279},"references/kv/gotchas.md",{"path":587,"priority":279},"references/kv/patterns.md",{"path":589,"priority":279},"references/miniflare/README.md",{"path":591,"priority":279},"references/miniflare/api.md",{"path":593,"priority":279},"references/miniflare/configuration.md",{"path":595,"priority":279},"references/miniflare/gotchas.md",{"path":597,"priority":279},"references/miniflare/patterns.md",{"path":599,"priority":279},"references/network-interconnect/README.md",{"path":601,"priority":279},"references/network-interconnect/api.md",{"path":603,"priority":279},"references/network-interconnect/configuration.md",{"path":605,"priority":279},"references/network-interconnect/gotchas.md",{"path":607,"priority":279},"references/network-interconnect/patterns.md",{"path":609,"priority":279},"references/observability/README.md",{"path":611,"priority":279},"references/observability/api.md",{"path":613,"priority":279},"references/observability/configuration.md",{"path":615,"priority":279},"references/observability/gotchas.md",{"path":617,"priority":279},"references/observability/patterns.md",{"path":619,"priority":279},"references/pages/README.md",{"path":621,"priority":279},"references/pages/api.md",{"path":623,"priority":279},"references/pages/configuration.md",{"path":625,"priority":279},"references/pages/gotchas.md",{"path":627,"priority":279},"references/pages/patterns.md",{"path":629,"priority":279},"references/pages-functions/README.md",{"path":631,"priority":279},"references/pages-functions/api.md",{"path":633,"priority":279},"references/pages-functions/configuration.md",{"path":635,"priority":279},"references/pages-functions/gotchas.md",{"path":637,"priority":279},"references/pages-functions/patterns.md",{"path":639,"priority":279},"references/pipelines/README.md",{"path":641,"priority":279},"references/pipelines/api.md",{"path":643,"priority":279},"references/pipelines/configuration.md",{"path":645,"priority":279},"references/pipelines/gotchas.md",{"path":647,"priority":279},"references/pipelines/patterns.md",{"path":649,"priority":279},"references/pulumi/README.md",{"path":651,"priority":279},"references/pulumi/api.md",{"path":653,"priority":279},"references/pulumi/configuration.md",{"path":655,"priority":279},"references/pulumi/gotchas.md",{"path":657,"priority":279},"references/pulumi/patterns.md",{"path":659,"priority":279},"references/queues/README.md",{"path":661,"priority":279},"references/queues/api.md",{"path":663,"priority":279},"references/queues/configuration.md",{"path":665,"priority":279},"references/queues/gotchas.md",{"path":667,"priority":279},"references/queues/patterns.md",{"path":669,"priority":279},"references/r2/README.md",{"path":671,"priority":279},"references/r2/api.md",{"path":673,"priority":279},"references/r2/configuration.md",{"path":675,"priority":279},"references/r2/gotchas.md",{"path":677,"priority":279},"references/r2/patterns.md",{"path":679,"priority":279},"references/r2-data-catalog/README.md",{"path":681,"priority":279},"references/r2-data-catalog/api.md",{"path":683,"priority":279},"references/r2-data-catalog/configuration.md",{"path":685,"priority":279},"references/r2-data-catalog/gotchas.md",{"path":687,"priority":279},"references/r2-data-catalog/patterns.md",{"path":689,"priority":279},"references/r2-sql/README.md",{"path":691,"priority":279},"references/r2-sql/api.md",{"path":693,"priority":279},"references/r2-sql/configuration.md",{"path":695,"priority":279},"references/r2-sql/gotchas.md",{"path":697,"priority":279},"references/r2-sql/patterns.md",{"path":699,"priority":279},"references/realtime-sfu/README.md",{"path":701,"priority":279},"references/realtime-sfu/api.md",{"path":703,"priority":279},"references/realtime-sfu/configuration.md",{"path":705,"priority":279},"references/realtime-sfu/gotchas.md",{"path":707,"priority":279},"references/realtime-sfu/patterns.md",{"path":709,"priority":279},"references/realtimekit/README.md",{"path":711,"priority":279},"references/realtimekit/api.md",{"path":713,"priority":279},"references/realtimekit/configuration.md",{"path":715,"priority":279},"references/realtimekit/gotchas.md",{"path":717,"priority":279},"references/realtimekit/patterns.md",{"path":719,"priority":279},"references/sandbox/README.md",{"path":721,"priority":279},"references/sandbox/api.md",{"path":723,"priority":279},"references/sandbox/configuration.md",{"path":725,"priority":279},"references/sandbox/gotchas.md",{"path":727,"priority":279},"references/sandbox/patterns.md",{"path":729,"priority":279},"references/secrets-store/README.md",{"path":731,"priority":279},"references/secrets-store/api.md",{"path":733,"priority":279},"references/secrets-store/configuration.md",{"path":735,"priority":279},"references/secrets-store/gotchas.md",{"path":737,"priority":279},"references/secrets-store/patterns.md",{"path":739,"priority":279},"references/smart-placement/README.md",{"path":741,"priority":279},"references/smart-placement/api.md",{"path":743,"priority":279},"references/smart-placement/configuration.md",{"path":745,"priority":279},"references/smart-placement/gotchas.md",{"path":747,"priority":279},"references/smart-placement/patterns.md",{"path":749,"priority":279},"references/snippets/README.md",{"path":751,"priority":279},"references/snippets/api.md",{"path":753,"priority":279},"references/snippets/configuration.md",{"path":755,"priority":279},"references/snippets/gotchas.md",{"path":757,"priority":279},"references/snippets/patterns.md",{"path":759,"priority":279},"references/spectrum/README.md",{"path":761,"priority":279},"references/spectrum/api.md",{"path":763,"priority":279},"references/spectrum/configuration.md",{"path":765,"priority":279},"references/spectrum/gotchas.md",{"path":767,"priority":279},"references/spectrum/patterns.md",{"path":769,"priority":279},"references/static-assets/README.md",{"path":771,"priority":279},"references/static-assets/api.md",{"path":773,"priority":279},"references/static-assets/configuration.md",{"path":775,"priority":279},"references/static-assets/gotchas.md",{"path":777,"priority":279},"references/static-assets/patterns.md",{"path":779,"priority":279},"references/stream/README.md",{"path":781,"priority":279},"references/stream/api-live.md",{"path":783,"priority":279},"references/stream/api.md",{"path":785,"priority":279},"references/stream/configuration.md",{"path":787,"priority":279},"references/stream/gotchas.md",{"path":789,"priority":279},"references/stream/patterns.md",{"path":791,"priority":279},"references/tail-workers/README.md",{"path":793,"priority":279},"references/tail-workers/api.md",{"path":795,"priority":279},"references/tail-workers/configuration.md",{"path":797,"priority":279},"references/tail-workers/gotchas.md",{"path":799,"priority":279},"references/tail-workers/patterns.md",{"path":801,"priority":279},"references/terraform/README.md",{"path":803,"priority":279},"references/terraform/api.md",{"path":805,"priority":279},"references/terraform/configuration.md",{"path":807,"priority":279},"references/terraform/gotchas.md",{"path":809,"priority":279},"references/terraform/patterns.md",{"path":811,"priority":279},"references/tunnel/README.md",{"path":813,"priority":279},"references/tunnel/api.md",{"path":815,"priority":279},"references/tunnel/configuration.md",{"path":817,"priority":279},"references/tunnel/gotchas.md",{"path":819,"priority":279},"references/tunnel/networking.md",{"path":821,"priority":279},"references/tunnel/patterns.md",{"path":823,"priority":279},"references/turn/README.md",{"path":825,"priority":279},"references/turn/api.md",{"path":827,"priority":279},"references/turn/configuration.md",{"path":829,"priority":279},"references/turn/gotchas.md",{"path":831,"priority":279},"references/turn/patterns.md",{"path":833,"priority":279},"references/turnstile/README.md",{"path":835,"priority":279},"references/turnstile/api.md",{"path":837,"priority":279},"references/turnstile/configuration.md",{"path":839,"priority":279},"references/turnstile/gotchas.md",{"path":841,"priority":279},"references/turnstile/patterns.md",{"path":843,"priority":279},"references/vectorize/README.md",{"path":845,"priority":279},"references/vectorize/api.md",{"path":847,"priority":279},"references/vectorize/configuration.md",{"path":849,"priority":279},"references/vectorize/gotchas.md",{"path":851,"priority":279},"references/vectorize/patterns.md",{"path":853,"priority":279},"references/waf/README.md",{"path":855,"priority":279},"references/waf/api.md",{"path":857,"priority":279},"references/waf/configuration.md",{"path":859,"priority":279},"references/waf/gotchas.md",{"path":861,"priority":279},"references/waf/patterns.md",{"path":863,"priority":279},"references/web-analytics/README.md",{"path":865,"priority":279},"references/web-analytics/configuration.md",{"path":867,"priority":279},"references/web-analytics/gotchas.md",{"path":869,"priority":279},"references/web-analytics/integration.md",{"path":871,"priority":279},"references/web-analytics/patterns.md",{"path":873,"priority":279},"references/workerd/README.md",{"path":875,"priority":279},"references/workerd/api.md",{"path":877,"priority":279},"references/workerd/configuration.md",{"path":879,"priority":279},"references/workerd/gotchas.md",{"path":881,"priority":279},"references/workerd/patterns.md",{"path":883,"priority":279},"references/workers/README.md",{"path":885,"priority":279},"references/workers/api.md",{"path":887,"priority":279},"references/workers/configuration.md",{"path":889,"priority":279},"references/workers/frameworks.md",{"path":891,"priority":279},"references/workers/gotchas.md",{"path":893,"priority":279},"references/workers/patterns.md",{"path":895,"priority":279},"references/workers-ai/README.md",{"path":897,"priority":279},"references/workers-ai/api.md",{"path":899,"priority":279},"references/workers-ai/configuration.md",{"path":901,"priority":279},"references/workers-ai/gotchas.md",{"path":903,"priority":279},"references/workers-ai/patterns.md",{"path":905,"priority":279},"references/workers-for-platforms/README.md",{"path":907,"priority":279},"references/workers-for-platforms/api.md",{"path":909,"priority":279},"references/workers-for-platforms/configuration.md",{"path":911,"priority":279},"references/workers-for-platforms/gotchas.md",{"path":913,"priority":279},"references/workers-for-platforms/patterns.md",{"path":915,"priority":279},"references/workers-playground/README.md",{"path":917,"priority":279},"references/workers-playground/api.md",{"path":919,"priority":279},"references/workers-playground/configuration.md",{"path":921,"priority":279},"references/workers-playground/gotchas.md",{"path":923,"priority":279},"references/workers-playground/patterns.md",{"path":925,"priority":279},"references/workers-vpc/README.md",{"path":927,"priority":279},"references/workers-vpc/api.md",{"path":929,"priority":279},"references/workers-vpc/configuration.md",{"path":931,"priority":279},"references/workers-vpc/gotchas.md",{"path":933,"priority":279},"references/workers-vpc/patterns.md",{"path":935,"priority":279},"references/workflows/README.md",{"path":937,"priority":279},"references/workflows/api.md",{"path":939,"priority":279},"references/workflows/configuration.md",{"path":941,"priority":279},"references/workflows/gotchas.md",{"path":943,"priority":279},"references/workflows/patterns.md",{"path":945,"priority":279},"references/wrangler/README.md",{"path":947,"priority":279},"references/wrangler/api.md",{"path":949,"priority":279},"references/wrangler/auth.md",{"path":951,"priority":279},"references/wrangler/configuration.md",{"path":953,"priority":279},"references/wrangler/gotchas.md",{"path":955,"priority":279},"references/wrangler/patterns.md",{"path":957,"priority":279},"references/zaraz/IMPLEMENTATION_SUMMARY.md",{"path":959,"priority":279},"references/zaraz/README.md",{"path":961,"priority":279},"references/zaraz/api.md",{"path":963,"priority":279},"references/zaraz/configuration.md",{"path":965,"priority":279},"references/zaraz/gotchas.md",{"path":967,"priority":279},"references/zaraz/patterns.md",{"basePath":969,"description":970,"displayName":213,"installMethods":971,"rationale":972,"selectedPaths":973,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/figma","Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/figma/SKILL.md",[974,975,976,978,980,982,984],{"path":269,"priority":270},{"path":272,"priority":273},{"path":977,"priority":276},"assets/figma-small.svg",{"path":979,"priority":276},"assets/figma.png",{"path":981,"priority":276},"assets/icon.svg",{"path":983,"priority":279},"references/figma-mcp-config.md",{"path":985,"priority":279},"references/figma-tools-and-prompts.md",{"basePath":243,"description":10,"displayName":13,"installMethods":987,"rationale":988,"selectedPaths":989,"source":304,"sourceLanguage":18,"type":246},{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/figma-code-connect-components/SKILL.md",[990,991,993,994,995,996,998],{"path":269,"priority":270},{"path":992,"priority":273},"LICENSE.TXT",{"path":977,"priority":276},{"path":979,"priority":276},{"path":981,"priority":276},{"path":997,"priority":279},"references/mapping-checklist.md",{"path":999,"priority":276},"scripts/normalize_node_id.py",{"basePath":1001,"description":1002,"displayName":1003,"installMethods":1004,"rationale":1005,"selectedPaths":1006,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/figma-create-design-system-rules","Generates custom design system rules for the user's codebase. Use when user says \"create design system rules\", \"generate rules for my project\", \"set up design rules\", \"customize design system guidelines\", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server connection.","figma-create-design-system-rules",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/figma-create-design-system-rules/SKILL.md",[1007,1008,1009,1010,1011,1012,1014],{"path":269,"priority":270},{"path":992,"priority":273},{"path":977,"priority":276},{"path":979,"priority":276},{"path":981,"priority":276},{"path":1013,"priority":279},"references/rule-template.md",{"path":1015,"priority":276},"scripts/check_agents_md.sh",{"basePath":1017,"description":1018,"displayName":1019,"installMethods":1020,"rationale":1021,"selectedPaths":1022,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/figma-create-new-file","Create a new blank Figma file. Use when the user wants to create a new Figma design or FigJam file, or when you need a new file before calling use_figma. Handles plan resolution via whoami if needed. Usage — /figma-create-new-file [editorType] [fileName] (e.g. /figma-create-new-file figjam My Whiteboard)","figma-create-new-file",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/figma-create-new-file/SKILL.md",[1023,1024,1025,1026,1027],{"path":269,"priority":270},{"path":992,"priority":273},{"path":977,"priority":276},{"path":979,"priority":276},{"path":981,"priority":276},{"basePath":1029,"description":1030,"displayName":1031,"installMethods":1032,"rationale":1033,"selectedPaths":1034,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/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'. This is the preferred workflow skill whenever the user wants to build or update a full page, screen, or view in Figma from code or a description. Discovers design system components, variables, and styles via search_design_system, imports them, and assembles screens incrementally section-by-section using design system tokens instead of hardcoded values.","figma-generate-design",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/figma-generate-design/SKILL.md",[1035,1036,1037,1038,1039],{"path":269,"priority":270},{"path":992,"priority":273},{"path":977,"priority":276},{"path":979,"priority":276},{"path":981,"priority":276},{"basePath":1041,"description":1042,"displayName":1043,"installMethods":1044,"rationale":1045,"selectedPaths":1046,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/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/.curated/figma-generate-library/SKILL.md",[1047,1048,1049,1050,1051,1052,1054,1056,1058,1060,1062,1064,1066,1068,1070,1072,1074,1076,1078,1080,1082],{"path":269,"priority":270},{"path":992,"priority":273},{"path":977,"priority":276},{"path":979,"priority":276},{"path":981,"priority":276},{"path":1053,"priority":279},"references/code-connect-setup.md",{"path":1055,"priority":279},"references/component-creation.md",{"path":1057,"priority":279},"references/discovery-phase.md",{"path":1059,"priority":279},"references/documentation-creation.md",{"path":1061,"priority":279},"references/error-recovery.md",{"path":1063,"priority":279},"references/naming-conventions.md",{"path":1065,"priority":279},"references/token-creation.md",{"path":1067,"priority":276},"scripts/bindVariablesToComponent.js",{"path":1069,"priority":276},"scripts/cleanupOrphans.js",{"path":1071,"priority":276},"scripts/createComponentWithVariants.js",{"path":1073,"priority":276},"scripts/createDocumentationPage.js",{"path":1075,"priority":276},"scripts/createSemanticTokens.js",{"path":1077,"priority":276},"scripts/createVariableCollection.js",{"path":1079,"priority":276},"scripts/inspectFileStructure.js",{"path":1081,"priority":276},"scripts/rehydrateState.js",{"path":1083,"priority":276},"scripts/validateCreation.js",{"basePath":1085,"description":1086,"displayName":1087,"installMethods":1088,"rationale":1089,"selectedPaths":1090,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/figma-implement-design","Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions \"implement design\", \"generate code\", \"implement component\", provides Figma URLs, or asks to build components matching Figma specs. For Figma canvas writes via `use_figma`, use `figma-use`.","figma-implement-design",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/figma-implement-design/SKILL.md",[1091,1092,1093,1094,1095],{"path":269,"priority":270},{"path":272,"priority":273},{"path":977,"priority":276},{"path":979,"priority":276},{"path":981,"priority":276},{"basePath":1097,"description":1098,"displayName":1099,"installMethods":1100,"rationale":1101,"selectedPaths":1102,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/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/.curated/figma-use/SKILL.md",[1103,1104,1105,1106,1107,1108,1110,1112,1114,1116,1118,1120,1122,1124,1126,1128,1130,1132,1134,1136,1138,1140,1142,1144,1146,1148,1150],{"path":269,"priority":270},{"path":992,"priority":273},{"path":977,"priority":276},{"path":979,"priority":276},{"path":981,"priority":276},{"path":1109,"priority":279},"references/api-reference.md",{"path":1111,"priority":279},"references/common-patterns.md",{"path":1113,"priority":279},"references/component-patterns.md",{"path":1115,"priority":279},"references/effect-style-patterns.md",{"path":1117,"priority":279},"references/gotchas.md",{"path":1119,"priority":279},"references/maintainers.yml",{"path":1121,"priority":279},"references/plugin-api-patterns.md",{"path":1123,"priority":279},"references/plugin-api-standalone.d.ts",{"path":1125,"priority":279},"references/plugin-api-standalone.index.md",{"path":1127,"priority":279},"references/text-style-patterns.md",{"path":1129,"priority":279},"references/validation-and-recovery.md",{"path":1131,"priority":279},"references/variable-patterns.md",{"path":1133,"priority":279},"references/working-with-design-systems/maintainers.yml",{"path":1135,"priority":279},"references/working-with-design-systems/wwds-components--creating.md",{"path":1137,"priority":279},"references/working-with-design-systems/wwds-components--using.md",{"path":1139,"priority":279},"references/working-with-design-systems/wwds-components.md",{"path":1141,"priority":279},"references/working-with-design-systems/wwds-effect-styles.md",{"path":1143,"priority":279},"references/working-with-design-systems/wwds-text-styles.md",{"path":1145,"priority":279},"references/working-with-design-systems/wwds-variables--creating.md",{"path":1147,"priority":279},"references/working-with-design-systems/wwds-variables--using.md",{"path":1149,"priority":279},"references/working-with-design-systems/wwds-variables.md",{"path":1151,"priority":279},"references/working-with-design-systems/wwds.md",{"basePath":1153,"description":1154,"displayName":1155,"installMethods":1156,"rationale":1157,"selectedPaths":1158,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/gh-address-comments","Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.","gh-address-comments",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/gh-address-comments/SKILL.md",[1159,1160,1161,1163,1165],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1162,"priority":276},"assets/github-small.svg",{"path":1164,"priority":276},"assets/github.png",{"path":1166,"priority":276},"scripts/fetch_comments.py",{"basePath":1168,"description":1169,"displayName":1170,"installMethods":1171,"rationale":1172,"selectedPaths":1173,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/gh-fix-ci","Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL.","gh-fix-ci",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/gh-fix-ci/SKILL.md",[1174,1175,1176,1177,1178],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1162,"priority":276},{"path":1164,"priority":276},{"path":1179,"priority":276},"scripts/inspect_pr_checks.py",{"basePath":1181,"description":1182,"displayName":1183,"installMethods":1184,"rationale":1185,"selectedPaths":1186,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/hatch-pet","Create, repair, validate, visually QA, and package Codex-compatible animated pets and pet spritesheets from character art, generated images, company or prospect brand cues, or visual references. Use when a user wants a lightweight-worker Codex pet workflow, a non-pixel custom pet style, a prospect or company mascot pet, or a full 8x9 animated pet atlas with transparent unused cells, QA contact sheets, and pet.json packaging. This skill composes the installed $imagegen system skill for visual generation and uses bundled scripts for deterministic spritesheet assembly.","hatch-pet",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/hatch-pet/SKILL.md",[1187,1188,1189,1191,1193,1195,1197,1199,1201,1203,1205,1207,1209],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1190,"priority":279},"references/animation-rows.md",{"path":1192,"priority":279},"references/codex-pet-contract.md",{"path":1194,"priority":279},"references/qa-rubric.md",{"path":1196,"priority":276},"scripts/compose_atlas.py",{"path":1198,"priority":276},"scripts/derive_running_left_from_running_right.py",{"path":1200,"priority":276},"scripts/extract_strip_frames.py",{"path":1202,"priority":276},"scripts/inspect_frames.py",{"path":1204,"priority":276},"scripts/make_contact_sheet.py",{"path":1206,"priority":276},"scripts/prepare_pet_run.py",{"path":1208,"priority":276},"scripts/render_animation_previews.py",{"path":1210,"priority":276},"scripts/validate_atlas.py",{"basePath":1212,"description":1213,"displayName":1214,"installMethods":1215,"rationale":1216,"selectedPaths":1217,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/jupyter-notebook","Use when the user asks to create, scaffold, or edit Jupyter notebooks (`.ipynb`) for experiments, explorations, or tutorials; prefer the bundled templates and run the helper script `new_notebook.py` to generate a clean starting notebook.","jupyter-notebook",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/jupyter-notebook/SKILL.md",[1218,1219,1220,1222,1224,1226,1228,1230,1232,1234,1236],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1221,"priority":276},"assets/experiment-template.ipynb",{"path":1223,"priority":276},"assets/jupyter-small.svg",{"path":1225,"priority":276},"assets/jupyter.png",{"path":1227,"priority":276},"assets/tutorial-template.ipynb",{"path":1229,"priority":279},"references/experiment-patterns.md",{"path":1231,"priority":279},"references/notebook-structure.md",{"path":1233,"priority":279},"references/quality-checklist.md",{"path":1235,"priority":279},"references/tutorial-patterns.md",{"path":1237,"priority":276},"scripts/new_notebook.py",{"basePath":1239,"description":1240,"displayName":1241,"installMethods":1242,"rationale":1243,"selectedPaths":1244,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/linear","Manage issues, projects & team workflows in Linear. Use when the user wants to read, create or updates tickets in Linear.","linear",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/linear/SKILL.md",[1245,1246,1247,1249],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1248,"priority":276},"assets/linear-small.svg",{"path":1250,"priority":276},"assets/linear.png",{"basePath":1252,"description":1253,"displayName":1254,"installMethods":1255,"rationale":1256,"selectedPaths":1257,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/migrate-to-codex","Migrate supported instruction files, skills, agents, and MCP config into Codex project and global files.","migrate-to-codex",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/migrate-to-codex/SKILL.md",[1258,1259,1260,1262,1264,1266,1268,1270,1272,1274,1276,1278,1280,1282,1284,1286,1288,1290],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1261,"priority":279},"references/differences.md",{"path":1263,"priority":276},"scripts/cli.py",{"path":1265,"priority":276},"scripts/migrate/__init__.py",{"path":1267,"priority":276},"scripts/migrate/agents.py",{"path":1269,"priority":276},"scripts/migrate/codex_config.py",{"path":1271,"priority":276},"scripts/migrate/common.py",{"path":1273,"priority":276},"scripts/migrate/hooks.py",{"path":1275,"priority":276},"scripts/migrate/instructions.py",{"path":1277,"priority":276},"scripts/migrate/mcps.py",{"path":1279,"priority":276},"scripts/migrate/plugins.py",{"path":1281,"priority":276},"scripts/migrate/settings.py",{"path":1283,"priority":276},"scripts/migrate/skills.py",{"path":1285,"priority":276},"scripts/migrate-to-codex.py",{"path":1287,"priority":276},"scripts/utils/__init__.py",{"path":1289,"priority":276},"scripts/utils/scan.py",{"path":1291,"priority":276},"scripts/utils/util.py",{"basePath":1293,"description":1294,"displayName":1295,"installMethods":1296,"rationale":1297,"selectedPaths":1298,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/netlify-deploy","Deploy web projects to Netlify using the Netlify CLI (`npx netlify`). Use when the user asks to deploy, host, publish, or link a site/repo on Netlify, including preview and production deploys.","netlify-deploy",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/netlify-deploy/SKILL.md",[1299,1300,1301,1303,1305,1307,1309],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1302,"priority":276},"assets/netlify-small.svg",{"path":1304,"priority":276},"assets/netlify.png",{"path":1306,"priority":279},"references/cli-commands.md",{"path":1308,"priority":279},"references/deployment-patterns.md",{"path":1310,"priority":279},"references/netlify-toml.md",{"basePath":1312,"description":1313,"displayName":1314,"installMethods":1315,"rationale":1316,"selectedPaths":1317,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/notion-knowledge-capture","Capture conversations and decisions into structured Notion pages; use when turning chats/notes into wiki entries, how-tos, decisions, or FAQs with proper linking.","notion-knowledge-capture",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/notion-knowledge-capture/SKILL.md",[1318,1319,1320,1322,1324,1326,1328],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1321,"priority":276},"assets/notion-small.svg",{"path":1323,"priority":276},"assets/notion.png",{"path":1325,"priority":276},"examples/conversation-to-faq.md",{"path":1327,"priority":276},"examples/decision-capture.md",{"path":1329,"priority":276},"examples/how-to-guide.md",{"basePath":1331,"description":1332,"displayName":1333,"installMethods":1334,"rationale":1335,"selectedPaths":1336,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/notion-meeting-intelligence","Prepare meeting materials with Notion context and Codex research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees.","notion-meeting-intelligence",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/notion-meeting-intelligence/SKILL.md",[1337,1338,1339,1340,1341,1343,1345,1347],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1321,"priority":276},{"path":1323,"priority":276},{"path":1342,"priority":276},"examples/customer-meeting.md",{"path":1344,"priority":276},"examples/executive-review.md",{"path":1346,"priority":276},"examples/project-decision.md",{"path":1348,"priority":276},"examples/sprint-planning.md",{"basePath":1350,"description":1351,"displayName":1352,"installMethods":1353,"rationale":1354,"selectedPaths":1355,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/notion-research-documentation","Research across Notion and synthesize into structured documentation; use when gathering info from multiple Notion sources to produce briefs, comparisons, or reports with citations.","notion-research-documentation",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/notion-research-documentation/SKILL.md",[1356,1357,1358,1359,1360,1362,1364,1366],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1321,"priority":276},{"path":1323,"priority":276},{"path":1361,"priority":276},"examples/competitor-analysis.md",{"path":1363,"priority":276},"examples/market-research.md",{"path":1365,"priority":276},"examples/technical-investigation.md",{"path":1367,"priority":276},"examples/trip-planning.md",{"basePath":1369,"description":1370,"displayName":1371,"installMethods":1372,"rationale":1373,"selectedPaths":1374,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/notion-spec-to-implementation","Turn Notion specs into implementation plans, tasks, and progress tracking; use when implementing PRDs/feature specs and creating Notion plans + tasks from them.","notion-spec-to-implementation",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/notion-spec-to-implementation/SKILL.md",[1375,1376,1377,1378,1379,1381,1383],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1321,"priority":276},{"path":1323,"priority":276},{"path":1380,"priority":276},"examples/api-feature.md",{"path":1382,"priority":276},"examples/database-migration.md",{"path":1384,"priority":276},"examples/ui-component.md",{"basePath":1386,"description":1387,"displayName":1388,"installMethods":1389,"rationale":1390,"selectedPaths":1391,"source":304,"sourceLanguage":18,"type":246},"skills/.system/openai-docs","Use when the user asks how to build with OpenAI products or APIs and needs up-to-date official documentation with citations, help choosing the latest model for a use case, or model upgrade and prompt-upgrade guidance; prioritize OpenAI docs MCP tools, use bundled references only as helper context, and restrict any fallback browsing to official OpenAI domains.","openai-docs",{"claudeCode":12},"SKILL.md frontmatter at skills/.system/openai-docs/SKILL.md (coalesced with duplicate skill at skills/.curated/openai-docs)",[1392,1393,1394,1396,1398,1400,1402,1404],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1395,"priority":276},"assets/openai-small.svg",{"path":1397,"priority":276},"assets/openai.png",{"path":1399,"priority":279},"references/latest-model.md",{"path":1401,"priority":279},"references/prompting-guide.md",{"path":1403,"priority":279},"references/upgrade-guide.md",{"path":1405,"priority":276},"scripts/resolve-latest-model-info.js",{"basePath":1407,"description":1408,"displayName":1409,"installMethods":1410,"rationale":1411,"selectedPaths":1412,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/pdf","Use when tasks involve reading, creating, or reviewing PDF files where rendering and layout matter; prefer visual checks by rendering pages (Poppler) and use Python tools such as `reportlab`, `pdfplumber`, and `pypdf` for generation and extraction.","pdf",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/pdf/SKILL.md",[1413,1414,1415],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1416,"priority":276},"assets/pdf.png",{"basePath":1418,"description":1419,"displayName":1420,"installMethods":1421,"rationale":1422,"selectedPaths":1423,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/playwright","Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via `playwright-cli` or the bundled wrapper script.","playwright",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/playwright/SKILL.md",[1424,1425,1426,1428,1430,1432,1434],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1427,"priority":276},"assets/playwright-small.svg",{"path":1429,"priority":276},"assets/playwright.png",{"path":1431,"priority":279},"references/cli.md",{"path":1433,"priority":279},"references/workflows.md",{"path":1435,"priority":276},"scripts/playwright_cli.sh",{"basePath":1437,"description":1438,"displayName":1439,"installMethods":1440,"rationale":1441,"selectedPaths":1442,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/playwright-interactive","Persistent browser and Electron interaction through `js_repl` for fast iterative UI debugging.","playwright-interactive",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/playwright-interactive/SKILL.md",[1443,1444,1445,1446],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1427,"priority":276},{"path":1429,"priority":276},{"basePath":1448,"description":1449,"displayName":1450,"installMethods":1451,"rationale":1452,"selectedPaths":1453,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/render-deploy","Deploy applications to Render by analyzing codebases, generating render.yaml Blueprints, and providing Dashboard deeplinks. Use when the user wants to deploy, host, publish, or set up their application on Render's cloud platform.","render-deploy",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/render-deploy/SKILL.md",[1454,1455,1456,1458,1460,1462,1464,1466,1468,1470,1472,1474,1476,1478,1480,1482,1484,1486,1488,1490],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1457,"priority":276},"assets/docker.yaml",{"path":1459,"priority":276},"assets/go-api.yaml",{"path":1461,"priority":276},"assets/nextjs-postgres.yaml",{"path":1463,"priority":276},"assets/node-express.yaml",{"path":1465,"priority":276},"assets/python-django.yaml",{"path":1467,"priority":276},"assets/render-small.svg",{"path":1469,"priority":276},"assets/render.png",{"path":1471,"priority":276},"assets/static-site.yaml",{"path":1473,"priority":279},"references/blueprint-spec.md",{"path":1475,"priority":279},"references/codebase-analysis.md",{"path":1477,"priority":279},"references/configuration-guide.md",{"path":1479,"priority":279},"references/deployment-details.md",{"path":1481,"priority":279},"references/direct-creation.md",{"path":1483,"priority":279},"references/error-patterns.md",{"path":1485,"priority":279},"references/post-deploy-checks.md",{"path":1487,"priority":279},"references/runtimes.md",{"path":1489,"priority":279},"references/service-types.md",{"path":1491,"priority":279},"references/troubleshooting-basics.md",{"basePath":1493,"description":1494,"displayName":1495,"installMethods":1496,"rationale":1497,"selectedPaths":1498,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/screenshot","Use when the user explicitly asks for a desktop or system screenshot (full screen, specific app or window, or a pixel region), or when tool-specific capture capabilities are unavailable and an OS-level capture is needed.","screenshot",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/screenshot/SKILL.md",[1499,1500,1501,1503,1505,1507,1509,1511,1513,1515],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1502,"priority":276},"assets/screenshot-small.svg",{"path":1504,"priority":276},"assets/screenshot.png",{"path":1506,"priority":276},"scripts/ensure_macos_permissions.sh",{"path":1508,"priority":276},"scripts/macos_display_info.swift",{"path":1510,"priority":276},"scripts/macos_permissions.swift",{"path":1512,"priority":276},"scripts/macos_window_info.swift",{"path":1514,"priority":276},"scripts/take_screenshot.ps1",{"path":1516,"priority":276},"scripts/take_screenshot.py",{"basePath":1518,"description":1519,"displayName":1520,"installMethods":1521,"rationale":1522,"selectedPaths":1523,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/security-best-practices","Perform language and framework specific security best-practice reviews and suggest improvements. Trigger only when the user explicitly requests security best practices guidance, a security review/report, or secure-by-default coding help. Trigger only for supported languages (python, javascript/typescript, go). Do not trigger for general code review, debugging, or non-security tasks.","security-best-practices",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/security-best-practices/SKILL.md",[1524,1525,1526,1528,1530,1532,1534,1536,1538,1540,1542,1544],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1527,"priority":279},"references/golang-general-backend-security.md",{"path":1529,"priority":279},"references/javascript-express-web-server-security.md",{"path":1531,"priority":279},"references/javascript-general-web-frontend-security.md",{"path":1533,"priority":279},"references/javascript-jquery-web-frontend-security.md",{"path":1535,"priority":279},"references/javascript-typescript-nextjs-web-server-security.md",{"path":1537,"priority":279},"references/javascript-typescript-react-web-frontend-security.md",{"path":1539,"priority":279},"references/javascript-typescript-vue-web-frontend-security.md",{"path":1541,"priority":279},"references/python-django-web-server-security.md",{"path":1543,"priority":279},"references/python-fastapi-web-server-security.md",{"path":1545,"priority":279},"references/python-flask-web-server-security.md",{"basePath":1547,"description":1548,"displayName":1549,"installMethods":1550,"rationale":1551,"selectedPaths":1552,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/security-ownership-map","Analyze git repositories to build a security ownership topology (people-to-file), compute bus factor and sensitive-code ownership, and export CSV/JSON for graph databases and visualization. Trigger only when the user explicitly wants a security-oriented ownership or bus-factor analysis grounded in git history (for example: orphaned sensitive code, security maintainers, CODEOWNERS reality checks for risk, sensitive hotspots, or ownership clusters). Do not trigger for general maintainer lists or non-security ownership questions.","security-ownership-map",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/security-ownership-map/SKILL.md",[1553,1554,1555,1557,1559,1561,1563],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1556,"priority":279},"references/neo4j-import.md",{"path":1558,"priority":276},"scripts/build_ownership_map.py",{"path":1560,"priority":276},"scripts/community_maintainers.py",{"path":1562,"priority":276},"scripts/query_ownership.py",{"path":1564,"priority":276},"scripts/run_ownership_map.py",{"basePath":1566,"description":1567,"displayName":1568,"installMethods":1569,"rationale":1570,"selectedPaths":1571,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/security-threat-model","Repository-grounded threat modeling that enumerates trust boundaries, assets, attacker capabilities, abuse paths, and mitigations, and writes a concise Markdown threat model. Trigger only when the user explicitly asks to threat model a codebase or path, enumerate threats/abuse paths, or perform AppSec threat modeling. Do not trigger for general architecture summaries, code review, or non-security design work.","security-threat-model",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/security-threat-model/SKILL.md",[1572,1573,1574,1576],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1575,"priority":279},"references/prompt-template.md",{"path":1577,"priority":279},"references/security-controls-and-assets.md",{"basePath":1579,"description":1580,"displayName":1581,"installMethods":1582,"rationale":1583,"selectedPaths":1584,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/sentry","Use when the user asks to inspect Sentry issues or events, summarize recent production errors, or pull basic Sentry health data via the Sentry CLI; perform read-only queries using the `sentry` command.","sentry",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/sentry/SKILL.md",[1585,1586,1587,1589],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1588,"priority":276},"assets/sentry-small.svg",{"path":1590,"priority":276},"assets/sentry.png",{"basePath":1592,"description":1593,"displayName":1594,"installMethods":1595,"rationale":1596,"selectedPaths":1597,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/speech","Use when the user asks for text-to-speech narration or voiceover, accessibility reads, audio prompts, or batch speech generation via the OpenAI Audio API; run the bundled CLI (`scripts/text_to_speech.py`) with built-in voices and require `OPENAI_API_KEY` for live calls. Custom voice creation is out of scope.","speech",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/speech/SKILL.md",[1598,1599,1600,1602,1604,1606,1608,1609,1611,1613,1615,1617,1619,1621,1623],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1601,"priority":276},"assets/speech-small.svg",{"path":1603,"priority":276},"assets/speech.png",{"path":1605,"priority":279},"references/accessibility.md",{"path":1607,"priority":279},"references/audio-api.md",{"path":1431,"priority":279},{"path":1610,"priority":279},"references/codex-network.md",{"path":1612,"priority":279},"references/ivr.md",{"path":1614,"priority":279},"references/narration.md",{"path":1616,"priority":279},"references/prompting.md",{"path":1618,"priority":279},"references/sample-prompts.md",{"path":1620,"priority":279},"references/voice-directions.md",{"path":1622,"priority":279},"references/voiceover.md",{"path":1624,"priority":276},"scripts/text_to_speech.py",{"basePath":1626,"description":1627,"displayName":1628,"installMethods":1629,"rationale":1630,"selectedPaths":1631,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/transcribe","Transcribe audio files to text with optional diarization and known-speaker hints. Use when a user asks to transcribe speech from audio/video, extract text from recordings, or label speakers in interviews or meetings.","transcribe",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/transcribe/SKILL.md",[1632,1633,1634,1636,1638,1640],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1635,"priority":276},"assets/transcribe-small.svg",{"path":1637,"priority":276},"assets/transcribe.png",{"path":1639,"priority":279},"references/api.md",{"path":1641,"priority":276},"scripts/transcribe_diarize.py",{"basePath":1643,"description":1644,"displayName":1645,"installMethods":1646,"rationale":1647,"selectedPaths":1648,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/vercel-deploy","Deploy applications and websites to Vercel. Use when the user requests deployment actions like \"deploy my app\", \"deploy and give me the link\", \"push this live\", or \"create a preview deployment\".","vercel-deploy",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/vercel-deploy/SKILL.md",[1649,1650,1651,1653,1655],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1652,"priority":276},"assets/vercel-small.svg",{"path":1654,"priority":276},"assets/vercel.png",{"path":1656,"priority":276},"scripts/deploy.sh",{"basePath":1658,"description":1659,"displayName":1660,"installMethods":1661,"rationale":1662,"selectedPaths":1663,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/winui-app","Bootstrap, develop, and design modern WinUI 3 desktop applications with C# and the Windows App SDK using official Microsoft guidance, WinUI Gallery patterns, Windows App SDK samples, and CommunityToolkit components. Use when creating a brand new app, preparing a machine for WinUI, reviewing, refactoring, planning, troubleshooting, environment-checking, or setting up WinUI 3 XAML, controls, navigation, windowing, theming, accessibility, responsiveness, performance, deployment, or related Windows app design and development work.","winui-app",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/winui-app/SKILL.md",[1664,1665,1666,1668,1669,1671,1673,1675,1677,1679,1681,1683,1685,1687,1689,1691,1693,1695,1697],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1667,"priority":276},"assets/winui.png",{"path":278,"priority":279},{"path":1670,"priority":279},"references/accessibility-input-and-localization.md",{"path":1672,"priority":279},"references/build-run-and-launch-verification.md",{"path":1674,"priority":279},"references/community-toolkit-controls-and-helpers.md",{"path":1676,"priority":279},"references/controls-layout-and-adaptive-ui.md",{"path":1678,"priority":279},"references/foundation-environment-audit-and-remediation.md",{"path":1680,"priority":279},"references/foundation-setup-and-project-selection.md",{"path":1682,"priority":279},"references/foundation-template-first-recovery.md",{"path":1684,"priority":279},"references/foundation-winui-app-structure.md",{"path":1686,"priority":279},"references/motion-animations-and-polish.md",{"path":1688,"priority":279},"references/performance-diagnostics-and-responsiveness.md",{"path":1690,"priority":279},"references/sample-source-map.md",{"path":1692,"priority":279},"references/shell-navigation-and-windowing.md",{"path":1694,"priority":279},"references/styling-theming-materials-and-icons.md",{"path":1696,"priority":279},"references/testing-debugging-and-review-checklists.md",{"path":1698,"priority":279},"references/windows-app-sdk-lifecycle-notifications-and-deployment.md",{"basePath":1700,"description":1701,"displayName":1702,"installMethods":1703,"rationale":1704,"selectedPaths":1705,"source":304,"sourceLanguage":18,"type":246},"skills/.curated/yeet","Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).","yeet",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/yeet/SKILL.md",[1706,1707,1708,1710],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1709,"priority":276},"assets/yeet-small.svg",{"path":1711,"priority":276},"assets/yeet.png",{"basePath":1713,"description":1714,"displayName":1715,"installMethods":1716,"rationale":1717,"selectedPaths":1718,"source":304,"sourceLanguage":18,"type":246},"skills/.system/imagegen","Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output should be a bitmap asset rather than repo-native code or vector. Do not use when the task is better handled by editing existing SVG/vector/code-native assets, extending an established icon or logo system, or building the visual directly in HTML/CSS/canvas.","imagegen",{"claudeCode":12},"SKILL.md frontmatter at skills/.system/imagegen/SKILL.md",[1719,1720,1721,1723,1725,1726,1727,1729,1730,1731],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1722,"priority":276},"assets/imagegen-small.svg",{"path":1724,"priority":276},"assets/imagegen.png",{"path":1431,"priority":279},{"path":1610,"priority":279},{"path":1728,"priority":279},"references/image-api.md",{"path":1616,"priority":279},{"path":1618,"priority":279},{"path":1732,"priority":276},"scripts/image_gen.py",{"basePath":1734,"description":1735,"displayName":1736,"installMethods":1737,"rationale":1738,"selectedPaths":1739,"source":304,"sourceLanguage":18,"type":246},"skills/.system/plugin-creator","Create and scaffold plugin directories for Codex with a required `.codex-plugin/plugin.json`, optional plugin folders/files, and baseline placeholders you can edit before publishing or testing. Use when Codex needs to create a new local plugin, add optional plugin structure, or generate or update repo-root `.agents/plugins/marketplace.json` entries for plugin ordering and availability metadata.","plugin-creator",{"claudeCode":12},"SKILL.md frontmatter at skills/.system/plugin-creator/SKILL.md",[1740,1741,1742,1744],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1743,"priority":279},"references/plugin-json-spec.md",{"path":1745,"priority":276},"scripts/create_basic_plugin.py",{"basePath":1747,"description":1748,"displayName":1749,"installMethods":1750,"rationale":1751,"selectedPaths":1752,"source":304,"sourceLanguage":18,"type":246},"skills/.system/skill-creator","Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.","skill-creator",{"claudeCode":12},"SKILL.md frontmatter at skills/.system/skill-creator/SKILL.md",[1753,1754,1755,1757,1759,1761],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1756,"priority":279},"references/openai_yaml.md",{"path":1758,"priority":276},"scripts/generate_openai_yaml.py",{"path":1760,"priority":276},"scripts/init_skill.py",{"path":1762,"priority":276},"scripts/quick_validate.py",{"basePath":1764,"description":1765,"displayName":1766,"installMethods":1767,"rationale":1768,"selectedPaths":1769,"source":304,"sourceLanguage":18,"type":246},"skills/.system/skill-installer","Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).","skill-installer",{"claudeCode":12},"SKILL.md frontmatter at skills/.system/skill-installer/SKILL.md",[1770,1771,1772,1774,1776,1778,1780],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1773,"priority":276},"assets/skill-installer-small.svg",{"path":1775,"priority":276},"assets/skill-installer.png",{"path":1777,"priority":276},"scripts/github_utils.py",{"path":1779,"priority":276},"scripts/install-skill-from-github.py",{"path":1781,"priority":276},"scripts/list-skills.py",{"sources":1783},[1784],"manual",{"closedIssues90d":233,"description":1786,"forks":234,"openIssues90d":235,"pushedAt":236,"readmeSize":231,"stars":237,"topics":1787},"Skills Catalog for Codex",[],{"classifiedAt":1789,"discoverAt":1790,"extractAt":1791,"githubAt":1791,"updatedAt":1789},1778695021634,1778695016992,1778695019762,[214,216,215,217,213],{"evaluatedAt":241,"extractAt":1794,"updatedAt":241},1778695021936,[],[1797,1826,1848,1877,1908,1931],{"_creationTime":1798,"_id":1799,"community":1800,"display":1801,"identity":1807,"providers":1810,"relations":1818,"tags":1821,"workflow":1822},1778686847756.414,"k172zsq3ajrv0z7phy4xeawaq186m6y2",{"reviewCount":8},{"description":1802,"installMethods":1803,"name":1805,"sourceUrl":1806},"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.",{"claudeCode":1804},"figma/mcp-server-guide","figma-code-connect","https://github.com/figma/mcp-server-guide",{"basePath":1808,"githubOwner":213,"githubRepo":1809,"locale":18,"slug":1805,"type":246},"skills/figma-code-connect","mcp-server-guide",{"evaluate":1811,"extract":1817},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1812,"tags":1813,"targetMarket":218,"tier":1816},98,[213,214,215,1814,1815],"typescript","automation","verified",{"commitSha":252},{"parentExtensionId":1819,"repoId":1820},"k17fwrw2bg5z2mpmdtdsybp8t986mwe7","kd7d0zdmxx32hmcpg7qqv27da586m6xa",[1815,214,215,213,1814],{"evaluatedAt":1823,"extractAt":1824,"updatedAt":1825},1778686901762,1778686847756,1778687292288,{"_creationTime":1827,"_id":1828,"community":1829,"display":1830,"identity":1834,"providers":1836,"relations":1843,"tags":1844,"workflow":1845},1778686847756.4158,"k1776w8tdptr8tv242gcbzwmcs86n3zf",{"reviewCount":8},{"description":1831,"installMethods":1832,"name":1833,"sourceUrl":1806},"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.",{"claudeCode":1804},"generate-project-plan",{"basePath":1835,"githubOwner":213,"githubRepo":1809,"locale":18,"slug":1833,"type":246},"workflow-skills/generate-project-plan",{"evaluate":1837,"extract":1842},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1812,"tags":1838,"targetMarket":218,"tier":1816},[213,1839,1840,1841,1815,215],"figjam","project-plan","prd",{"commitSha":252},{"repoId":1820},[1815,215,1839,213,1841,1840],{"evaluatedAt":1846,"extractAt":1824,"updatedAt":1847},1778687069690,1778687293593,{"_creationTime":1849,"_id":1850,"community":1851,"display":1852,"identity":1858,"providers":1862,"relations":1870,"tags":1873,"workflow":1874},1778699018122.8052,"k1724eg9dj5dp6j1f2hxpdmja586mg1p",{"reviewCount":8},{"description":1853,"installMethods":1854,"name":1856,"sourceUrl":1857},"Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects.",{"claudeCode":1855},"wshobson/agents","typescript-advanced-types","https://github.com/wshobson/agents",{"basePath":1859,"githubOwner":1860,"githubRepo":1861,"locale":18,"slug":1856,"type":246},"plugins/javascript-typescript/skills/typescript-advanced-types","wshobson","agents",{"evaluate":1863,"extract":1869},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1864,"tags":1865,"targetMarket":218,"tier":1816},100,[1814,1866,1867,1868,217],"types","generics","programming",{"commitSha":252},{"parentExtensionId":1871,"repoId":1872},"k17821k05dymw6mmaehq84b46986mf3f","kd74de64zj0axtg5b8t7eqqe2x86nske",[217,1867,1868,1866,1814],{"evaluatedAt":1875,"extractAt":1876,"updatedAt":1875},1778701655608,1778699018122,{"_creationTime":1878,"_id":1879,"community":1880,"display":1881,"identity":1887,"providers":1892,"relations":1901,"tags":1904,"workflow":1905},1778696691708.329,"k170yjw596k3cg892bq130jyd186mhyz",{"reviewCount":8},{"description":1882,"installMethods":1883,"name":1885,"sourceUrl":1886},"Validate a Claude Code plugin structure, frontmatter, and MCP tool references",{"claudeCode":1884},"ruvnet/ruflo","Validate Plugin","https://github.com/ruvnet/ruflo",{"basePath":1888,"githubOwner":1889,"githubRepo":1890,"locale":18,"slug":1891,"type":246},"plugins/ruflo-plugin-creator/skills/validate-plugin","ruvnet","ruflo","validate-plugin",{"evaluate":1893,"extract":1899},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1864,"tags":1894,"targetMarket":218,"tier":1816},[1895,1896,217,1897,1898],"validation","plugin","claude-code","mcp",{"commitSha":252,"license":1900},"MIT",{"parentExtensionId":1902,"repoId":1903},"k17f4y1y2y777p7zrxxhbnf03n86mr5j","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[1897,217,1898,1896,1895],{"evaluatedAt":1906,"extractAt":1907,"updatedAt":1906},1778701241052,1778696691708,{"_creationTime":1909,"_id":1910,"community":1911,"display":1912,"identity":1916,"providers":1918,"relations":1926,"tags":1928,"workflow":1929},1778696691708.3264,"k179thjzaw5kepc7zhdj9sat3n86mcqp",{"reviewCount":8},{"description":1913,"installMethods":1914,"name":1915,"sourceUrl":1886},"Validate pending migrations for foreign key consistency, rollback safety, and best practices",{"claudeCode":1884},"migrate-validate",{"basePath":1917,"githubOwner":1889,"githubRepo":1890,"locale":18,"slug":1915,"type":246},"plugins/ruflo-migrations/skills/migrate-validate",{"evaluate":1919,"extract":1925},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1864,"tags":1920,"targetMarket":218,"tier":1816},[1921,1922,1923,1895,1924,217],"database","migrations","sql","code-quality",{"commitSha":252},{"parentExtensionId":1927,"repoId":1903},"k176me0sh9b6bc3gzttnywx4w986njzh",[1924,1921,217,1922,1923,1895],{"evaluatedAt":1930,"extractAt":1907,"updatedAt":1930},1778701008912,{"_creationTime":1932,"_id":1933,"community":1934,"display":1935,"identity":1941,"providers":1944,"relations":1953,"tags":1955,"workflow":1956},1778699438912.8826,"k170fxxh22hdspg4vr94whgj1986mpr9",{"reviewCount":8},{"description":1936,"installMethods":1937,"name":1939,"sourceUrl":1940},"Context Runtime for AI Agents — 59 MCP tools, 10 read modes, 95+ shell patterns, tree-sitter AST for 18 languages. Compresses LLM context by up to 99%. Use when reading files, running shell commands, searching code, or exploring directories. Auto-installs if not present.",{"claudeCode":1938},"yvgude/lean-ctx","lean-ctx","https://github.com/yvgude/lean-ctx",{"basePath":1942,"githubOwner":1943,"githubRepo":1939,"locale":18,"slug":1939,"type":246},"skills/lean-ctx","yvgude",{"evaluate":1945,"extract":1952},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1864,"tags":1946,"targetMarket":218,"tier":1816},[1947,1948,1949,217,1950,1951],"context-compression","ai-agent","cli-tools","rust","code-analysis",{"commitSha":252},{"repoId":1954},"kd7dxtfr9j3z54hs3bz0218e1n86may0",[1948,1949,1951,1947,217,1950],{"evaluatedAt":1957,"extractAt":1958,"updatedAt":1959},1778699456179,1778699438912,1778699517795]