[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-openai-figma-generate-library-zh-CN":3,"guides-for-openai-figma-generate-library":1795,"similar-k177zpe71mwzhdxrdamjmw054s86mh5d-zh-CN":1796},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":241,"isFallback":246,"parentExtension":247,"providers":248,"relations":253,"repo":255,"tags":1792,"workflow":1793},1778695021936.5566,"k177zpe71mwzhdxrdamjmw054s86mh5d",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Build or update a professional-grade design system in Figma from a codebase. Use when the user wants to create variables/tokens, build component libraries, set up theming (light/dark modes), document foundations, or reconcile gaps between code and Figma. This skill teaches WHAT to build and in WHAT ORDER — it complements the `figma-use` skill which teaches HOW to call the Plugin API. Both skills should be loaded together.",{"claudeCode":12},"openai/skills","figma-generate-library","https://github.com/openai/skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":224,"workflow":239},1778695165458.3406,"kn78nfstm9qn9fa0nhx5tstyws86ne7w","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":217,"tier":218,"useCases":219},[21,26,29,32,36,39,44,48,51,54,58,62,65,69,72,75,78,81,84,87,90,94,99,103,107,110,114,117,121,124,127,130,133,136,139,143,147,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the user problem: building Figma design systems from code, and specifies the target audience and use cases.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides significant value beyond a basic prompt by orchestrating complex, multi-step Figma API workflows and embedding design system best practices, complementing a lower-level tool.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle of building a design system in Figma, including discovery, token creation, component building, variant management, and final QA, with a clear workflow and state management.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses exclusively on the process of building and updating Figma design systems from codebase artifacts, clearly defining its scope and complementing, rather than bundling, other functionalities.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description is accurate, concise, and clearly explains the skill's purpose, use cases, and its relationship with the `figma-use` skill.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This skill does not expose individual tools; it orchestrates calls to the `use_figma` tool based on its internal logic and workflow.",{"category":45,"check":46,"severity":24,"summary":47},"Documentation","Configuration & parameter reference","The documentation clearly references all necessary `use_figma` parameters within code examples and explains the structure of state management and data formats used.",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","This is a skill, not a set of tools. Tool naming conventions are not applicable.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The skill orchestrates `use_figma` calls with specific parameters, avoiding generic inputs and returning structured data that facilitates state management and validation.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The license is provided via a `LICENSE.TXT` file which references Figma's Developer Terms, indicating a permissive usage framework.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The latest commit was 2026-05-13, indicating recent maintenance activity within the last 90 days.",{"category":59,"check":63,"severity":42,"summary":64},"Dependency Management","The skill does not appear to bundle or directly manage third-party dependencies; it relies on the Claude Code runtime and the Figma API.",{"category":66,"check":67,"severity":42,"summary":68},"Security","Secret Management","The skill does not appear to handle or expose secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill's provided scripts are self-contained and do not appear to load external data as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill does not fetch remote content or execute arbitrary code from external sources; all logic is bundled.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates within the Figma plugin sandbox and does not modify files outside its designated scope or interact with the user's file system directly.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The provided JavaScript scripts do not contain primitives for escaping the sandbox, such as detached processes or deny-retry loops.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill does not appear to have any undocumented outbound calls or instructions to submit confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled markdown and script files do not contain hidden steering tricks, invisible characters, or obfuscated content.",{"category":66,"check":88,"severity":24,"summary":89},"Opaque code execution","All bundled scripts are provided in plain, readable JavaScript and do not use obfuscation techniques like base64 payloads or eval.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill makes reasonable assumptions about Figma structure and the `use_figma` tool, and provides clear error messages for missing prerequisites like the `figma-use` skill.",{"category":95,"check":96,"severity":97,"summary":98},"Trust","Issues Attention","warning","There are 30 open issues and 6 closed issues in the last 90 days, indicating a slow closure rate and potentially slow maintainer response.",{"category":100,"check":101,"severity":24,"summary":102},"Version","Release Management","The skill is part of a larger repository that is actively being committed to, and the skill itself is likely managed through this active repository structure.",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","The skill emphasizes validation at multiple stages using `get_metadata`, `get_screenshot`, and provides scripts for verifying variable and style creation, indicating robust input/output handling.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill primarily focuses on creation and updates within Figma; any implicit destructive operations (like cleanup) are guarded by run ID tagging and user checkpoints.",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","The skill provides detailed error recovery protocols, specific `use_figma` failure mappings, and emphasizes using `dsb_run_id` for targeted cleanup, indicating comprehensive error handling.",{"category":111,"check":115,"severity":42,"summary":116},"Logging","The skill does not appear to implement custom logging to a local audit file; logging is handled by the Claude Code runtime and Figma's tool output.",{"category":118,"check":119,"severity":42,"summary":120},"Compliance","GDPR","The skill operates within Figma and does not handle personal data or interact with external systems in a way that would trigger GDPR concerns.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill is geographically neutral and applicable globally, focusing on Figma's functionality rather than region-specific workflows.",{"category":91,"check":125,"severity":24,"summary":126},"Runtime stability","The skill relies on standard Figma API calls and JavaScript, making it portable across environments that support the Figma plugin execution context.",{"category":45,"check":128,"severity":24,"summary":129},"README","The repository README provides essential context on Agent Skills, installation, and links to further documentation.",{"category":33,"check":131,"severity":42,"summary":132},"Tool surface size","This is a skill, not a toolset with multiple exposed commands. It orchestrates calls to the `use_figma` tool.",{"category":40,"check":134,"severity":42,"summary":135},"Overlapping near-synonym tools","This is a skill, not a toolset with multiple exposed commands.",{"category":45,"check":137,"severity":24,"summary":138},"Phantom features","All features described in the SKILL.md and README are directly supported by the provided scripts and `use_figma` call examples.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear instructions for installing curated skills via the `$skill-installer` command and mentions restarting Codex.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The skill's documentation provides detailed error recovery protocols and specific guidance for handling various failure scenarios, including cleanup and retry steps.",{"category":104,"check":148,"severity":42,"summary":149},"Pinned dependencies","The skill does not appear to have explicit third-party dependencies that would require pinning or side-effect headers.",{"category":33,"check":151,"severity":42,"summary":152},"Dry-run preview","Code Connect operations and direct Figma API calls do not inherently support a 'dry-run' mode; verification is done via `get_metadata` and `get_screenshot` post-operation.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The skill implements robust idempotency checks using `dsb_run_id` and `dsb_key` for node tagging, allowing safe retries after failures, and emphasizes state management for long workflows.",{"category":118,"check":158,"severity":42,"summary":159},"Telemetry opt-in","The skill does not appear to emit telemetry; data collection is limited to Figma's internal reporting for plugin usage.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill's purpose is precisely defined as building Figma design systems from codebases, with clear triggers and explicit non-goals.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The SKILL.md frontmatter is concise, self-contained, and accurately summarizes the core capability.",{"category":45,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is well-structured, delegates extensive material to references, and stays within a reasonable length.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md effectively uses external reference files for detailed procedures and data, demonstrating progressive disclosure.",{"category":170,"check":174,"severity":42,"summary":175},"Forked exploration","The skill's workflow is procedural and does not involve deep, unstructured exploration that would necessitate `context: fork`.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md and reference documents provide numerous end-to-end, ready-to-use JavaScript examples for various `use_figma` operations, covering most capabilities.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The error recovery reference and common error table comprehensively document failure modes, symptoms, and recovery steps, addressing edge cases.",{"category":111,"check":183,"severity":42,"summary":184},"Tool Fallback","The skill relies on the `use_figma` tool, which is assumed to be universally available within the Claude Code environment.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill's error recovery protocol emphasizes stopping execution, cleaning up partial state using `dsb_run_id`, and resuming from a known good state, effectively halting on unexpected conditions.",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill clearly states its dependency on the `figma-use` skill and provides clear instructions for its integration, avoiding implicit coupling.",1778695165348,"This skill orchestrates complex, multi-phase workflows to build and update Figma design systems directly from a codebase. It leverages the Figma Plugin API via `use_figma` calls, embedding best practices for token creation, component variant management, variable binding, and state persistence.",[195,196,197,198,199],"Builds Figma design systems from codebase tokens and components","Automates variable collection, token creation, and style definition","Manages component variants, properties, and layout via Figma API","Ensures idempotency and state persistence for long workflows","Provides detailed documentation and error recovery protocols",[201,202,203,204],"Directly calling the Figma Plugin API without workflow orchestration","Building components without prior discovery and user approval","Creating design tokens without mapping them to code syntax","Overwriting user-created nodes without explicit intent or cleanup protocols","3.0.0","4.4.0","To automate the creation of professional-grade Figma design systems that accurately reflect a codebase, ensuring consistency and efficiency in design-to-development workflows.","The skill is exceptionally well-documented and robust, providing comprehensive workflow guidance, detailed examples, and strong error recovery mechanisms. The primary finding driving the community tier is the slow closure rate of issues in the main repository.",95,"An expert-level skill for automating Figma design system creation from codebases.",[212,213,214,215,216],"figma","design-system","automation","code-sync","figma-plugin-api","global","community",[220,221,222,223],"When a user wants to create Figma variables/tokens from code.","When a user wants to build component libraries in Figma that match their codebase.","When a user needs to set up theming (light/dark modes) for a Figma design system.","When a user wants to document design foundations and reconcile gaps between code and Figma.",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"security":237,"testCoverage":238},{"hasLockfile":226},false,1778695155537,{"descriptionLength":229,"readmeSize":230},425,1478,{"closedIssues90d":232,"forks":233,"hasChangelog":226,"openIssues90d":234,"pushedAt":235,"stars":236},6,1263,30,1778692029000,19018,{"hasNpmPackage":226,"smitheryVerified":226},{"hasCi":226,"hasTests":226},{"updatedAt":240},1778695165458,{"basePath":242,"githubOwner":243,"githubRepo":244,"locale":18,"slug":13,"type":245},"skills/.curated/figma-generate-library","openai","skills","skill",true,null,{"evaluate":249,"extract":251},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":250,"targetMarket":217,"tier":218},[212,213,214,215,216],{"commitSha":252},"HEAD",{"repoId":254},"kd75n2zj3yh472p25zffgycved86mnpx",{"_creationTime":256,"_id":254,"identity":257,"providers":258,"workflow":1788},1778695016992.2295,{"githubOwner":243,"githubRepo":244,"sourceUrl":14},{"classify":259,"discover":1782,"github":1785},{"commitSha":252,"extensions":260},[261,305,330,341,968,986,1003,1019,1031,1043,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":245},"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":245},"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":245},"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":245},"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":212,"installMethods":971,"rationale":972,"selectedPaths":973,"source":304,"sourceLanguage":18,"type":245},"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":987,"description":988,"displayName":989,"installMethods":990,"rationale":991,"selectedPaths":992,"source":304,"sourceLanguage":18,"type":245},"skills/.curated/figma-code-connect-components","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`.","figma-code-connect-components",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/figma-code-connect-components/SKILL.md",[993,994,996,997,998,999,1001],{"path":269,"priority":270},{"path":995,"priority":273},"LICENSE.TXT",{"path":977,"priority":276},{"path":979,"priority":276},{"path":981,"priority":276},{"path":1000,"priority":279},"references/mapping-checklist.md",{"path":1002,"priority":276},"scripts/normalize_node_id.py",{"basePath":1004,"description":1005,"displayName":1006,"installMethods":1007,"rationale":1008,"selectedPaths":1009,"source":304,"sourceLanguage":18,"type":245},"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",[1010,1011,1012,1013,1014,1015,1017],{"path":269,"priority":270},{"path":995,"priority":273},{"path":977,"priority":276},{"path":979,"priority":276},{"path":981,"priority":276},{"path":1016,"priority":279},"references/rule-template.md",{"path":1018,"priority":276},"scripts/check_agents_md.sh",{"basePath":1020,"description":1021,"displayName":1022,"installMethods":1023,"rationale":1024,"selectedPaths":1025,"source":304,"sourceLanguage":18,"type":245},"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",[1026,1027,1028,1029,1030],{"path":269,"priority":270},{"path":995,"priority":273},{"path":977,"priority":276},{"path":979,"priority":276},{"path":981,"priority":276},{"basePath":1032,"description":1033,"displayName":1034,"installMethods":1035,"rationale":1036,"selectedPaths":1037,"source":304,"sourceLanguage":18,"type":245},"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",[1038,1039,1040,1041,1042],{"path":269,"priority":270},{"path":995,"priority":273},{"path":977,"priority":276},{"path":979,"priority":276},{"path":981,"priority":276},{"basePath":242,"description":10,"displayName":13,"installMethods":1044,"rationale":1045,"selectedPaths":1046,"source":304,"sourceLanguage":18,"type":245},{"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":995,"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":245},"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":245},"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":995,"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":245},"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":245},"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":245},"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":245},"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":245},"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":245},"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":245},"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":245},"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":245},"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":245},"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":245},"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":245},"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":245},"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":245},"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":245},"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":245},"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":245},"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":245},"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":245},"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":245},"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":245},"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":245},"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":245},"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":245},"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":245},"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":245},"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":245},"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":245},"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":245},"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":245},"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":232,"description":1786,"forks":233,"openIssues90d":234,"pushedAt":235,"readmeSize":230,"stars":236,"topics":1787},"Skills Catalog for Codex",[],{"classifiedAt":1789,"discoverAt":1790,"extractAt":1791,"githubAt":1791,"updatedAt":1789},1778695021634,1778695016992,1778695019762,[214,215,213,212,216],{"evaluatedAt":240,"extractAt":1794,"updatedAt":240},1778695021936,[],[1797,1829,1860,1877,1909,1938],{"_creationTime":1798,"_id":1799,"community":1800,"display":1801,"identity":1806,"providers":1810,"relations":1820,"tags":1824,"workflow":1825},1778687164791.1145,"k174yn6rgknww1jdj6g99wbrh986mrxa",{"reviewCount":8},{"description":1802,"installMethods":1803,"name":13,"sourceUrl":1805},"从代码库在 Figma 中构建或更新专业级设计系统。当用户想要创建变量/令牌、构建组件库、设置主题（浅色/深色模式）、记录基础或协调代码和 Figma 之间的差距时使用。此技能教授要构建什么以及按什么顺序 — 它补充了教授如何调用插件 API 的 `figma-use` 技能。两个技能应一起加载。",{"claudeCode":1804},"figma/mcp-server-guide","https://github.com/figma/mcp-server-guide",{"basePath":1807,"githubOwner":212,"githubRepo":1808,"locale":1809,"slug":13,"type":245},"skills/figma-generate-library","mcp-server-guide","zh-CN",{"evaluate":1811,"extract":1819},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1812,"tags":1813,"targetMarket":217,"tier":1818},100,[212,213,1814,1815,214,1816,1817],"tokens","components","ux","figma-plugin","verified",{"commitSha":252},{"parentExtensionId":1821,"repoId":1822,"translatedFrom":1823},"k17fwrw2bg5z2mpmdtdsybp8t986mwe7","kd7d0zdmxx32hmcpg7qqv27da586m6xa","k175ecr7vr38vc0976trem43sd86mvk7",[214,1815,213,212,1817,1814,1816],{"evaluatedAt":1826,"extractAt":1827,"updatedAt":1828},1778687010196,1778686847756,1778687164791,{"_creationTime":1830,"_id":1831,"community":1832,"display":1833,"identity":1839,"providers":1843,"relations":1854,"tags":1856,"workflow":1857},1778696113180.814,"k1761rwsvz28qcfzrk4ckpacn186mz53",{"reviewCount":8},{"description":1834,"installMethods":1835,"name":1837,"sourceUrl":1838},"Build or audit a design system including component library, design tokens, naming conventions, contribution model, and documentation. Use this skill whenever the user wants to build a design system, audit an existing system, define design tokens at the system level, structure a component library, or set up design system governance. Triggers on design system, component library, design tokens, atomic design, atoms, molecules, organisms, design system documentation, Storybook, Figma library, system governance, design contribution model. Also triggers when teams are inconsistent across products and a system is the answer.",{"claudeCode":1836},"rampstackco/claude-skills","Design System","https://github.com/rampstackco/claude-skills",{"basePath":1840,"githubOwner":1841,"githubRepo":1842,"locale":18,"slug":213,"type":245},"skills/design-system","rampstackco","claude-skills",{"evaluate":1844,"extract":1852},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1845,"tags":1846,"targetMarket":217,"tier":1818},98,[213,1847,1848,1849,1850,212,1851],"component-library","design-tokens","documentation","governance","storybook",{"commitSha":252,"license":1853},"MIT",{"repoId":1855},"kd7bebccrrd1xf6w868aggftrd86m86v",[1847,213,1848,1849,212,1850,1851],{"evaluatedAt":1858,"extractAt":1859,"updatedAt":1858},1778696750206,1778696113180,{"_creationTime":1861,"_id":1862,"community":1863,"display":1864,"identity":1866,"providers":1867,"relations":1873,"tags":1874,"workflow":1875},1778695021936.556,"k17c799wr1eejbysdg4prjnwys86mbg0",{"reviewCount":8},{"description":1005,"installMethods":1865,"name":1006,"sourceUrl":14},{"claudeCode":12},{"basePath":1004,"githubOwner":243,"githubRepo":244,"locale":18,"slug":1006,"type":245},{"evaluate":1868,"extract":1872},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":1869,"targetMarket":217,"tier":218},[213,212,1870,1871,214],"code-generation","developer-tools",{"commitSha":252},{"repoId":254},[214,1870,213,1871,212],{"evaluatedAt":1876,"extractAt":1794,"updatedAt":1876},1778695123396,{"_creationTime":1878,"_id":1879,"community":1880,"display":1881,"identity":1887,"providers":1892,"relations":1902,"tags":1905,"workflow":1906},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":1882,"installMethods":1883,"name":1885,"sourceUrl":1886},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":1884},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":1888,"githubOwner":1889,"githubRepo":1890,"locale":18,"slug":1891,"type":245},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":1893,"extract":1901},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1812,"tags":1894,"targetMarket":217,"tier":1818},[1895,1896,1897,1898,214,1899,1900],"git","development-environment","workflow","tmux","cli","developer-tool",{"commitSha":252,"license":1853},{"parentExtensionId":1903,"repoId":1904},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[214,1899,1900,1896,1895,1898,1897],{"evaluatedAt":1907,"extractAt":1908,"updatedAt":1907},1778699613343,1778699234184,{"_creationTime":1910,"_id":1911,"community":1912,"display":1913,"identity":1919,"providers":1922,"relations":1930,"tags":1933,"workflow":1934},1778699505679.3464,"k1751nm85mw95gw3rsqgrdqspx86ncq2",{"reviewCount":8},{"description":1914,"installMethods":1915,"name":1917,"sourceUrl":1918},"无需 OAuth 即可创建公开的 Google Docs 或 Google Sheet 文件。使用此技能创建和编辑 Google Docs 和 Sheets，无需登录 Google。文档可通过共享链接查看。首次使用时自动注册。",{"claudeCode":1916},"zagmoai/public-google-drive","public-google-drive","https://github.com/zagmoai/public-google-drive",{"basePath":1920,"githubOwner":1921,"githubRepo":1917,"locale":1809,"slug":1917,"type":245},"","zagmoai",{"evaluate":1923,"extract":1929},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1812,"tags":1924,"targetMarket":217,"tier":1818},[1925,1926,1927,214,1928],"google-docs","google-sheets","productivity","api-client",{"commitSha":252},{"repoId":1931,"translatedFrom":1932},"kd776ynh73t0d6samn4bnxdf3x86n8mj","k1707pszx7h026a651dp5tvaxd86m3ag",[1928,214,1925,1926,1927],{"evaluatedAt":1935,"extractAt":1936,"updatedAt":1937},1778699485884,1778699468747,1778699505679,{"_creationTime":1939,"_id":1940,"community":1941,"display":1942,"identity":1945,"providers":1948,"relations":1956,"tags":1957,"workflow":1958},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":1943,"installMethods":1944,"name":1890,"sourceUrl":1886},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":1884},{"basePath":1946,"githubOwner":1889,"githubRepo":1890,"locale":18,"slug":1947,"type":245},"skills/ask","ask",{"evaluate":1949,"extract":1955},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1812,"tags":1950,"targetMarket":217,"tier":1818},[1899,214,1951,1952,1953,1954],"llm","prompting","code-review","artifact-generation",{"commitSha":252,"license":1853},{"parentExtensionId":1903,"repoId":1904},[1954,214,1899,1953,1951,1952],{"evaluatedAt":1959,"extractAt":1908,"updatedAt":1959},1778699303045]