[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-openai-cli-creator-zh-CN":3,"guides-for-openai-cli-creator":1793,"similar-k1715rn9402s29yge55y9nt0x986n2tf-zh-CN":1794},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":238,"isFallback":243,"parentExtension":244,"providers":245,"relations":250,"repo":252,"tags":1790,"workflow":1791},1778695021936.555,"k1715rn9402s29yge55y9nt0x986n2tf",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"openai/skills","cli-creator","https://github.com/openai/skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":221,"workflow":236},1778695068759.138,"kn7ftqnpc4p5jmyyq4z56rjwpd86n223","en",{"checks":20,"evaluatedAt":190,"extensionSummary":191,"features":192,"nonGoals":198,"promptVersionExtension":202,"promptVersionScoring":203,"purpose":204,"rationale":205,"score":206,"summary":207,"tags":208,"targetMarket":214,"tier":215,"useCases":216},[21,26,29,32,36,39,44,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,129,131,133,136,140,144,148,151,155,158,161,164,167,171,174,177,180,183,187],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies the problem of building composable CLIs for Codex and names specific use cases like API docs and OpenAPI specs.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides a structured approach to generating CLIs with specific contracts and runtime choices, going beyond basic prompt engineering for tool creation.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the full lifecycle from identifying sources and jobs to choosing runtimes, sketching command surfaces, and handling auth, making it suitable for production workflows.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on the single responsibility of creating CLIs from various sources, with a coherent workflow.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's purpose and capabilities, including its use cases and target audience.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This skill is a meta-skill and does not expose individual tools directly to the agent.",{"category":45,"check":46,"severity":24,"summary":47},"Documentation","Configuration & parameter reference","The SKILL.md details the user's inputs (source, jobs, install name) and provides clear guidance on runtime choices and command contracts.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","Tool names and commands described in the SKILL.md are descriptive and follow shell-friendly conventions.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The skill emphasizes structured output (JSON), clear command contracts, and avoids unnecessary parameters, focusing only on what is needed for CLI creation.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The skill is licensed under the Apache License 2.0, a permissive open-source license, clearly indicated by the bundled LICENSE.txt file.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The repository shows recent commits, indicating active maintenance.",{"category":59,"check":63,"severity":42,"summary":64},"Dependency Management","The skill itself does not appear to use third-party dependencies directly, but rather guides the creation of CLIs that may use them.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill provides guidance on handling secrets for the generated CLIs, recommending environment variables and avoiding hardcoded tokens.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill emphasizes treating external sources as data and provides clear instructions on sanitizing inputs and outputs for generated CLIs.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill guides the creation of CLIs that bundle dependencies and avoids runtime downloads of arbitrary code or instructions.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill provides instructions for building CLIs that are self-contained and do not make assumptions about modifying files outside their intended scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No sandbox-escape primitives like detached processes or deny-retry loops are present in the skill's instructions for generating CLIs.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill guides the creation of CLIs that handle authentication securely and do not exfiltrate confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content and instructions are free of hidden-steering tricks, control characters, or invisible Unicode sequences.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's instructions and guidance are clear and readable, without obfuscated code or runtime fetches.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill provides guidance on managing project structure and paths, and suggests creating new folders for CLIs, avoiding hardcoded assumptions.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","Based on the provided trust signals, the open/closed issue ratio suggests active maintenance.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The repository has recent commits and a high star count, suggesting active development and popularity, though no explicit versioning is detailed in the metadata.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The skill emphasizes structured input and output for generated CLIs, including robust argument parsing and JSON contracts.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill guides the creation of CLIs that include safety measures like `--dry-run` and prompts for destructive operations.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The skill instructs on creating CLIs with clear error reporting, structured JSON errors, and non-zero exit codes for failures.",{"category":104,"check":114,"severity":24,"summary":115},"Logging","The skill promotes logging for generated CLIs, including audit logs and structured output for diagnostics.",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","The skill provides guidance on securely handling data, including redaction of sensitive information, aligning with GDPR principles.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill is designed for general CLI creation and does not appear to have specific geographic or legal jurisdiction restrictions.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill provides clear guidance on choosing runtimes (Rust, Node, Python) and explicitly states assumptions and installation steps.",{"category":45,"check":127,"severity":24,"summary":128},"README","The README file provides a clear overview of the skill's purpose and installation instructions.",{"category":33,"check":130,"severity":42,"summary":43},"Tool surface size",{"category":40,"check":132,"severity":42,"summary":43},"Overlapping near-synonym tools",{"category":45,"check":134,"severity":24,"summary":135},"Phantom features","All features mentioned in the README and SKILL.md are implemented or described as guidance for generated CLIs.",{"category":137,"check":138,"severity":24,"summary":139},"Install","Installation instruction","The README provides clear installation instructions for the skill and examples of how to use it with Codex.",{"category":141,"check":142,"severity":24,"summary":143},"Errors","Actionable error messages","The skill instructs on creating CLIs that provide actionable error messages, including root cause and remediation steps.",{"category":145,"check":146,"severity":24,"summary":147},"Execution","Pinned dependencies","The skill guides the creation of CLIs that use pinned dependencies and standard package managers, ensuring reproducibility.",{"category":33,"check":149,"severity":24,"summary":150},"Dry-run preview","The skill explicitly mandates the inclusion of `--dry-run` flags or equivalent for state-changing commands in generated CLIs.",{"category":152,"check":153,"severity":24,"summary":154},"Protocol","Idempotent retry & timeouts","The skill guides the creation of CLIs that incorporate idempotency and timeouts for robust operation.",{"category":117,"check":156,"severity":24,"summary":157},"Telemetry opt-in","The skill does not emit telemetry itself and guides the creation of CLIs with secure, opt-in telemetry practices.",{"category":40,"check":159,"severity":24,"summary":160},"Precise Purpose","The description clearly defines the skill's purpose: building composable CLIs for Codex from various sources, and specifies when to use it.",{"category":40,"check":162,"severity":24,"summary":163},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability and use cases.",{"category":45,"check":165,"severity":24,"summary":166},"Concise Body","The SKILL.md is well-structured, detailing the workflow and best practices without excessive length.",{"category":168,"check":169,"severity":24,"summary":170},"Context","Progressive Disclosure","The SKILL.md is concise and effectively delegates deeper material like CLI patterns to separate markdown files.",{"category":168,"check":172,"severity":42,"summary":173},"Forked exploration","This skill is primarily instructional and does not involve deep exploration requiring forked context.",{"category":22,"check":175,"severity":24,"summary":176},"Usage examples","The SKILL.md includes clear Bash examples for checking command existence and demonstrating workflow steps.",{"category":22,"check":178,"severity":24,"summary":179},"Edge cases","The SKILL.md addresses edge cases such as handling existing commands, choosing runtimes, and managing auth, with recovery steps outlined.",{"category":92,"check":181,"severity":42,"summary":182},"Tool Fallback","This skill does not rely on external tools like MCP servers with fallbacks; it guides the creation of new CLIs.",{"category":184,"check":185,"severity":24,"summary":186},"Safety","Halt on unexpected state","The skill instructs to check for existing commands and choose install names carefully, implicitly halting if preconditions are not met.",{"category":92,"check":188,"severity":24,"summary":189},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills, though it mentions companion skills.",1778695068615,"This skill guides users in building composable command-line tools for Codex, supporting various input sources like API docs and SDKs, and offering choices for runtime environments (Rust, Node, Python). It emphasizes best practices for command contracts, authentication, error handling, and security in the generated CLIs.",[193,194,195,196,197],"Generates composable CLIs from diverse sources (API docs, OpenAPI, SDKs, scripts).","Supports multiple runtime environments (Rust, TypeScript/Node, Python).","Defines clear command contracts with discovery, read, write, and escape hatch commands.","Guides secure authentication and configuration practices for generated CLIs.","Provides detailed instructions for building, installing, and testing the generated CLIs.",[199,200,201],"Creating one-off scripts that are not intended for durable use.","Building CLIs that do not adhere to defined command contracts or security best practices.","Replacing existing package managers or language runtimes with custom solutions.","3.0.0","4.4.0","To enable users to create custom, reusable command-line interfaces that Codex can leverage for specific tasks, ensuring consistency, security, and ease of use.","All checks passed with positive evidence. The skill is well-documented, secure, and provides clear guidance for its intended purpose.",100,"A high-quality skill for generating composable CLIs with robust security and documentation practices.",[209,210,211,212,213],"cli","code-generation","developer-tools","codex","automation","global","verified",[217,218,219,220],"When a repeatable command-line tool is needed for managing a service or API.","To create a unified interface for multiple data sources or scripts.","When Codex needs to interact with custom internal tools or scripts from any repository.","To build durable, versionable command-line utilities with predictable JSON output and auth.",{"codeQuality":222,"collectedAt":224,"documentation":225,"maintenance":228,"security":234,"testCoverage":235},{"hasLockfile":223},false,1778695054536,{"descriptionLength":226,"readmeSize":227},334,1478,{"closedIssues90d":229,"forks":230,"hasChangelog":223,"openIssues90d":231,"pushedAt":232,"stars":233},6,1263,30,1778692029000,19018,{"hasNpmPackage":223,"smitheryVerified":223},{"hasCi":223,"hasTests":223},{"updatedAt":237},1778695068759,{"basePath":239,"githubOwner":240,"githubRepo":241,"locale":18,"slug":13,"type":242},"skills/.curated/cli-creator","openai","skills","skill",true,null,{"evaluate":246,"extract":248},{"promptVersionExtension":202,"promptVersionScoring":203,"score":206,"tags":247,"targetMarket":214,"tier":215},[209,210,211,212,213],{"commitSha":249},"HEAD",{"repoId":251},"kd75n2zj3yh472p25zffgycved86mnpx",{"_creationTime":253,"_id":251,"identity":254,"providers":255,"workflow":1786},1778695016992.2295,{"githubOwner":240,"githubRepo":241,"sourceUrl":14},{"classify":256,"discover":1780,"github":1783},{"commitSha":249,"extensions":257},[258,302,327,335,962,981,998,1014,1026,1038,1082,1094,1150,1165,1178,1209,1236,1249,1290,1309,1328,1347,1366,1383,1404,1415,1434,1445,1490,1515,1544,1563,1576,1589,1623,1640,1655,1697,1710,1731,1744,1761],{"basePath":259,"description":260,"displayName":261,"installMethods":262,"rationale":263,"selectedPaths":264,"source":301,"sourceLanguage":18,"type":242},"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",[265,268,271,274,277,279,281,283,285,287,289,291,293,295,297,299],{"path":266,"priority":267},"SKILL.md","mandatory",{"path":269,"priority":270},"LICENSE.txt","high",{"path":272,"priority":273},"assets/dotnet-logo.png","low",{"path":275,"priority":276},"references/_sections.md","medium",{"path":278,"priority":276},"references/apis-minimal-and-controllers.md",{"path":280,"priority":276},"references/data-state-and-services.md",{"path":282,"priority":276},"references/program-and-pipeline.md",{"path":284,"priority":276},"references/realtime-grpc-and-background-work.md",{"path":286,"priority":276},"references/security-and-identity.md",{"path":288,"priority":276},"references/source-map.md",{"path":290,"priority":276},"references/stack-selection.md",{"path":292,"priority":276},"references/testing-performance-and-operations.md",{"path":294,"priority":276},"references/ui-blazor.md",{"path":296,"priority":276},"references/ui-mvc.md",{"path":298,"priority":276},"references/ui-razor-pages.md",{"path":300,"priority":276},"references/versioning-and-upgrades.md","rule",{"basePath":303,"description":304,"displayName":305,"installMethods":306,"rationale":307,"selectedPaths":308,"source":301,"sourceLanguage":18,"type":242},"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",[309,310,311,313,315,317,319,321,323,325],{"path":266,"priority":267},{"path":269,"priority":270},{"path":312,"priority":276},"references/app-archetypes.md",{"path":314,"priority":276},"references/apps-sdk-docs-workflow.md",{"path":316,"priority":276},"references/interactive-state-sync-patterns.md",{"path":318,"priority":276},"references/repo-contract-and-validation.md",{"path":320,"priority":276},"references/search-fetch-standard.md",{"path":322,"priority":276},"references/upstream-example-workflow.md",{"path":324,"priority":276},"references/window-openai-patterns.md",{"path":326,"priority":273},"scripts/scaffold_node_ext_apps.mjs",{"basePath":239,"description":10,"displayName":13,"installMethods":328,"rationale":329,"selectedPaths":330,"source":301,"sourceLanguage":18,"type":242},{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/cli-creator/SKILL.md",[331,332,333],{"path":266,"priority":267},{"path":269,"priority":270},{"path":334,"priority":276},"references/agent-cli-patterns.md",{"basePath":336,"description":337,"displayName":338,"installMethods":339,"rationale":340,"selectedPaths":341,"source":301,"sourceLanguage":18,"type":242},"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",[342,343,344,346,348,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],{"path":266,"priority":267},{"path":269,"priority":270},{"path":345,"priority":273},"assets/cloudflare-small.svg",{"path":347,"priority":273},"assets/cloudflare.png",{"path":349,"priority":276},"references/agents-sdk/README.md",{"path":351,"priority":276},"references/agents-sdk/api.md",{"path":353,"priority":276},"references/agents-sdk/configuration.md",{"path":355,"priority":276},"references/agents-sdk/gotchas.md",{"path":357,"priority":276},"references/agents-sdk/patterns.md",{"path":359,"priority":276},"references/ai-gateway/README.md",{"path":361,"priority":276},"references/ai-gateway/configuration.md",{"path":363,"priority":276},"references/ai-gateway/dynamic-routing.md",{"path":365,"priority":276},"references/ai-gateway/features.md",{"path":367,"priority":276},"references/ai-gateway/sdk-integration.md",{"path":369,"priority":276},"references/ai-gateway/troubleshooting.md",{"path":371,"priority":276},"references/ai-search/README.md",{"path":373,"priority":276},"references/ai-search/api.md",{"path":375,"priority":276},"references/ai-search/configuration.md",{"path":377,"priority":276},"references/ai-search/gotchas.md",{"path":379,"priority":276},"references/ai-search/patterns.md",{"path":381,"priority":276},"references/analytics-engine/README.md",{"path":383,"priority":276},"references/analytics-engine/api.md",{"path":385,"priority":276},"references/analytics-engine/configuration.md",{"path":387,"priority":276},"references/analytics-engine/gotchas.md",{"path":389,"priority":276},"references/analytics-engine/patterns.md",{"path":391,"priority":276},"references/api/README.md",{"path":393,"priority":276},"references/api/api.md",{"path":395,"priority":276},"references/api/configuration.md",{"path":397,"priority":276},"references/api/gotchas.md",{"path":399,"priority":276},"references/api/patterns.md",{"path":401,"priority":276},"references/api-shield/README.md",{"path":403,"priority":276},"references/api-shield/api.md",{"path":405,"priority":276},"references/api-shield/configuration.md",{"path":407,"priority":276},"references/api-shield/gotchas.md",{"path":409,"priority":276},"references/api-shield/patterns.md",{"path":411,"priority":276},"references/argo-smart-routing/README.md",{"path":413,"priority":276},"references/argo-smart-routing/api.md",{"path":415,"priority":276},"references/argo-smart-routing/configuration.md",{"path":417,"priority":276},"references/argo-smart-routing/gotchas.md",{"path":419,"priority":276},"references/argo-smart-routing/patterns.md",{"path":421,"priority":276},"references/bindings/README.md",{"path":423,"priority":276},"references/bindings/api.md",{"path":425,"priority":276},"references/bindings/configuration.md",{"path":427,"priority":276},"references/bindings/gotchas.md",{"path":429,"priority":276},"references/bindings/patterns.md",{"path":431,"priority":276},"references/bot-management/README.md",{"path":433,"priority":276},"references/bot-management/api.md",{"path":435,"priority":276},"references/bot-management/configuration.md",{"path":437,"priority":276},"references/bot-management/gotchas.md",{"path":439,"priority":276},"references/bot-management/patterns.md",{"path":441,"priority":276},"references/browser-rendering/README.md",{"path":443,"priority":276},"references/browser-rendering/api.md",{"path":445,"priority":276},"references/browser-rendering/configuration.md",{"path":447,"priority":276},"references/browser-rendering/gotchas.md",{"path":449,"priority":276},"references/browser-rendering/patterns.md",{"path":451,"priority":276},"references/c3/README.md",{"path":453,"priority":276},"references/c3/api.md",{"path":455,"priority":276},"references/c3/configuration.md",{"path":457,"priority":276},"references/c3/gotchas.md",{"path":459,"priority":276},"references/c3/patterns.md",{"path":461,"priority":276},"references/cache-reserve/README.md",{"path":463,"priority":276},"references/cache-reserve/api.md",{"path":465,"priority":276},"references/cache-reserve/configuration.md",{"path":467,"priority":276},"references/cache-reserve/gotchas.md",{"path":469,"priority":276},"references/cache-reserve/patterns.md",{"path":471,"priority":276},"references/containers/README.md",{"path":473,"priority":276},"references/containers/api.md",{"path":475,"priority":276},"references/containers/configuration.md",{"path":477,"priority":276},"references/containers/gotchas.md",{"path":479,"priority":276},"references/containers/patterns.md",{"path":481,"priority":276},"references/cron-triggers/README.md",{"path":483,"priority":276},"references/cron-triggers/api.md",{"path":485,"priority":276},"references/cron-triggers/configuration.md",{"path":487,"priority":276},"references/cron-triggers/gotchas.md",{"path":489,"priority":276},"references/cron-triggers/patterns.md",{"path":491,"priority":276},"references/d1/README.md",{"path":493,"priority":276},"references/d1/api.md",{"path":495,"priority":276},"references/d1/configuration.md",{"path":497,"priority":276},"references/d1/gotchas.md",{"path":499,"priority":276},"references/d1/patterns.md",{"path":501,"priority":276},"references/ddos/README.md",{"path":503,"priority":276},"references/ddos/api.md",{"path":505,"priority":276},"references/ddos/configuration.md",{"path":507,"priority":276},"references/ddos/gotchas.md",{"path":509,"priority":276},"references/ddos/patterns.md",{"path":511,"priority":276},"references/do-storage/README.md",{"path":513,"priority":276},"references/do-storage/api.md",{"path":515,"priority":276},"references/do-storage/configuration.md",{"path":517,"priority":276},"references/do-storage/gotchas.md",{"path":519,"priority":276},"references/do-storage/patterns.md",{"path":521,"priority":276},"references/do-storage/testing.md",{"path":523,"priority":276},"references/durable-objects/README.md",{"path":525,"priority":276},"references/durable-objects/api.md",{"path":527,"priority":276},"references/durable-objects/configuration.md",{"path":529,"priority":276},"references/durable-objects/gotchas.md",{"path":531,"priority":276},"references/durable-objects/patterns.md",{"path":533,"priority":276},"references/email-routing/README.md",{"path":535,"priority":276},"references/email-routing/api.md",{"path":537,"priority":276},"references/email-routing/configuration.md",{"path":539,"priority":276},"references/email-routing/gotchas.md",{"path":541,"priority":276},"references/email-routing/patterns.md",{"path":543,"priority":276},"references/email-workers/README.md",{"path":545,"priority":276},"references/email-workers/api.md",{"path":547,"priority":276},"references/email-workers/configuration.md",{"path":549,"priority":276},"references/email-workers/gotchas.md",{"path":551,"priority":276},"references/email-workers/patterns.md",{"path":553,"priority":276},"references/hyperdrive/README.md",{"path":555,"priority":276},"references/hyperdrive/api.md",{"path":557,"priority":276},"references/hyperdrive/configuration.md",{"path":559,"priority":276},"references/hyperdrive/gotchas.md",{"path":561,"priority":276},"references/hyperdrive/patterns.md",{"path":563,"priority":276},"references/images/README.md",{"path":565,"priority":276},"references/images/api.md",{"path":567,"priority":276},"references/images/configuration.md",{"path":569,"priority":276},"references/images/gotchas.md",{"path":571,"priority":276},"references/images/patterns.md",{"path":573,"priority":276},"references/kv/README.md",{"path":575,"priority":276},"references/kv/api.md",{"path":577,"priority":276},"references/kv/configuration.md",{"path":579,"priority":276},"references/kv/gotchas.md",{"path":581,"priority":276},"references/kv/patterns.md",{"path":583,"priority":276},"references/miniflare/README.md",{"path":585,"priority":276},"references/miniflare/api.md",{"path":587,"priority":276},"references/miniflare/configuration.md",{"path":589,"priority":276},"references/miniflare/gotchas.md",{"path":591,"priority":276},"references/miniflare/patterns.md",{"path":593,"priority":276},"references/network-interconnect/README.md",{"path":595,"priority":276},"references/network-interconnect/api.md",{"path":597,"priority":276},"references/network-interconnect/configuration.md",{"path":599,"priority":276},"references/network-interconnect/gotchas.md",{"path":601,"priority":276},"references/network-interconnect/patterns.md",{"path":603,"priority":276},"references/observability/README.md",{"path":605,"priority":276},"references/observability/api.md",{"path":607,"priority":276},"references/observability/configuration.md",{"path":609,"priority":276},"references/observability/gotchas.md",{"path":611,"priority":276},"references/observability/patterns.md",{"path":613,"priority":276},"references/pages/README.md",{"path":615,"priority":276},"references/pages/api.md",{"path":617,"priority":276},"references/pages/configuration.md",{"path":619,"priority":276},"references/pages/gotchas.md",{"path":621,"priority":276},"references/pages/patterns.md",{"path":623,"priority":276},"references/pages-functions/README.md",{"path":625,"priority":276},"references/pages-functions/api.md",{"path":627,"priority":276},"references/pages-functions/configuration.md",{"path":629,"priority":276},"references/pages-functions/gotchas.md",{"path":631,"priority":276},"references/pages-functions/patterns.md",{"path":633,"priority":276},"references/pipelines/README.md",{"path":635,"priority":276},"references/pipelines/api.md",{"path":637,"priority":276},"references/pipelines/configuration.md",{"path":639,"priority":276},"references/pipelines/gotchas.md",{"path":641,"priority":276},"references/pipelines/patterns.md",{"path":643,"priority":276},"references/pulumi/README.md",{"path":645,"priority":276},"references/pulumi/api.md",{"path":647,"priority":276},"references/pulumi/configuration.md",{"path":649,"priority":276},"references/pulumi/gotchas.md",{"path":651,"priority":276},"references/pulumi/patterns.md",{"path":653,"priority":276},"references/queues/README.md",{"path":655,"priority":276},"references/queues/api.md",{"path":657,"priority":276},"references/queues/configuration.md",{"path":659,"priority":276},"references/queues/gotchas.md",{"path":661,"priority":276},"references/queues/patterns.md",{"path":663,"priority":276},"references/r2/README.md",{"path":665,"priority":276},"references/r2/api.md",{"path":667,"priority":276},"references/r2/configuration.md",{"path":669,"priority":276},"references/r2/gotchas.md",{"path":671,"priority":276},"references/r2/patterns.md",{"path":673,"priority":276},"references/r2-data-catalog/README.md",{"path":675,"priority":276},"references/r2-data-catalog/api.md",{"path":677,"priority":276},"references/r2-data-catalog/configuration.md",{"path":679,"priority":276},"references/r2-data-catalog/gotchas.md",{"path":681,"priority":276},"references/r2-data-catalog/patterns.md",{"path":683,"priority":276},"references/r2-sql/README.md",{"path":685,"priority":276},"references/r2-sql/api.md",{"path":687,"priority":276},"references/r2-sql/configuration.md",{"path":689,"priority":276},"references/r2-sql/gotchas.md",{"path":691,"priority":276},"references/r2-sql/patterns.md",{"path":693,"priority":276},"references/realtime-sfu/README.md",{"path":695,"priority":276},"references/realtime-sfu/api.md",{"path":697,"priority":276},"references/realtime-sfu/configuration.md",{"path":699,"priority":276},"references/realtime-sfu/gotchas.md",{"path":701,"priority":276},"references/realtime-sfu/patterns.md",{"path":703,"priority":276},"references/realtimekit/README.md",{"path":705,"priority":276},"references/realtimekit/api.md",{"path":707,"priority":276},"references/realtimekit/configuration.md",{"path":709,"priority":276},"references/realtimekit/gotchas.md",{"path":711,"priority":276},"references/realtimekit/patterns.md",{"path":713,"priority":276},"references/sandbox/README.md",{"path":715,"priority":276},"references/sandbox/api.md",{"path":717,"priority":276},"references/sandbox/configuration.md",{"path":719,"priority":276},"references/sandbox/gotchas.md",{"path":721,"priority":276},"references/sandbox/patterns.md",{"path":723,"priority":276},"references/secrets-store/README.md",{"path":725,"priority":276},"references/secrets-store/api.md",{"path":727,"priority":276},"references/secrets-store/configuration.md",{"path":729,"priority":276},"references/secrets-store/gotchas.md",{"path":731,"priority":276},"references/secrets-store/patterns.md",{"path":733,"priority":276},"references/smart-placement/README.md",{"path":735,"priority":276},"references/smart-placement/api.md",{"path":737,"priority":276},"references/smart-placement/configuration.md",{"path":739,"priority":276},"references/smart-placement/gotchas.md",{"path":741,"priority":276},"references/smart-placement/patterns.md",{"path":743,"priority":276},"references/snippets/README.md",{"path":745,"priority":276},"references/snippets/api.md",{"path":747,"priority":276},"references/snippets/configuration.md",{"path":749,"priority":276},"references/snippets/gotchas.md",{"path":751,"priority":276},"references/snippets/patterns.md",{"path":753,"priority":276},"references/spectrum/README.md",{"path":755,"priority":276},"references/spectrum/api.md",{"path":757,"priority":276},"references/spectrum/configuration.md",{"path":759,"priority":276},"references/spectrum/gotchas.md",{"path":761,"priority":276},"references/spectrum/patterns.md",{"path":763,"priority":276},"references/static-assets/README.md",{"path":765,"priority":276},"references/static-assets/api.md",{"path":767,"priority":276},"references/static-assets/configuration.md",{"path":769,"priority":276},"references/static-assets/gotchas.md",{"path":771,"priority":276},"references/static-assets/patterns.md",{"path":773,"priority":276},"references/stream/README.md",{"path":775,"priority":276},"references/stream/api-live.md",{"path":777,"priority":276},"references/stream/api.md",{"path":779,"priority":276},"references/stream/configuration.md",{"path":781,"priority":276},"references/stream/gotchas.md",{"path":783,"priority":276},"references/stream/patterns.md",{"path":785,"priority":276},"references/tail-workers/README.md",{"path":787,"priority":276},"references/tail-workers/api.md",{"path":789,"priority":276},"references/tail-workers/configuration.md",{"path":791,"priority":276},"references/tail-workers/gotchas.md",{"path":793,"priority":276},"references/tail-workers/patterns.md",{"path":795,"priority":276},"references/terraform/README.md",{"path":797,"priority":276},"references/terraform/api.md",{"path":799,"priority":276},"references/terraform/configuration.md",{"path":801,"priority":276},"references/terraform/gotchas.md",{"path":803,"priority":276},"references/terraform/patterns.md",{"path":805,"priority":276},"references/tunnel/README.md",{"path":807,"priority":276},"references/tunnel/api.md",{"path":809,"priority":276},"references/tunnel/configuration.md",{"path":811,"priority":276},"references/tunnel/gotchas.md",{"path":813,"priority":276},"references/tunnel/networking.md",{"path":815,"priority":276},"references/tunnel/patterns.md",{"path":817,"priority":276},"references/turn/README.md",{"path":819,"priority":276},"references/turn/api.md",{"path":821,"priority":276},"references/turn/configuration.md",{"path":823,"priority":276},"references/turn/gotchas.md",{"path":825,"priority":276},"references/turn/patterns.md",{"path":827,"priority":276},"references/turnstile/README.md",{"path":829,"priority":276},"references/turnstile/api.md",{"path":831,"priority":276},"references/turnstile/configuration.md",{"path":833,"priority":276},"references/turnstile/gotchas.md",{"path":835,"priority":276},"references/turnstile/patterns.md",{"path":837,"priority":276},"references/vectorize/README.md",{"path":839,"priority":276},"references/vectorize/api.md",{"path":841,"priority":276},"references/vectorize/configuration.md",{"path":843,"priority":276},"references/vectorize/gotchas.md",{"path":845,"priority":276},"references/vectorize/patterns.md",{"path":847,"priority":276},"references/waf/README.md",{"path":849,"priority":276},"references/waf/api.md",{"path":851,"priority":276},"references/waf/configuration.md",{"path":853,"priority":276},"references/waf/gotchas.md",{"path":855,"priority":276},"references/waf/patterns.md",{"path":857,"priority":276},"references/web-analytics/README.md",{"path":859,"priority":276},"references/web-analytics/configuration.md",{"path":861,"priority":276},"references/web-analytics/gotchas.md",{"path":863,"priority":276},"references/web-analytics/integration.md",{"path":865,"priority":276},"references/web-analytics/patterns.md",{"path":867,"priority":276},"references/workerd/README.md",{"path":869,"priority":276},"references/workerd/api.md",{"path":871,"priority":276},"references/workerd/configuration.md",{"path":873,"priority":276},"references/workerd/gotchas.md",{"path":875,"priority":276},"references/workerd/patterns.md",{"path":877,"priority":276},"references/workers/README.md",{"path":879,"priority":276},"references/workers/api.md",{"path":881,"priority":276},"references/workers/configuration.md",{"path":883,"priority":276},"references/workers/frameworks.md",{"path":885,"priority":276},"references/workers/gotchas.md",{"path":887,"priority":276},"references/workers/patterns.md",{"path":889,"priority":276},"references/workers-ai/README.md",{"path":891,"priority":276},"references/workers-ai/api.md",{"path":893,"priority":276},"references/workers-ai/configuration.md",{"path":895,"priority":276},"references/workers-ai/gotchas.md",{"path":897,"priority":276},"references/workers-ai/patterns.md",{"path":899,"priority":276},"references/workers-for-platforms/README.md",{"path":901,"priority":276},"references/workers-for-platforms/api.md",{"path":903,"priority":276},"references/workers-for-platforms/configuration.md",{"path":905,"priority":276},"references/workers-for-platforms/gotchas.md",{"path":907,"priority":276},"references/workers-for-platforms/patterns.md",{"path":909,"priority":276},"references/workers-playground/README.md",{"path":911,"priority":276},"references/workers-playground/api.md",{"path":913,"priority":276},"references/workers-playground/configuration.md",{"path":915,"priority":276},"references/workers-playground/gotchas.md",{"path":917,"priority":276},"references/workers-playground/patterns.md",{"path":919,"priority":276},"references/workers-vpc/README.md",{"path":921,"priority":276},"references/workers-vpc/api.md",{"path":923,"priority":276},"references/workers-vpc/configuration.md",{"path":925,"priority":276},"references/workers-vpc/gotchas.md",{"path":927,"priority":276},"references/workers-vpc/patterns.md",{"path":929,"priority":276},"references/workflows/README.md",{"path":931,"priority":276},"references/workflows/api.md",{"path":933,"priority":276},"references/workflows/configuration.md",{"path":935,"priority":276},"references/workflows/gotchas.md",{"path":937,"priority":276},"references/workflows/patterns.md",{"path":939,"priority":276},"references/wrangler/README.md",{"path":941,"priority":276},"references/wrangler/api.md",{"path":943,"priority":276},"references/wrangler/auth.md",{"path":945,"priority":276},"references/wrangler/configuration.md",{"path":947,"priority":276},"references/wrangler/gotchas.md",{"path":949,"priority":276},"references/wrangler/patterns.md",{"path":951,"priority":276},"references/zaraz/IMPLEMENTATION_SUMMARY.md",{"path":953,"priority":276},"references/zaraz/README.md",{"path":955,"priority":276},"references/zaraz/api.md",{"path":957,"priority":276},"references/zaraz/configuration.md",{"path":959,"priority":276},"references/zaraz/gotchas.md",{"path":961,"priority":276},"references/zaraz/patterns.md",{"basePath":963,"description":964,"displayName":965,"installMethods":966,"rationale":967,"selectedPaths":968,"source":301,"sourceLanguage":18,"type":242},"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",[969,970,971,973,975,977,979],{"path":266,"priority":267},{"path":269,"priority":270},{"path":972,"priority":273},"assets/figma-small.svg",{"path":974,"priority":273},"assets/figma.png",{"path":976,"priority":273},"assets/icon.svg",{"path":978,"priority":276},"references/figma-mcp-config.md",{"path":980,"priority":276},"references/figma-tools-and-prompts.md",{"basePath":982,"description":983,"displayName":984,"installMethods":985,"rationale":986,"selectedPaths":987,"source":301,"sourceLanguage":18,"type":242},"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",[988,989,991,992,993,994,996],{"path":266,"priority":267},{"path":990,"priority":270},"LICENSE.TXT",{"path":972,"priority":273},{"path":974,"priority":273},{"path":976,"priority":273},{"path":995,"priority":276},"references/mapping-checklist.md",{"path":997,"priority":273},"scripts/normalize_node_id.py",{"basePath":999,"description":1000,"displayName":1001,"installMethods":1002,"rationale":1003,"selectedPaths":1004,"source":301,"sourceLanguage":18,"type":242},"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",[1005,1006,1007,1008,1009,1010,1012],{"path":266,"priority":267},{"path":990,"priority":270},{"path":972,"priority":273},{"path":974,"priority":273},{"path":976,"priority":273},{"path":1011,"priority":276},"references/rule-template.md",{"path":1013,"priority":273},"scripts/check_agents_md.sh",{"basePath":1015,"description":1016,"displayName":1017,"installMethods":1018,"rationale":1019,"selectedPaths":1020,"source":301,"sourceLanguage":18,"type":242},"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",[1021,1022,1023,1024,1025],{"path":266,"priority":267},{"path":990,"priority":270},{"path":972,"priority":273},{"path":974,"priority":273},{"path":976,"priority":273},{"basePath":1027,"description":1028,"displayName":1029,"installMethods":1030,"rationale":1031,"selectedPaths":1032,"source":301,"sourceLanguage":18,"type":242},"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",[1033,1034,1035,1036,1037],{"path":266,"priority":267},{"path":990,"priority":270},{"path":972,"priority":273},{"path":974,"priority":273},{"path":976,"priority":273},{"basePath":1039,"description":1040,"displayName":1041,"installMethods":1042,"rationale":1043,"selectedPaths":1044,"source":301,"sourceLanguage":18,"type":242},"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",[1045,1046,1047,1048,1049,1050,1052,1054,1056,1058,1060,1062,1064,1066,1068,1070,1072,1074,1076,1078,1080],{"path":266,"priority":267},{"path":990,"priority":270},{"path":972,"priority":273},{"path":974,"priority":273},{"path":976,"priority":273},{"path":1051,"priority":276},"references/code-connect-setup.md",{"path":1053,"priority":276},"references/component-creation.md",{"path":1055,"priority":276},"references/discovery-phase.md",{"path":1057,"priority":276},"references/documentation-creation.md",{"path":1059,"priority":276},"references/error-recovery.md",{"path":1061,"priority":276},"references/naming-conventions.md",{"path":1063,"priority":276},"references/token-creation.md",{"path":1065,"priority":273},"scripts/bindVariablesToComponent.js",{"path":1067,"priority":273},"scripts/cleanupOrphans.js",{"path":1069,"priority":273},"scripts/createComponentWithVariants.js",{"path":1071,"priority":273},"scripts/createDocumentationPage.js",{"path":1073,"priority":273},"scripts/createSemanticTokens.js",{"path":1075,"priority":273},"scripts/createVariableCollection.js",{"path":1077,"priority":273},"scripts/inspectFileStructure.js",{"path":1079,"priority":273},"scripts/rehydrateState.js",{"path":1081,"priority":273},"scripts/validateCreation.js",{"basePath":1083,"description":1084,"displayName":1085,"installMethods":1086,"rationale":1087,"selectedPaths":1088,"source":301,"sourceLanguage":18,"type":242},"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",[1089,1090,1091,1092,1093],{"path":266,"priority":267},{"path":269,"priority":270},{"path":972,"priority":273},{"path":974,"priority":273},{"path":976,"priority":273},{"basePath":1095,"description":1096,"displayName":1097,"installMethods":1098,"rationale":1099,"selectedPaths":1100,"source":301,"sourceLanguage":18,"type":242},"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",[1101,1102,1103,1104,1105,1106,1108,1110,1112,1114,1116,1118,1120,1122,1124,1126,1128,1130,1132,1134,1136,1138,1140,1142,1144,1146,1148],{"path":266,"priority":267},{"path":990,"priority":270},{"path":972,"priority":273},{"path":974,"priority":273},{"path":976,"priority":273},{"path":1107,"priority":276},"references/api-reference.md",{"path":1109,"priority":276},"references/common-patterns.md",{"path":1111,"priority":276},"references/component-patterns.md",{"path":1113,"priority":276},"references/effect-style-patterns.md",{"path":1115,"priority":276},"references/gotchas.md",{"path":1117,"priority":276},"references/maintainers.yml",{"path":1119,"priority":276},"references/plugin-api-patterns.md",{"path":1121,"priority":276},"references/plugin-api-standalone.d.ts",{"path":1123,"priority":276},"references/plugin-api-standalone.index.md",{"path":1125,"priority":276},"references/text-style-patterns.md",{"path":1127,"priority":276},"references/validation-and-recovery.md",{"path":1129,"priority":276},"references/variable-patterns.md",{"path":1131,"priority":276},"references/working-with-design-systems/maintainers.yml",{"path":1133,"priority":276},"references/working-with-design-systems/wwds-components--creating.md",{"path":1135,"priority":276},"references/working-with-design-systems/wwds-components--using.md",{"path":1137,"priority":276},"references/working-with-design-systems/wwds-components.md",{"path":1139,"priority":276},"references/working-with-design-systems/wwds-effect-styles.md",{"path":1141,"priority":276},"references/working-with-design-systems/wwds-text-styles.md",{"path":1143,"priority":276},"references/working-with-design-systems/wwds-variables--creating.md",{"path":1145,"priority":276},"references/working-with-design-systems/wwds-variables--using.md",{"path":1147,"priority":276},"references/working-with-design-systems/wwds-variables.md",{"path":1149,"priority":276},"references/working-with-design-systems/wwds.md",{"basePath":1151,"description":1152,"displayName":1153,"installMethods":1154,"rationale":1155,"selectedPaths":1156,"source":301,"sourceLanguage":18,"type":242},"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",[1157,1158,1159,1161,1163],{"path":266,"priority":267},{"path":269,"priority":270},{"path":1160,"priority":273},"assets/github-small.svg",{"path":1162,"priority":273},"assets/github.png",{"path":1164,"priority":273},"scripts/fetch_comments.py",{"basePath":1166,"description":1167,"displayName":1168,"installMethods":1169,"rationale":1170,"selectedPaths":1171,"source":301,"sourceLanguage":18,"type":242},"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",[1172,1173,1174,1175,1176],{"path":266,"priority":267},{"path":269,"priority":270},{"path":1160,"priority":273},{"path":1162,"priority":273},{"path":1177,"priority":273},"scripts/inspect_pr_checks.py",{"basePath":1179,"description":1180,"displayName":1181,"installMethods":1182,"rationale":1183,"selectedPaths":1184,"source":301,"sourceLanguage":18,"type":242},"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",[1185,1186,1187,1189,1191,1193,1195,1197,1199,1201,1203,1205,1207],{"path":266,"priority":267},{"path":269,"priority":270},{"path":1188,"priority":276},"references/animation-rows.md",{"path":1190,"priority":276},"references/codex-pet-contract.md",{"path":1192,"priority":276},"references/qa-rubric.md",{"path":1194,"priority":273},"scripts/compose_atlas.py",{"path":1196,"priority":273},"scripts/derive_running_left_from_running_right.py",{"path":1198,"priority":273},"scripts/extract_strip_frames.py",{"path":1200,"priority":273},"scripts/inspect_frames.py",{"path":1202,"priority":273},"scripts/make_contact_sheet.py",{"path":1204,"priority":273},"scripts/prepare_pet_run.py",{"path":1206,"priority":273},"scripts/render_animation_previews.py",{"path":1208,"priority":273},"scripts/validate_atlas.py",{"basePath":1210,"description":1211,"displayName":1212,"installMethods":1213,"rationale":1214,"selectedPaths":1215,"source":301,"sourceLanguage":18,"type":242},"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",[1216,1217,1218,1220,1222,1224,1226,1228,1230,1232,1234],{"path":266,"priority":267},{"path":269,"priority":270},{"path":1219,"priority":273},"assets/experiment-template.ipynb",{"path":1221,"priority":273},"assets/jupyter-small.svg",{"path":1223,"priority":273},"assets/jupyter.png",{"path":1225,"priority":273},"assets/tutorial-template.ipynb",{"path":1227,"priority":276},"references/experiment-patterns.md",{"path":1229,"priority":276},"references/notebook-structure.md",{"path":1231,"priority":276},"references/quality-checklist.md",{"path":1233,"priority":276},"references/tutorial-patterns.md",{"path":1235,"priority":273},"scripts/new_notebook.py",{"basePath":1237,"description":1238,"displayName":1239,"installMethods":1240,"rationale":1241,"selectedPaths":1242,"source":301,"sourceLanguage":18,"type":242},"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",[1243,1244,1245,1247],{"path":266,"priority":267},{"path":269,"priority":270},{"path":1246,"priority":273},"assets/linear-small.svg",{"path":1248,"priority":273},"assets/linear.png",{"basePath":1250,"description":1251,"displayName":1252,"installMethods":1253,"rationale":1254,"selectedPaths":1255,"source":301,"sourceLanguage":18,"type":242},"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",[1256,1257,1258,1260,1262,1264,1266,1268,1270,1272,1274,1276,1278,1280,1282,1284,1286,1288],{"path":266,"priority":267},{"path":269,"priority":270},{"path":1259,"priority":276},"references/differences.md",{"path":1261,"priority":273},"scripts/cli.py",{"path":1263,"priority":273},"scripts/migrate/__init__.py",{"path":1265,"priority":273},"scripts/migrate/agents.py",{"path":1267,"priority":273},"scripts/migrate/codex_config.py",{"path":1269,"priority":273},"scripts/migrate/common.py",{"path":1271,"priority":273},"scripts/migrate/hooks.py",{"path":1273,"priority":273},"scripts/migrate/instructions.py",{"path":1275,"priority":273},"scripts/migrate/mcps.py",{"path":1277,"priority":273},"scripts/migrate/plugins.py",{"path":1279,"priority":273},"scripts/migrate/settings.py",{"path":1281,"priority":273},"scripts/migrate/skills.py",{"path":1283,"priority":273},"scripts/migrate-to-codex.py",{"path":1285,"priority":273},"scripts/utils/__init__.py",{"path":1287,"priority":273},"scripts/utils/scan.py",{"path":1289,"priority":273},"scripts/utils/util.py",{"basePath":1291,"description":1292,"displayName":1293,"installMethods":1294,"rationale":1295,"selectedPaths":1296,"source":301,"sourceLanguage":18,"type":242},"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",[1297,1298,1299,1301,1303,1305,1307],{"path":266,"priority":267},{"path":269,"priority":270},{"path":1300,"priority":273},"assets/netlify-small.svg",{"path":1302,"priority":273},"assets/netlify.png",{"path":1304,"priority":276},"references/cli-commands.md",{"path":1306,"priority":276},"references/deployment-patterns.md",{"path":1308,"priority":276},"references/netlify-toml.md",{"basePath":1310,"description":1311,"displayName":1312,"installMethods":1313,"rationale":1314,"selectedPaths":1315,"source":301,"sourceLanguage":18,"type":242},"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",[1316,1317,1318,1320,1322,1324,1326],{"path":266,"priority":267},{"path":269,"priority":270},{"path":1319,"priority":273},"assets/notion-small.svg",{"path":1321,"priority":273},"assets/notion.png",{"path":1323,"priority":273},"examples/conversation-to-faq.md",{"path":1325,"priority":273},"examples/decision-capture.md",{"path":1327,"priority":273},"examples/how-to-guide.md",{"basePath":1329,"description":1330,"displayName":1331,"installMethods":1332,"rationale":1333,"selectedPaths":1334,"source":301,"sourceLanguage":18,"type":242},"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",[1335,1336,1337,1338,1339,1341,1343,1345],{"path":266,"priority":267},{"path":269,"priority":270},{"path":1319,"priority":273},{"path":1321,"priority":273},{"path":1340,"priority":273},"examples/customer-meeting.md",{"path":1342,"priority":273},"examples/executive-review.md",{"path":1344,"priority":273},"examples/project-decision.md",{"path":1346,"priority":273},"examples/sprint-planning.md",{"basePath":1348,"description":1349,"displayName":1350,"installMethods":1351,"rationale":1352,"selectedPaths":1353,"source":301,"sourceLanguage":18,"type":242},"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",[1354,1355,1356,1357,1358,1360,1362,1364],{"path":266,"priority":267},{"path":269,"priority":270},{"path":1319,"priority":273},{"path":1321,"priority":273},{"path":1359,"priority":273},"examples/competitor-analysis.md",{"path":1361,"priority":273},"examples/market-research.md",{"path":1363,"priority":273},"examples/technical-investigation.md",{"path":1365,"priority":273},"examples/trip-planning.md",{"basePath":1367,"description":1368,"displayName":1369,"installMethods":1370,"rationale":1371,"selectedPaths":1372,"source":301,"sourceLanguage":18,"type":242},"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",[1373,1374,1375,1376,1377,1379,1381],{"path":266,"priority":267},{"path":269,"priority":270},{"path":1319,"priority":273},{"path":1321,"priority":273},{"path":1378,"priority":273},"examples/api-feature.md",{"path":1380,"priority":273},"examples/database-migration.md",{"path":1382,"priority":273},"examples/ui-component.md",{"basePath":1384,"description":1385,"displayName":1386,"installMethods":1387,"rationale":1388,"selectedPaths":1389,"source":301,"sourceLanguage":18,"type":242},"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)",[1390,1391,1392,1394,1396,1398,1400,1402],{"path":266,"priority":267},{"path":269,"priority":270},{"path":1393,"priority":273},"assets/openai-small.svg",{"path":1395,"priority":273},"assets/openai.png",{"path":1397,"priority":276},"references/latest-model.md",{"path":1399,"priority":276},"references/prompting-guide.md",{"path":1401,"priority":276},"references/upgrade-guide.md",{"path":1403,"priority":273},"scripts/resolve-latest-model-info.js",{"basePath":1405,"description":1406,"displayName":1407,"installMethods":1408,"rationale":1409,"selectedPaths":1410,"source":301,"sourceLanguage":18,"type":242},"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",[1411,1412,1413],{"path":266,"priority":267},{"path":269,"priority":270},{"path":1414,"priority":273},"assets/pdf.png",{"basePath":1416,"description":1417,"displayName":1418,"installMethods":1419,"rationale":1420,"selectedPaths":1421,"source":301,"sourceLanguage":18,"type":242},"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",[1422,1423,1424,1426,1428,1430,1432],{"path":266,"priority":267},{"path":269,"priority":270},{"path":1425,"priority":273},"assets/playwright-small.svg",{"path":1427,"priority":273},"assets/playwright.png",{"path":1429,"priority":276},"references/cli.md",{"path":1431,"priority":276},"references/workflows.md",{"path":1433,"priority":273},"scripts/playwright_cli.sh",{"basePath":1435,"description":1436,"displayName":1437,"installMethods":1438,"rationale":1439,"selectedPaths":1440,"source":301,"sourceLanguage":18,"type":242},"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",[1441,1442,1443,1444],{"path":266,"priority":267},{"path":269,"priority":270},{"path":1425,"priority":273},{"path":1427,"priority":273},{"basePath":1446,"description":1447,"displayName":1448,"installMethods":1449,"rationale":1450,"selectedPaths":1451,"source":301,"sourceLanguage":18,"type":242},"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",[1452,1453,1454,1456,1458,1460,1462,1464,1466,1468,1470,1472,1474,1476,1478,1480,1482,1484,1486,1488],{"path":266,"priority":267},{"path":269,"priority":270},{"path":1455,"priority":273},"assets/docker.yaml",{"path":1457,"priority":273},"assets/go-api.yaml",{"path":1459,"priority":273},"assets/nextjs-postgres.yaml",{"path":1461,"priority":273},"assets/node-express.yaml",{"path":1463,"priority":273},"assets/python-django.yaml",{"path":1465,"priority":273},"assets/render-small.svg",{"path":1467,"priority":273},"assets/render.png",{"path":1469,"priority":273},"assets/static-site.yaml",{"path":1471,"priority":276},"references/blueprint-spec.md",{"path":1473,"priority":276},"references/codebase-analysis.md",{"path":1475,"priority":276},"references/configuration-guide.md",{"path":1477,"priority":276},"references/deployment-details.md",{"path":1479,"priority":276},"references/direct-creation.md",{"path":1481,"priority":276},"references/error-patterns.md",{"path":1483,"priority":276},"references/post-deploy-checks.md",{"path":1485,"priority":276},"references/runtimes.md",{"path":1487,"priority":276},"references/service-types.md",{"path":1489,"priority":276},"references/troubleshooting-basics.md",{"basePath":1491,"description":1492,"displayName":1493,"installMethods":1494,"rationale":1495,"selectedPaths":1496,"source":301,"sourceLanguage":18,"type":242},"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",[1497,1498,1499,1501,1503,1505,1507,1509,1511,1513],{"path":266,"priority":267},{"path":269,"priority":270},{"path":1500,"priority":273},"assets/screenshot-small.svg",{"path":1502,"priority":273},"assets/screenshot.png",{"path":1504,"priority":273},"scripts/ensure_macos_permissions.sh",{"path":1506,"priority":273},"scripts/macos_display_info.swift",{"path":1508,"priority":273},"scripts/macos_permissions.swift",{"path":1510,"priority":273},"scripts/macos_window_info.swift",{"path":1512,"priority":273},"scripts/take_screenshot.ps1",{"path":1514,"priority":273},"scripts/take_screenshot.py",{"basePath":1516,"description":1517,"displayName":1518,"installMethods":1519,"rationale":1520,"selectedPaths":1521,"source":301,"sourceLanguage":18,"type":242},"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",[1522,1523,1524,1526,1528,1530,1532,1534,1536,1538,1540,1542],{"path":266,"priority":267},{"path":269,"priority":270},{"path":1525,"priority":276},"references/golang-general-backend-security.md",{"path":1527,"priority":276},"references/javascript-express-web-server-security.md",{"path":1529,"priority":276},"references/javascript-general-web-frontend-security.md",{"path":1531,"priority":276},"references/javascript-jquery-web-frontend-security.md",{"path":1533,"priority":276},"references/javascript-typescript-nextjs-web-server-security.md",{"path":1535,"priority":276},"references/javascript-typescript-react-web-frontend-security.md",{"path":1537,"priority":276},"references/javascript-typescript-vue-web-frontend-security.md",{"path":1539,"priority":276},"references/python-django-web-server-security.md",{"path":1541,"priority":276},"references/python-fastapi-web-server-security.md",{"path":1543,"priority":276},"references/python-flask-web-server-security.md",{"basePath":1545,"description":1546,"displayName":1547,"installMethods":1548,"rationale":1549,"selectedPaths":1550,"source":301,"sourceLanguage":18,"type":242},"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",[1551,1552,1553,1555,1557,1559,1561],{"path":266,"priority":267},{"path":269,"priority":270},{"path":1554,"priority":276},"references/neo4j-import.md",{"path":1556,"priority":273},"scripts/build_ownership_map.py",{"path":1558,"priority":273},"scripts/community_maintainers.py",{"path":1560,"priority":273},"scripts/query_ownership.py",{"path":1562,"priority":273},"scripts/run_ownership_map.py",{"basePath":1564,"description":1565,"displayName":1566,"installMethods":1567,"rationale":1568,"selectedPaths":1569,"source":301,"sourceLanguage":18,"type":242},"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",[1570,1571,1572,1574],{"path":266,"priority":267},{"path":269,"priority":270},{"path":1573,"priority":276},"references/prompt-template.md",{"path":1575,"priority":276},"references/security-controls-and-assets.md",{"basePath":1577,"description":1578,"displayName":1579,"installMethods":1580,"rationale":1581,"selectedPaths":1582,"source":301,"sourceLanguage":18,"type":242},"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",[1583,1584,1585,1587],{"path":266,"priority":267},{"path":269,"priority":270},{"path":1586,"priority":273},"assets/sentry-small.svg",{"path":1588,"priority":273},"assets/sentry.png",{"basePath":1590,"description":1591,"displayName":1592,"installMethods":1593,"rationale":1594,"selectedPaths":1595,"source":301,"sourceLanguage":18,"type":242},"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",[1596,1597,1598,1600,1602,1604,1606,1607,1609,1611,1613,1615,1617,1619,1621],{"path":266,"priority":267},{"path":269,"priority":270},{"path":1599,"priority":273},"assets/speech-small.svg",{"path":1601,"priority":273},"assets/speech.png",{"path":1603,"priority":276},"references/accessibility.md",{"path":1605,"priority":276},"references/audio-api.md",{"path":1429,"priority":276},{"path":1608,"priority":276},"references/codex-network.md",{"path":1610,"priority":276},"references/ivr.md",{"path":1612,"priority":276},"references/narration.md",{"path":1614,"priority":276},"references/prompting.md",{"path":1616,"priority":276},"references/sample-prompts.md",{"path":1618,"priority":276},"references/voice-directions.md",{"path":1620,"priority":276},"references/voiceover.md",{"path":1622,"priority":273},"scripts/text_to_speech.py",{"basePath":1624,"description":1625,"displayName":1626,"installMethods":1627,"rationale":1628,"selectedPaths":1629,"source":301,"sourceLanguage":18,"type":242},"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",[1630,1631,1632,1634,1636,1638],{"path":266,"priority":267},{"path":269,"priority":270},{"path":1633,"priority":273},"assets/transcribe-small.svg",{"path":1635,"priority":273},"assets/transcribe.png",{"path":1637,"priority":276},"references/api.md",{"path":1639,"priority":273},"scripts/transcribe_diarize.py",{"basePath":1641,"description":1642,"displayName":1643,"installMethods":1644,"rationale":1645,"selectedPaths":1646,"source":301,"sourceLanguage":18,"type":242},"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",[1647,1648,1649,1651,1653],{"path":266,"priority":267},{"path":269,"priority":270},{"path":1650,"priority":273},"assets/vercel-small.svg",{"path":1652,"priority":273},"assets/vercel.png",{"path":1654,"priority":273},"scripts/deploy.sh",{"basePath":1656,"description":1657,"displayName":1658,"installMethods":1659,"rationale":1660,"selectedPaths":1661,"source":301,"sourceLanguage":18,"type":242},"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",[1662,1663,1664,1666,1667,1669,1671,1673,1675,1677,1679,1681,1683,1685,1687,1689,1691,1693,1695],{"path":266,"priority":267},{"path":269,"priority":270},{"path":1665,"priority":273},"assets/winui.png",{"path":275,"priority":276},{"path":1668,"priority":276},"references/accessibility-input-and-localization.md",{"path":1670,"priority":276},"references/build-run-and-launch-verification.md",{"path":1672,"priority":276},"references/community-toolkit-controls-and-helpers.md",{"path":1674,"priority":276},"references/controls-layout-and-adaptive-ui.md",{"path":1676,"priority":276},"references/foundation-environment-audit-and-remediation.md",{"path":1678,"priority":276},"references/foundation-setup-and-project-selection.md",{"path":1680,"priority":276},"references/foundation-template-first-recovery.md",{"path":1682,"priority":276},"references/foundation-winui-app-structure.md",{"path":1684,"priority":276},"references/motion-animations-and-polish.md",{"path":1686,"priority":276},"references/performance-diagnostics-and-responsiveness.md",{"path":1688,"priority":276},"references/sample-source-map.md",{"path":1690,"priority":276},"references/shell-navigation-and-windowing.md",{"path":1692,"priority":276},"references/styling-theming-materials-and-icons.md",{"path":1694,"priority":276},"references/testing-debugging-and-review-checklists.md",{"path":1696,"priority":276},"references/windows-app-sdk-lifecycle-notifications-and-deployment.md",{"basePath":1698,"description":1699,"displayName":1700,"installMethods":1701,"rationale":1702,"selectedPaths":1703,"source":301,"sourceLanguage":18,"type":242},"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",[1704,1705,1706,1708],{"path":266,"priority":267},{"path":269,"priority":270},{"path":1707,"priority":273},"assets/yeet-small.svg",{"path":1709,"priority":273},"assets/yeet.png",{"basePath":1711,"description":1712,"displayName":1713,"installMethods":1714,"rationale":1715,"selectedPaths":1716,"source":301,"sourceLanguage":18,"type":242},"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",[1717,1718,1719,1721,1723,1724,1725,1727,1728,1729],{"path":266,"priority":267},{"path":269,"priority":270},{"path":1720,"priority":273},"assets/imagegen-small.svg",{"path":1722,"priority":273},"assets/imagegen.png",{"path":1429,"priority":276},{"path":1608,"priority":276},{"path":1726,"priority":276},"references/image-api.md",{"path":1614,"priority":276},{"path":1616,"priority":276},{"path":1730,"priority":273},"scripts/image_gen.py",{"basePath":1732,"description":1733,"displayName":1734,"installMethods":1735,"rationale":1736,"selectedPaths":1737,"source":301,"sourceLanguage":18,"type":242},"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",[1738,1739,1740,1742],{"path":266,"priority":267},{"path":269,"priority":270},{"path":1741,"priority":276},"references/plugin-json-spec.md",{"path":1743,"priority":273},"scripts/create_basic_plugin.py",{"basePath":1745,"description":1746,"displayName":1747,"installMethods":1748,"rationale":1749,"selectedPaths":1750,"source":301,"sourceLanguage":18,"type":242},"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",[1751,1752,1753,1755,1757,1759],{"path":266,"priority":267},{"path":269,"priority":270},{"path":1754,"priority":276},"references/openai_yaml.md",{"path":1756,"priority":273},"scripts/generate_openai_yaml.py",{"path":1758,"priority":273},"scripts/init_skill.py",{"path":1760,"priority":273},"scripts/quick_validate.py",{"basePath":1762,"description":1763,"displayName":1764,"installMethods":1765,"rationale":1766,"selectedPaths":1767,"source":301,"sourceLanguage":18,"type":242},"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",[1768,1769,1770,1772,1774,1776,1778],{"path":266,"priority":267},{"path":269,"priority":270},{"path":1771,"priority":273},"assets/skill-installer-small.svg",{"path":1773,"priority":273},"assets/skill-installer.png",{"path":1775,"priority":273},"scripts/github_utils.py",{"path":1777,"priority":273},"scripts/install-skill-from-github.py",{"path":1779,"priority":273},"scripts/list-skills.py",{"sources":1781},[1782],"manual",{"closedIssues90d":229,"description":1784,"forks":230,"openIssues90d":231,"pushedAt":232,"readmeSize":227,"stars":233,"topics":1785},"Skills Catalog for Codex",[],{"classifiedAt":1787,"discoverAt":1788,"extractAt":1789,"githubAt":1789,"updatedAt":1787},1778695021634,1778695016992,1778695019762,[213,209,210,212,211],{"evaluatedAt":237,"extractAt":1792,"updatedAt":237},1778695021936,[],[1795,1820,1852,1874,1904,1925],{"_creationTime":1796,"_id":1797,"community":1798,"display":1799,"identity":1805,"providers":1809,"relations":1814,"tags":1816,"workflow":1817},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":1800,"installMethods":1801,"name":1803,"sourceUrl":1804},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":1802},"steipete/clawdis","github","https://github.com/steipete/clawdis",{"basePath":1806,"githubOwner":1807,"githubRepo":1808,"locale":18,"slug":1803,"type":242},"skills/github","steipete","clawdis",{"evaluate":1810,"extract":1813},{"promptVersionExtension":202,"promptVersionScoring":203,"score":206,"tags":1811,"targetMarket":214,"tier":215},[1803,209,1812,211,213],"api",{"commitSha":249},{"repoId":1815},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[1812,213,209,211,1803],{"evaluatedAt":1818,"extractAt":1819,"updatedAt":1818},1778698569289,1778697652123,{"_creationTime":1821,"_id":1822,"community":1823,"display":1824,"identity":1830,"providers":1835,"relations":1845,"tags":1848,"workflow":1849},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":1825,"installMethods":1826,"name":1828,"sourceUrl":1829},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":1827},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":1831,"githubOwner":1832,"githubRepo":1833,"locale":18,"slug":1834,"type":242},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":1836,"extract":1843},{"promptVersionExtension":202,"promptVersionScoring":203,"score":206,"tags":1837,"targetMarket":214,"tier":215},[1838,1839,1840,1841,213,209,1842],"git","development-environment","workflow","tmux","developer-tool",{"commitSha":249,"license":1844},"MIT",{"parentExtensionId":1846,"repoId":1847},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[213,209,1842,1839,1838,1841,1840],{"evaluatedAt":1850,"extractAt":1851,"updatedAt":1850},1778699613343,1778699234184,{"_creationTime":1853,"_id":1854,"community":1855,"display":1856,"identity":1859,"providers":1862,"relations":1870,"tags":1871,"workflow":1872},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":1857,"installMethods":1858,"name":1833,"sourceUrl":1829},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":1827},{"basePath":1860,"githubOwner":1832,"githubRepo":1833,"locale":18,"slug":1861,"type":242},"skills/ask","ask",{"evaluate":1863,"extract":1869},{"promptVersionExtension":202,"promptVersionScoring":203,"score":206,"tags":1864,"targetMarket":214,"tier":215},[209,213,1865,1866,1867,1868],"llm","prompting","code-review","artifact-generation",{"commitSha":249,"license":1844},{"parentExtensionId":1846,"repoId":1847},[1868,213,209,1867,1865,1866],{"evaluatedAt":1873,"extractAt":1851,"updatedAt":1873},1778699303045,{"_creationTime":1875,"_id":1876,"community":1877,"display":1878,"identity":1884,"providers":1889,"relations":1896,"tags":1899,"workflow":1900},1778699366078.7817,"k173mj3k9wcdq512bp1532xkwx86nrh4",{"reviewCount":8},{"description":1879,"installMethods":1880,"name":1882,"sourceUrl":1883},"当工作依赖于用户实时浏览器会话或可见的渲染状态，而不是静态抓取时使用，尤其是在浏览器调试上下文或 DevTools 选择的元素或请求、登录仪表板或 CMS 流程、localhost 应用、上传、下载、媒体检查、DOM 或 iframe 检查、Shadow DOM，或看起来像软 404、身份验证墙、反机器人检查或速率限制的浏览器故障时。",{"claudeCode":1881},"xixu-me/skills","使用我的浏览器","https://github.com/xixu-me/skills",{"basePath":1885,"githubOwner":1886,"githubRepo":241,"locale":1887,"slug":1888,"type":242},"skills/use-my-browser","xixu-me","zh-CN","use-my-browser",{"evaluate":1890,"extract":1895},{"promptVersionExtension":202,"promptVersionScoring":203,"score":206,"tags":1891,"targetMarket":214,"tier":215},[1892,1893,213,1894,211],"browser","debugging","ux",{"commitSha":249,"license":1844},{"repoId":1897,"translatedFrom":1898},"kd77r2vb42jmgam0qbr9f2c6kn86mebv","k179cgk616p3xva37r5jqsfwvh86mcp2",[213,1892,1893,211,1894],{"evaluatedAt":1901,"extractAt":1902,"updatedAt":1903},1778699261239,1778699106670,1778699366078,{"_creationTime":1905,"_id":1906,"community":1907,"display":1908,"identity":1912,"providers":1914,"relations":1921,"tags":1922,"workflow":1923},1778697652123.8857,"k179k1n5nw0md1x1j3dak31evn86mb5f",{"reviewCount":8},{"description":1909,"installMethods":1910,"name":1911,"sourceUrl":1804},"Use when reviewing, reproducing, or proving OpenClaw Telegram behavior with a real Telegram user on Crabbox, including PR review workflows that need an agent-controlled Telegram Desktop recording, TDLib user-driver commands, Convex-leased credentials, WebVNC observation, and motion-trimmed artifacts.",{"claudeCode":1802},"telegram-crabbox-e2e-proof",{"basePath":1913,"githubOwner":1807,"githubRepo":1808,"locale":18,"slug":1911,"type":242},".agents/skills/telegram-crabbox-e2e-proof",{"evaluate":1915,"extract":1920},{"promptVersionExtension":202,"promptVersionScoring":203,"score":206,"tags":1916,"targetMarket":214,"tier":215},[1917,1918,213,1919,209],"testing","telegram","qa",{"commitSha":249},{"repoId":1815},[213,209,1919,1918,1917],{"evaluatedAt":1924,"extractAt":1819,"updatedAt":1924},1778698038113,{"_creationTime":1926,"_id":1927,"community":1928,"display":1929,"identity":1933,"providers":1935,"relations":1941,"tags":1942,"workflow":1943},1778697652123.8845,"k17bexjjjsz81ysk7bd3ggdm8s86mt2t",{"reviewCount":8},{"description":1930,"installMethods":1931,"name":1932,"sourceUrl":1804},"Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.",{"claudeCode":1802},"openclaw-testing",{"basePath":1934,"githubOwner":1807,"githubRepo":1808,"locale":18,"slug":1932,"type":242},".agents/skills/openclaw-testing",{"evaluate":1936,"extract":1940},{"promptVersionExtension":202,"promptVersionScoring":203,"score":206,"tags":1937,"targetMarket":214,"tier":215},[1917,1938,1939,213,211],"ci","validation",{"commitSha":249},{"repoId":1815},[213,1938,211,1917,1939],{"evaluatedAt":1944,"extractAt":1819,"updatedAt":1944},1778697962962]