[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-openai-screenshot-de":3,"guides-for-openai-screenshot":1796,"similar-k171s15b0bme483rx0mpe17vr186n1qf-de":1797},{"_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":1793,"workflow":1794},1778695021936.5613,"k171s15b0bme483rx0mpe17vr186n1qf",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"openai/skills","screenshot","https://github.com/openai/skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":224,"workflow":239},1778695553149.5664,"kn70v41aeqa16nbg6sk8yctht986m3jf","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"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,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,143,147,151,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of needing a desktop or system screenshot when tool-specific capabilities are unavailable or explicitly requested by the user.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides a cross-platform solution with OS-specific helpers and fallback commands, offering value beyond a simple prompt by handling complex capture scenarios and permissions.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides comprehensive scripts for macOS, Linux, and Windows, including permission handling and error reporting, indicating it's ready for production workflows.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused solely on capturing screenshots across various platforms and scenarios, adhering to a single responsibility.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The provided description accurately reflects the skill's functionality, detailing when to use it and its capabilities for different capture types.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes specific OS commands and helper scripts for different capture types (full screen, region, window), acting as scoped tools rather than a single generalist command.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All command-line arguments and their purposes are documented in the script's help message.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The script and its functions are clearly named, with command-line arguments being descriptive and following standard conventions.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The script's input parameters are well-defined via argparse, and its output is limited to printing the path(s) of the captured screenshot(s).",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The skill is licensed under the Apache License 2.0, as indicated by the bundled LICENSE.txt file, which is a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commits, with the latest push date being 2026-05-13, indicating active maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill does not use any third-party dependencies beyond standard Python libraries and OS commands.",{"category":66,"check":67,"severity":63,"summary":68},"Security","Secret Management","The script does not handle any secrets or sensitive information.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The script relies on standard OS commands and bundled helpers; it does not fetch or execute untrusted third-party code or data.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The script does not fetch external files at runtime or execute downloaded code; all necessary components are bundled.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The script operates within the user's project directory or temporary directories and does not attempt to modify files outside of its scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached process spawns or deny-retry loops were found in the script.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The script does not perform any outbound calls to external domains and does not handle confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled scripts and documentation do not contain hidden steering tricks or malicious Unicode characters.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The Python script is written in plain, readable code and does not use obfuscation techniques like base64 encoding or eval.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The script uses temporary directories or user-specified paths, and provides clear error messages if prerequisites are not met, avoiding rigid structural assumptions.",{"category":96,"check":97,"severity":98,"summary":99},"Trust","Issues Attention","warning","There are 30 open issues and 6 closed issues in the last 90 days, indicating a low closure rate and potentially slow maintainer response.",{"category":101,"check":102,"severity":24,"summary":103},"Versioning","Release Management","The repository has a recent commit date (2026-05-13), and the `package.json` file (though not shown in provided context, standard for OpenAI repos) likely contains versioning information.",{"category":105,"check":106,"severity":24,"summary":107},"Code Execution","Validation","Input arguments are parsed and validated using argparse, and script outputs are limited to file paths.",{"category":66,"check":109,"severity":24,"summary":110},"Unguarded Destructive Operations","Screenshot capture is not a destructive operation and does not require a confirmation gate.",{"category":105,"check":112,"severity":24,"summary":113},"Error Handling","The script includes robust error handling with `SystemExit` for various failure conditions and provides informative messages.",{"category":105,"check":115,"severity":24,"summary":116},"Logging","The script prints the output file path(s) to stdout, which serves as a form of logging for successful operations.",{"category":118,"check":119,"severity":63,"summary":120},"Compliance","GDPR","The skill does not operate on or submit personal data.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill is designed to be platform-agnostic and does not exhibit any regional or jurisdictional logic; its target market is global.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The script is written in Python 3 and uses standard libraries, with specific checks for OS-specific commands and graceful fallbacks.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README file exists and clearly states the extension's purpose and installation instructions.",{"category":33,"check":131,"severity":63,"summary":132},"Tool surface size","This is a single-tool extension, primarily a script with various command-line arguments.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The skill performs a single core function (screenshotting) and does not expose near-synonym tools.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features in the README and description correspond to implemented functionality in the script and helper files.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear installation instructions using `$skill-installer` and includes copy-pasteable example invocations.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","Error messages are informative, detailing what failed and providing clear next steps or remediation advice.",{"category":148,"check":149,"severity":24,"summary":150},"Execution","Pinned dependencies","The script uses standard Python 3 and OS commands; no external dependencies requiring pinning are used. Shebangs and interpreter declarations are present.",{"category":33,"check":152,"severity":63,"summary":153},"Dry-run preview","Screenshot capture is not a state-changing operation that would benefit from a dry-run preview.",{"category":155,"check":156,"severity":63,"summary":157},"Protocol","Idempotent retry & timeouts","The skill does not involve remote calls or state-changing operations that require idempotency or timeouts.",{"category":118,"check":159,"severity":63,"summary":160},"Telemetry opt-in","The skill does not emit any telemetry.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The description clearly states the artifact (desktop/system screenshot) and the user intent (explicit request, unavailable tool-specific capabilities, or default capture).",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter is concise and self-contained, clearly defining the skill's purpose and primary use cases.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md file is well-structured, delegating detailed OS-specific commands to scripts and keeping the main instructions concise.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","Detailed OS-specific commands and permission helpers are in separate script files, allowing for progressive disclosure.",{"category":171,"check":175,"severity":63,"summary":176},"Forked exploration","This skill is not an exploration-heavy skill and does not require forked exploration context.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The SKILL.md and script docstrings provide numerous ready-to-use examples for various capture scenarios.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The SKILL.md and script error handling address edge cases like missing permissions, tool availability, and unsupported platforms.",{"category":105,"check":184,"severity":24,"summary":185},"Tool Fallback","The script provides fallbacks for Linux tools and OS-specific commands, and declares its stack assumptions.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The script includes checks for necessary permissions and tool availability, halting with informative errors if prerequisites are not met.",{"category":92,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills; it focuses solely on screenshot capture.",1778695551294,"This skill captures screenshots across macOS, Linux, and Windows using native OS commands and helper scripts. It supports various capture modes including full screen, specific regions, applications, windows, and active windows, with explicit permission handling for macOS.",[196,197,198,199,200],"Cross-platform screenshot capture (macOS, Linux, Windows)","Support for full screen, region, app, and window captures","OS-specific permission handling for macOS","Fallback mechanisms for different OS capture tools","Clear output of saved file paths",[202,203,204],"Capturing screenshots within web browsers or specific applications that have their own integrated capture tools.","Performing image manipulation or editing after capture.","Automated screen recording (only static images are captured).","3.0.0","4.4.0","To capture desktop or system screenshots when explicitly requested or when tool-specific capture capabilities are unavailable.","The skill is well-implemented with comprehensive documentation and error handling. The only finding with a lower severity is related to issue response times.",92,"A robust, cross-platform screenshot skill with detailed instructions and examples.",[13,212,213,214,215,216],"macos","linux","windows","utility","capture","global","community",[220,221,222,223],"When a user explicitly asks for a desktop or system screenshot.","When tool-specific capture capabilities (e.g., for Figma or browsers) are unavailable.","For capturing the entire system desktop or specific application windows.","When an OS-level capture is needed for debugging or documentation.",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"security":237,"testCoverage":238},{"hasLockfile":226},false,1778695536531,{"descriptionLength":229,"readmeSize":230},220,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},1778695553149,{"basePath":242,"githubOwner":243,"githubRepo":244,"locale":18,"slug":13,"type":245},"skills/.curated/screenshot","openai","skills","skill",true,null,{"evaluate":249,"extract":251},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":250,"targetMarket":217,"tier":218},[13,212,213,214,215,216],{"commitSha":252},"HEAD",{"repoId":254},"kd75n2zj3yh472p25zffgycved86mnpx",{"_creationTime":256,"_id":254,"identity":257,"providers":258,"workflow":1789},1778695016992.2295,{"githubOwner":243,"githubRepo":244,"sourceUrl":14},{"classify":259,"discover":1783,"github":1786},{"commitSha":252,"extensions":260},[261,305,330,341,968,987,1004,1020,1032,1044,1088,1100,1156,1171,1184,1215,1242,1255,1296,1315,1334,1353,1372,1389,1410,1421,1440,1451,1496,1518,1547,1566,1579,1592,1626,1643,1658,1700,1713,1734,1747,1764],{"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":971,"installMethods":972,"rationale":973,"selectedPaths":974,"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.","figma",{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/figma/SKILL.md",[975,976,977,979,981,983,985],{"path":269,"priority":270},{"path":272,"priority":273},{"path":978,"priority":276},"assets/figma-small.svg",{"path":980,"priority":276},"assets/figma.png",{"path":982,"priority":276},"assets/icon.svg",{"path":984,"priority":279},"references/figma-mcp-config.md",{"path":986,"priority":279},"references/figma-tools-and-prompts.md",{"basePath":988,"description":989,"displayName":990,"installMethods":991,"rationale":992,"selectedPaths":993,"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",[994,995,997,998,999,1000,1002],{"path":269,"priority":270},{"path":996,"priority":273},"LICENSE.TXT",{"path":978,"priority":276},{"path":980,"priority":276},{"path":982,"priority":276},{"path":1001,"priority":279},"references/mapping-checklist.md",{"path":1003,"priority":276},"scripts/normalize_node_id.py",{"basePath":1005,"description":1006,"displayName":1007,"installMethods":1008,"rationale":1009,"selectedPaths":1010,"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",[1011,1012,1013,1014,1015,1016,1018],{"path":269,"priority":270},{"path":996,"priority":273},{"path":978,"priority":276},{"path":980,"priority":276},{"path":982,"priority":276},{"path":1017,"priority":279},"references/rule-template.md",{"path":1019,"priority":276},"scripts/check_agents_md.sh",{"basePath":1021,"description":1022,"displayName":1023,"installMethods":1024,"rationale":1025,"selectedPaths":1026,"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",[1027,1028,1029,1030,1031],{"path":269,"priority":270},{"path":996,"priority":273},{"path":978,"priority":276},{"path":980,"priority":276},{"path":982,"priority":276},{"basePath":1033,"description":1034,"displayName":1035,"installMethods":1036,"rationale":1037,"selectedPaths":1038,"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",[1039,1040,1041,1042,1043],{"path":269,"priority":270},{"path":996,"priority":273},{"path":978,"priority":276},{"path":980,"priority":276},{"path":982,"priority":276},{"basePath":1045,"description":1046,"displayName":1047,"installMethods":1048,"rationale":1049,"selectedPaths":1050,"source":304,"sourceLanguage":18,"type":245},"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",[1051,1052,1053,1054,1055,1056,1058,1060,1062,1064,1066,1068,1070,1072,1074,1076,1078,1080,1082,1084,1086],{"path":269,"priority":270},{"path":996,"priority":273},{"path":978,"priority":276},{"path":980,"priority":276},{"path":982,"priority":276},{"path":1057,"priority":279},"references/code-connect-setup.md",{"path":1059,"priority":279},"references/component-creation.md",{"path":1061,"priority":279},"references/discovery-phase.md",{"path":1063,"priority":279},"references/documentation-creation.md",{"path":1065,"priority":279},"references/error-recovery.md",{"path":1067,"priority":279},"references/naming-conventions.md",{"path":1069,"priority":279},"references/token-creation.md",{"path":1071,"priority":276},"scripts/bindVariablesToComponent.js",{"path":1073,"priority":276},"scripts/cleanupOrphans.js",{"path":1075,"priority":276},"scripts/createComponentWithVariants.js",{"path":1077,"priority":276},"scripts/createDocumentationPage.js",{"path":1079,"priority":276},"scripts/createSemanticTokens.js",{"path":1081,"priority":276},"scripts/createVariableCollection.js",{"path":1083,"priority":276},"scripts/inspectFileStructure.js",{"path":1085,"priority":276},"scripts/rehydrateState.js",{"path":1087,"priority":276},"scripts/validateCreation.js",{"basePath":1089,"description":1090,"displayName":1091,"installMethods":1092,"rationale":1093,"selectedPaths":1094,"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",[1095,1096,1097,1098,1099],{"path":269,"priority":270},{"path":272,"priority":273},{"path":978,"priority":276},{"path":980,"priority":276},{"path":982,"priority":276},{"basePath":1101,"description":1102,"displayName":1103,"installMethods":1104,"rationale":1105,"selectedPaths":1106,"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",[1107,1108,1109,1110,1111,1112,1114,1116,1118,1120,1122,1124,1126,1128,1130,1132,1134,1136,1138,1140,1142,1144,1146,1148,1150,1152,1154],{"path":269,"priority":270},{"path":996,"priority":273},{"path":978,"priority":276},{"path":980,"priority":276},{"path":982,"priority":276},{"path":1113,"priority":279},"references/api-reference.md",{"path":1115,"priority":279},"references/common-patterns.md",{"path":1117,"priority":279},"references/component-patterns.md",{"path":1119,"priority":279},"references/effect-style-patterns.md",{"path":1121,"priority":279},"references/gotchas.md",{"path":1123,"priority":279},"references/maintainers.yml",{"path":1125,"priority":279},"references/plugin-api-patterns.md",{"path":1127,"priority":279},"references/plugin-api-standalone.d.ts",{"path":1129,"priority":279},"references/plugin-api-standalone.index.md",{"path":1131,"priority":279},"references/text-style-patterns.md",{"path":1133,"priority":279},"references/validation-and-recovery.md",{"path":1135,"priority":279},"references/variable-patterns.md",{"path":1137,"priority":279},"references/working-with-design-systems/maintainers.yml",{"path":1139,"priority":279},"references/working-with-design-systems/wwds-components--creating.md",{"path":1141,"priority":279},"references/working-with-design-systems/wwds-components--using.md",{"path":1143,"priority":279},"references/working-with-design-systems/wwds-components.md",{"path":1145,"priority":279},"references/working-with-design-systems/wwds-effect-styles.md",{"path":1147,"priority":279},"references/working-with-design-systems/wwds-text-styles.md",{"path":1149,"priority":279},"references/working-with-design-systems/wwds-variables--creating.md",{"path":1151,"priority":279},"references/working-with-design-systems/wwds-variables--using.md",{"path":1153,"priority":279},"references/working-with-design-systems/wwds-variables.md",{"path":1155,"priority":279},"references/working-with-design-systems/wwds.md",{"basePath":1157,"description":1158,"displayName":1159,"installMethods":1160,"rationale":1161,"selectedPaths":1162,"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",[1163,1164,1165,1167,1169],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1166,"priority":276},"assets/github-small.svg",{"path":1168,"priority":276},"assets/github.png",{"path":1170,"priority":276},"scripts/fetch_comments.py",{"basePath":1172,"description":1173,"displayName":1174,"installMethods":1175,"rationale":1176,"selectedPaths":1177,"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",[1178,1179,1180,1181,1182],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1166,"priority":276},{"path":1168,"priority":276},{"path":1183,"priority":276},"scripts/inspect_pr_checks.py",{"basePath":1185,"description":1186,"displayName":1187,"installMethods":1188,"rationale":1189,"selectedPaths":1190,"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",[1191,1192,1193,1195,1197,1199,1201,1203,1205,1207,1209,1211,1213],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1194,"priority":279},"references/animation-rows.md",{"path":1196,"priority":279},"references/codex-pet-contract.md",{"path":1198,"priority":279},"references/qa-rubric.md",{"path":1200,"priority":276},"scripts/compose_atlas.py",{"path":1202,"priority":276},"scripts/derive_running_left_from_running_right.py",{"path":1204,"priority":276},"scripts/extract_strip_frames.py",{"path":1206,"priority":276},"scripts/inspect_frames.py",{"path":1208,"priority":276},"scripts/make_contact_sheet.py",{"path":1210,"priority":276},"scripts/prepare_pet_run.py",{"path":1212,"priority":276},"scripts/render_animation_previews.py",{"path":1214,"priority":276},"scripts/validate_atlas.py",{"basePath":1216,"description":1217,"displayName":1218,"installMethods":1219,"rationale":1220,"selectedPaths":1221,"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",[1222,1223,1224,1226,1228,1230,1232,1234,1236,1238,1240],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1225,"priority":276},"assets/experiment-template.ipynb",{"path":1227,"priority":276},"assets/jupyter-small.svg",{"path":1229,"priority":276},"assets/jupyter.png",{"path":1231,"priority":276},"assets/tutorial-template.ipynb",{"path":1233,"priority":279},"references/experiment-patterns.md",{"path":1235,"priority":279},"references/notebook-structure.md",{"path":1237,"priority":279},"references/quality-checklist.md",{"path":1239,"priority":279},"references/tutorial-patterns.md",{"path":1241,"priority":276},"scripts/new_notebook.py",{"basePath":1243,"description":1244,"displayName":1245,"installMethods":1246,"rationale":1247,"selectedPaths":1248,"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",[1249,1250,1251,1253],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1252,"priority":276},"assets/linear-small.svg",{"path":1254,"priority":276},"assets/linear.png",{"basePath":1256,"description":1257,"displayName":1258,"installMethods":1259,"rationale":1260,"selectedPaths":1261,"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",[1262,1263,1264,1266,1268,1270,1272,1274,1276,1278,1280,1282,1284,1286,1288,1290,1292,1294],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1265,"priority":279},"references/differences.md",{"path":1267,"priority":276},"scripts/cli.py",{"path":1269,"priority":276},"scripts/migrate/__init__.py",{"path":1271,"priority":276},"scripts/migrate/agents.py",{"path":1273,"priority":276},"scripts/migrate/codex_config.py",{"path":1275,"priority":276},"scripts/migrate/common.py",{"path":1277,"priority":276},"scripts/migrate/hooks.py",{"path":1279,"priority":276},"scripts/migrate/instructions.py",{"path":1281,"priority":276},"scripts/migrate/mcps.py",{"path":1283,"priority":276},"scripts/migrate/plugins.py",{"path":1285,"priority":276},"scripts/migrate/settings.py",{"path":1287,"priority":276},"scripts/migrate/skills.py",{"path":1289,"priority":276},"scripts/migrate-to-codex.py",{"path":1291,"priority":276},"scripts/utils/__init__.py",{"path":1293,"priority":276},"scripts/utils/scan.py",{"path":1295,"priority":276},"scripts/utils/util.py",{"basePath":1297,"description":1298,"displayName":1299,"installMethods":1300,"rationale":1301,"selectedPaths":1302,"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",[1303,1304,1305,1307,1309,1311,1313],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1306,"priority":276},"assets/netlify-small.svg",{"path":1308,"priority":276},"assets/netlify.png",{"path":1310,"priority":279},"references/cli-commands.md",{"path":1312,"priority":279},"references/deployment-patterns.md",{"path":1314,"priority":279},"references/netlify-toml.md",{"basePath":1316,"description":1317,"displayName":1318,"installMethods":1319,"rationale":1320,"selectedPaths":1321,"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",[1322,1323,1324,1326,1328,1330,1332],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1325,"priority":276},"assets/notion-small.svg",{"path":1327,"priority":276},"assets/notion.png",{"path":1329,"priority":276},"examples/conversation-to-faq.md",{"path":1331,"priority":276},"examples/decision-capture.md",{"path":1333,"priority":276},"examples/how-to-guide.md",{"basePath":1335,"description":1336,"displayName":1337,"installMethods":1338,"rationale":1339,"selectedPaths":1340,"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",[1341,1342,1343,1344,1345,1347,1349,1351],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1325,"priority":276},{"path":1327,"priority":276},{"path":1346,"priority":276},"examples/customer-meeting.md",{"path":1348,"priority":276},"examples/executive-review.md",{"path":1350,"priority":276},"examples/project-decision.md",{"path":1352,"priority":276},"examples/sprint-planning.md",{"basePath":1354,"description":1355,"displayName":1356,"installMethods":1357,"rationale":1358,"selectedPaths":1359,"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",[1360,1361,1362,1363,1364,1366,1368,1370],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1325,"priority":276},{"path":1327,"priority":276},{"path":1365,"priority":276},"examples/competitor-analysis.md",{"path":1367,"priority":276},"examples/market-research.md",{"path":1369,"priority":276},"examples/technical-investigation.md",{"path":1371,"priority":276},"examples/trip-planning.md",{"basePath":1373,"description":1374,"displayName":1375,"installMethods":1376,"rationale":1377,"selectedPaths":1378,"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",[1379,1380,1381,1382,1383,1385,1387],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1325,"priority":276},{"path":1327,"priority":276},{"path":1384,"priority":276},"examples/api-feature.md",{"path":1386,"priority":276},"examples/database-migration.md",{"path":1388,"priority":276},"examples/ui-component.md",{"basePath":1390,"description":1391,"displayName":1392,"installMethods":1393,"rationale":1394,"selectedPaths":1395,"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)",[1396,1397,1398,1400,1402,1404,1406,1408],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1399,"priority":276},"assets/openai-small.svg",{"path":1401,"priority":276},"assets/openai.png",{"path":1403,"priority":279},"references/latest-model.md",{"path":1405,"priority":279},"references/prompting-guide.md",{"path":1407,"priority":279},"references/upgrade-guide.md",{"path":1409,"priority":276},"scripts/resolve-latest-model-info.js",{"basePath":1411,"description":1412,"displayName":1413,"installMethods":1414,"rationale":1415,"selectedPaths":1416,"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",[1417,1418,1419],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1420,"priority":276},"assets/pdf.png",{"basePath":1422,"description":1423,"displayName":1424,"installMethods":1425,"rationale":1426,"selectedPaths":1427,"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",[1428,1429,1430,1432,1434,1436,1438],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1431,"priority":276},"assets/playwright-small.svg",{"path":1433,"priority":276},"assets/playwright.png",{"path":1435,"priority":279},"references/cli.md",{"path":1437,"priority":279},"references/workflows.md",{"path":1439,"priority":276},"scripts/playwright_cli.sh",{"basePath":1441,"description":1442,"displayName":1443,"installMethods":1444,"rationale":1445,"selectedPaths":1446,"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",[1447,1448,1449,1450],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1431,"priority":276},{"path":1433,"priority":276},{"basePath":1452,"description":1453,"displayName":1454,"installMethods":1455,"rationale":1456,"selectedPaths":1457,"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",[1458,1459,1460,1462,1464,1466,1468,1470,1472,1474,1476,1478,1480,1482,1484,1486,1488,1490,1492,1494],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1461,"priority":276},"assets/docker.yaml",{"path":1463,"priority":276},"assets/go-api.yaml",{"path":1465,"priority":276},"assets/nextjs-postgres.yaml",{"path":1467,"priority":276},"assets/node-express.yaml",{"path":1469,"priority":276},"assets/python-django.yaml",{"path":1471,"priority":276},"assets/render-small.svg",{"path":1473,"priority":276},"assets/render.png",{"path":1475,"priority":276},"assets/static-site.yaml",{"path":1477,"priority":279},"references/blueprint-spec.md",{"path":1479,"priority":279},"references/codebase-analysis.md",{"path":1481,"priority":279},"references/configuration-guide.md",{"path":1483,"priority":279},"references/deployment-details.md",{"path":1485,"priority":279},"references/direct-creation.md",{"path":1487,"priority":279},"references/error-patterns.md",{"path":1489,"priority":279},"references/post-deploy-checks.md",{"path":1491,"priority":279},"references/runtimes.md",{"path":1493,"priority":279},"references/service-types.md",{"path":1495,"priority":279},"references/troubleshooting-basics.md",{"basePath":242,"description":10,"displayName":13,"installMethods":1497,"rationale":1498,"selectedPaths":1499,"source":304,"sourceLanguage":18,"type":245},{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/screenshot/SKILL.md",[1500,1501,1502,1504,1506,1508,1510,1512,1514,1516],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1503,"priority":276},"assets/screenshot-small.svg",{"path":1505,"priority":276},"assets/screenshot.png",{"path":1507,"priority":276},"scripts/ensure_macos_permissions.sh",{"path":1509,"priority":276},"scripts/macos_display_info.swift",{"path":1511,"priority":276},"scripts/macos_permissions.swift",{"path":1513,"priority":276},"scripts/macos_window_info.swift",{"path":1515,"priority":276},"scripts/take_screenshot.ps1",{"path":1517,"priority":276},"scripts/take_screenshot.py",{"basePath":1519,"description":1520,"displayName":1521,"installMethods":1522,"rationale":1523,"selectedPaths":1524,"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",[1525,1526,1527,1529,1531,1533,1535,1537,1539,1541,1543,1545],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1528,"priority":279},"references/golang-general-backend-security.md",{"path":1530,"priority":279},"references/javascript-express-web-server-security.md",{"path":1532,"priority":279},"references/javascript-general-web-frontend-security.md",{"path":1534,"priority":279},"references/javascript-jquery-web-frontend-security.md",{"path":1536,"priority":279},"references/javascript-typescript-nextjs-web-server-security.md",{"path":1538,"priority":279},"references/javascript-typescript-react-web-frontend-security.md",{"path":1540,"priority":279},"references/javascript-typescript-vue-web-frontend-security.md",{"path":1542,"priority":279},"references/python-django-web-server-security.md",{"path":1544,"priority":279},"references/python-fastapi-web-server-security.md",{"path":1546,"priority":279},"references/python-flask-web-server-security.md",{"basePath":1548,"description":1549,"displayName":1550,"installMethods":1551,"rationale":1552,"selectedPaths":1553,"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",[1554,1555,1556,1558,1560,1562,1564],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1557,"priority":279},"references/neo4j-import.md",{"path":1559,"priority":276},"scripts/build_ownership_map.py",{"path":1561,"priority":276},"scripts/community_maintainers.py",{"path":1563,"priority":276},"scripts/query_ownership.py",{"path":1565,"priority":276},"scripts/run_ownership_map.py",{"basePath":1567,"description":1568,"displayName":1569,"installMethods":1570,"rationale":1571,"selectedPaths":1572,"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",[1573,1574,1575,1577],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1576,"priority":279},"references/prompt-template.md",{"path":1578,"priority":279},"references/security-controls-and-assets.md",{"basePath":1580,"description":1581,"displayName":1582,"installMethods":1583,"rationale":1584,"selectedPaths":1585,"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",[1586,1587,1588,1590],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1589,"priority":276},"assets/sentry-small.svg",{"path":1591,"priority":276},"assets/sentry.png",{"basePath":1593,"description":1594,"displayName":1595,"installMethods":1596,"rationale":1597,"selectedPaths":1598,"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",[1599,1600,1601,1603,1605,1607,1609,1610,1612,1614,1616,1618,1620,1622,1624],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1602,"priority":276},"assets/speech-small.svg",{"path":1604,"priority":276},"assets/speech.png",{"path":1606,"priority":279},"references/accessibility.md",{"path":1608,"priority":279},"references/audio-api.md",{"path":1435,"priority":279},{"path":1611,"priority":279},"references/codex-network.md",{"path":1613,"priority":279},"references/ivr.md",{"path":1615,"priority":279},"references/narration.md",{"path":1617,"priority":279},"references/prompting.md",{"path":1619,"priority":279},"references/sample-prompts.md",{"path":1621,"priority":279},"references/voice-directions.md",{"path":1623,"priority":279},"references/voiceover.md",{"path":1625,"priority":276},"scripts/text_to_speech.py",{"basePath":1627,"description":1628,"displayName":1629,"installMethods":1630,"rationale":1631,"selectedPaths":1632,"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",[1633,1634,1635,1637,1639,1641],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1636,"priority":276},"assets/transcribe-small.svg",{"path":1638,"priority":276},"assets/transcribe.png",{"path":1640,"priority":279},"references/api.md",{"path":1642,"priority":276},"scripts/transcribe_diarize.py",{"basePath":1644,"description":1645,"displayName":1646,"installMethods":1647,"rationale":1648,"selectedPaths":1649,"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",[1650,1651,1652,1654,1656],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1653,"priority":276},"assets/vercel-small.svg",{"path":1655,"priority":276},"assets/vercel.png",{"path":1657,"priority":276},"scripts/deploy.sh",{"basePath":1659,"description":1660,"displayName":1661,"installMethods":1662,"rationale":1663,"selectedPaths":1664,"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",[1665,1666,1667,1669,1670,1672,1674,1676,1678,1680,1682,1684,1686,1688,1690,1692,1694,1696,1698],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1668,"priority":276},"assets/winui.png",{"path":278,"priority":279},{"path":1671,"priority":279},"references/accessibility-input-and-localization.md",{"path":1673,"priority":279},"references/build-run-and-launch-verification.md",{"path":1675,"priority":279},"references/community-toolkit-controls-and-helpers.md",{"path":1677,"priority":279},"references/controls-layout-and-adaptive-ui.md",{"path":1679,"priority":279},"references/foundation-environment-audit-and-remediation.md",{"path":1681,"priority":279},"references/foundation-setup-and-project-selection.md",{"path":1683,"priority":279},"references/foundation-template-first-recovery.md",{"path":1685,"priority":279},"references/foundation-winui-app-structure.md",{"path":1687,"priority":279},"references/motion-animations-and-polish.md",{"path":1689,"priority":279},"references/performance-diagnostics-and-responsiveness.md",{"path":1691,"priority":279},"references/sample-source-map.md",{"path":1693,"priority":279},"references/shell-navigation-and-windowing.md",{"path":1695,"priority":279},"references/styling-theming-materials-and-icons.md",{"path":1697,"priority":279},"references/testing-debugging-and-review-checklists.md",{"path":1699,"priority":279},"references/windows-app-sdk-lifecycle-notifications-and-deployment.md",{"basePath":1701,"description":1702,"displayName":1703,"installMethods":1704,"rationale":1705,"selectedPaths":1706,"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",[1707,1708,1709,1711],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1710,"priority":276},"assets/yeet-small.svg",{"path":1712,"priority":276},"assets/yeet.png",{"basePath":1714,"description":1715,"displayName":1716,"installMethods":1717,"rationale":1718,"selectedPaths":1719,"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",[1720,1721,1722,1724,1726,1727,1728,1730,1731,1732],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1723,"priority":276},"assets/imagegen-small.svg",{"path":1725,"priority":276},"assets/imagegen.png",{"path":1435,"priority":279},{"path":1611,"priority":279},{"path":1729,"priority":279},"references/image-api.md",{"path":1617,"priority":279},{"path":1619,"priority":279},{"path":1733,"priority":276},"scripts/image_gen.py",{"basePath":1735,"description":1736,"displayName":1737,"installMethods":1738,"rationale":1739,"selectedPaths":1740,"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",[1741,1742,1743,1745],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1744,"priority":279},"references/plugin-json-spec.md",{"path":1746,"priority":276},"scripts/create_basic_plugin.py",{"basePath":1748,"description":1749,"displayName":1750,"installMethods":1751,"rationale":1752,"selectedPaths":1753,"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",[1754,1755,1756,1758,1760,1762],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1757,"priority":279},"references/openai_yaml.md",{"path":1759,"priority":276},"scripts/generate_openai_yaml.py",{"path":1761,"priority":276},"scripts/init_skill.py",{"path":1763,"priority":276},"scripts/quick_validate.py",{"basePath":1765,"description":1766,"displayName":1767,"installMethods":1768,"rationale":1769,"selectedPaths":1770,"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",[1771,1772,1773,1775,1777,1779,1781],{"path":269,"priority":270},{"path":272,"priority":273},{"path":1774,"priority":276},"assets/skill-installer-small.svg",{"path":1776,"priority":276},"assets/skill-installer.png",{"path":1778,"priority":276},"scripts/github_utils.py",{"path":1780,"priority":276},"scripts/install-skill-from-github.py",{"path":1782,"priority":276},"scripts/list-skills.py",{"sources":1784},[1785],"manual",{"closedIssues90d":232,"description":1787,"forks":233,"openIssues90d":234,"pushedAt":235,"readmeSize":230,"stars":236,"topics":1788},"Skills Catalog for Codex",[],{"classifiedAt":1790,"discoverAt":1791,"extractAt":1792,"githubAt":1792,"updatedAt":1790},1778695021634,1778695016992,1778695019762,[216,213,212,13,215,214],{"evaluatedAt":240,"extractAt":1795,"updatedAt":240},1778695021936,[],[1798,1828,1859,1881,1904,1933],{"_creationTime":1799,"_id":1800,"community":1801,"display":1802,"identity":1808,"providers":1812,"relations":1822,"tags":1824,"workflow":1825},1778697652123.8806,"k17e99n8cb55vm23m26vec6r1586mrwe",{"reviewCount":8},{"description":1803,"installMethods":1804,"name":1806,"sourceUrl":1807},"Use Crabbox for OpenClaw remote validation across Linux, macOS, Windows, and WSL2. Default to Blacksmith Testbox for broad Linux proof; includes direct Blacksmith and owned AWS/Hetzner fallback notes when Crabbox fails.",{"claudeCode":1805},"steipete/clawdis","crabbox","https://github.com/steipete/clawdis",{"basePath":1809,"githubOwner":1810,"githubRepo":1811,"locale":18,"slug":1806,"type":245},".agents/skills/crabbox","steipete","clawdis",{"evaluate":1813,"extract":1821},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1814,"tags":1815,"targetMarket":217,"tier":1820},100,[1816,1817,1818,1819,213,212,214],"testing","ci","remote-execution","validation","verified",{"commitSha":252},{"repoId":1823},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[1817,213,212,1818,1816,1819,214],{"evaluatedAt":1826,"extractAt":1827,"updatedAt":1826},1778697705804,1778697652123,{"_creationTime":1829,"_id":1830,"community":1831,"display":1832,"identity":1838,"providers":1843,"relations":1852,"tags":1855,"workflow":1856},1778692306427.1047,"k17caas0m2k6qhnw4ttsfgj3c186neqs",{"reviewCount":8},{"description":1833,"installMethods":1834,"name":1836,"sourceUrl":1837},"Interactive setup wizard for the claude-ops plugin. Installs missing CLIs, configures env vars for each channel (Telegram, WhatsApp, Email, Slack, Notion, Linear, Sentry, Vercel), builds the project registry, and saves user preferences. Run once after installing the plugin or any time to reconfigure.",{"claudeCode":1835},"Lifecycle-Innovations-Limited/claude-ops","claude-ops Setup Wizard","https://github.com/Lifecycle-Innovations-Limited/claude-ops",{"basePath":1839,"githubOwner":1840,"githubRepo":1841,"locale":18,"slug":1842,"type":245},"claude-ops/skills/setup","Lifecycle-Innovations-Limited","claude-ops","setup",{"evaluate":1844,"extract":1850},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1845,"tags":1846,"targetMarket":217,"tier":1820},99,[1842,1847,1848,1849,212,213,214],"configuration","wizard","automation",{"commitSha":252,"license":1851},"MIT",{"parentExtensionId":1853,"repoId":1854},"k17d0t6ns7y6t377pfprg128hd86nm89","kd7d52tcek2e34r805zs06b10d86n39v",[1849,1847,213,212,1842,214,1848],{"evaluatedAt":1857,"extractAt":1858,"updatedAt":1857},1778693096632,1778692306427,{"_creationTime":1860,"_id":1861,"community":1862,"display":1863,"identity":1867,"providers":1869,"relations":1877,"tags":1878,"workflow":1879},1778692306427.0974,"k1703gwnjmfghxzjt6edpv7g9h86n3ny",{"reviewCount":8},{"description":1864,"installMethods":1865,"name":1866,"sourceUrl":1837},"Check claude-ops background daemon end-to-end and auto-fix common issues. Detects stale plist paths after plugin upgrades, missing service commands, dead processes, corrupt health files, and bash version mismatches.",{"claudeCode":1835},"ops-daemon",{"basePath":1868,"githubOwner":1840,"githubRepo":1841,"locale":18,"slug":1866,"type":245},"claude-ops/skills/ops-daemon",{"evaluate":1870,"extract":1876},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1845,"tags":1871,"targetMarket":217,"tier":1820},[1872,1873,212,213,214,1874,1875],"daemon","maintenance","diagnostics","autofix",{"commitSha":252,"license":1851},{"parentExtensionId":1853,"repoId":1854},[1875,1872,1874,213,212,1873,214],{"evaluatedAt":1880,"extractAt":1858,"updatedAt":1880},1778692431210,{"_creationTime":1882,"_id":1883,"community":1884,"display":1885,"identity":1889,"providers":1891,"relations":1900,"tags":1901,"workflow":1902},1778692306427.1033,"k1736cmbg64yycmt89d4h23mh586nfm5",{"reviewCount":8},{"description":1886,"installMethods":1887,"name":1888,"sourceUrl":1837},"Cross-platform, hardware-adaptive system optimizer. Auto-detects macOS / Linux / WSL / Windows (MINGW/Cygwin/MSYS2) and CPU/RAM/disk/GPU profile, then picks the right cleanup strategy. Scans reclaimable disk space, memory pressure, runaway processes, startup bloat, network issues. CleanMyMac built into Claude Code.",{"claudeCode":1835},"ops-speedup",{"basePath":1890,"githubOwner":1840,"githubRepo":1841,"locale":18,"slug":1888,"type":245},"claude-ops/skills/ops-speedup",{"evaluate":1892,"extract":1899},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1893,"tags":1894,"targetMarket":217,"tier":1820},98,[1895,1896,1897,1898,212,213,214,1849],"system-optimization","cleanup","performance","cross-platform",{"commitSha":252,"license":1851},{"parentExtensionId":1853,"repoId":1854},[1849,1896,1898,213,212,1897,1895,214],{"evaluatedAt":1903,"extractAt":1858,"updatedAt":1903},1778692959698,{"_creationTime":1905,"_id":1906,"community":1907,"display":1908,"identity":1914,"providers":1918,"relations":1926,"tags":1929,"workflow":1930},1778695548458.4006,"k17bbe1cd60gypr8x6p41xbsan86mbbc",{"reviewCount":8},{"description":1909,"installMethods":1910,"name":1912,"sourceUrl":1913},"Set up a WSL2 development environment on Windows including shell configuration, essential tools, Git, SSH keys, Node.js, Python, and cross-platform path management. Use when setting up a new Windows machine for development, configuring WSL2 for the first time, adding development tools to an existing WSL installation, or setting up cross-platform workflows that combine WSL and Windows tools.\n",{"claudeCode":1911},"pjt222/agent-almanac","setup-wsl-dev-environment","https://github.com/pjt222/agent-almanac",{"basePath":1915,"githubOwner":1916,"githubRepo":1917,"locale":18,"slug":1912,"type":245},"skills/setup-wsl-dev-environment","pjt222","agent-almanac",{"evaluate":1919,"extract":1925},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1920,"tags":1921,"targetMarket":217,"tier":1820},97,[1922,214,213,1923,1842,1924],"wsl","development","environment",{"commitSha":252},{"parentExtensionId":1927,"repoId":1928},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[1923,1924,213,1842,214,1922],{"evaluatedAt":1931,"extractAt":1932,"updatedAt":1931},1778701535171,1778695548458,{"_creationTime":1934,"_id":1935,"community":1936,"display":1937,"identity":1942,"providers":1946,"relations":1956,"tags":1958,"workflow":1959},1778675414637.861,"k175wzven6w8bjmvxya173zs8d86n5ze",{"reviewCount":8},{"description":1938,"installMethods":1939,"name":213,"sourceUrl":1941},"Zoom Video SDK for Linux - C++ headless bots, raw audio/video capture/injection, Qt/GTK integration, Docker support",{"claudeCode":1940},"anthropics/knowledge-work-plugins","https://github.com/anthropics/knowledge-work-plugins",{"basePath":1943,"githubOwner":1944,"githubRepo":1945,"locale":18,"slug":213,"type":245},"partner-built/zoom-plugin/skills/video-sdk/linux","anthropics","knowledge-work-plugins",{"evaluate":1947,"extract":1955},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1814,"tags":1948,"targetMarket":217,"tier":1820},[1949,1950,213,1951,1923,1952,1953,1954],"zoom","video-sdk","cpp","headless","media","real-time",{"commitSha":252},{"repoId":1957},"kd7d9w1wpah4hqnbsfzwwax72986mh7d",[1951,1923,1952,213,1953,1954,1950,1949],{"evaluatedAt":1960,"extractAt":1961,"updatedAt":1960},1778678767262,1778675414637]