[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-openai-speech-en":3,"guides-for-openai-speech":1816,"similar-k1703jnec5x3fdsmasfekwt56s86m8bv-en":1817},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":262,"isFallback":247,"parentExtension":266,"providers":267,"relations":273,"repo":275,"tags":1813,"workflow":1814},1778695021936.5625,"k1703jnec5x3fdsmasfekwt56s86m8bv",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"openai/skills","Speech Generation Skill","https://github.com/openai/skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":245,"workflow":260},1778695652845.0566,"kn739a21002dxyffvzkd2x0p7x86ntt4","en",{"checks":20,"evaluatedAt":195,"extensionSummary":196,"features":197,"nonGoals":203,"practices":207,"prerequisites":212,"promptVersionExtension":216,"promptVersionScoring":217,"purpose":218,"rationale":219,"score":220,"summary":221,"tags":222,"targetMarket":229,"tier":230,"useCases":231,"workflow":236},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,109,113,116,120,123,126,129,132,135,138,142,146,149,152,156,159,162,165,168,172,176,179,182,185,188,192],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the extension is for text-to-speech narration, voiceovers, accessibility reads, and batch speech generation, directly addressing user needs for audio output.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill bundles a CLI for reproducible runs and offers specific defaults and workflows beyond basic API calls, providing value over a simple prompt.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension provides a complete workflow, including dependency installation, environment setup, CLI usage, and error handling, making it ready for immediate use.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused solely on text-to-speech generation using the OpenAI Audio API and its bundled CLI, with no unrelated capabilities.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The provided description accurately reflects the skill's functionality, scope, dependencies, and usage of the bundled CLI and OpenAI API.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The extension exposes specific, well-defined commands like `speak`, `speak-batch`, and `list-voices` rather than a single generalist tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All parameters, defaults, and environment variables are clearly documented in the SKILL.md and reference files, including API key setup and CLI usage.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The CLI commands (`speak`, `speak-batch`, `list-voices`) are descriptive and follow a clear verb-noun pattern.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Input parameters for the CLI and API calls are specific, and output is focused on the generated audio file, avoiding unnecessary telemetry.",{"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 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, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The skill explicitly lists required Python packages (`openai`) and suggests `uv` for management, indicating good dependency awareness.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The skill correctly handles API keys by requiring them as an environment variable (`OPENAI_API_KEY`) and never echoes them to stdout, following best practices.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill processes text input as data and uses a well-defined API, with no indication of loading or executing untrusted code.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill relies on the bundled `openai` Python package and does not fetch or execute external code at runtime.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The CLI script operates within expected scopes, writing output files and managing temporary files, without attempting to modify arbitrary paths.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","There are no indications of detached process spawns or deny-retry loops in the provided script.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill uses the OpenAI API for speech generation, and the script does not exhibit patterns for exfiltrating confidential data.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled script and documentation files appear to be free of hidden steering tricks or obfuscated content.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The bundled Python script is standard, readable Python code, with no signs of obfuscation, base64 payloads, or runtime code fetching.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The script uses standard Python practices and relative paths for output, avoiding assumptions about user project structure.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","The repository has a low number of open issues and a reasonable rate of closure, indicating active maintainer engagement.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The skill's SKILL.md frontmatter includes a clear version, and the repository has a recent commit date, indicating proper versioning.",{"category":103,"check":104,"severity":24,"summary":105},"Execution","Validation","The script includes input validation for text length and parameters like voice and format, ensuring robustness.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The skill is primarily read-only with respect to user data, and file writes are to specified output locations, not destructive.",{"category":110,"check":111,"severity":24,"summary":112},"Code Execution","Error Handling","The script includes specific error handling for API calls, rate limits, transient errors, and input validation, providing meaningful messages.",{"category":110,"check":114,"severity":24,"summary":115},"Logging","The script provides informative output to stderr for warnings and errors, and the CLI's dry-run functionality acts as a form of pre-execution audit.",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","The skill processes text input for speech generation and does not appear to handle personal data beyond what is necessary for the API call.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill's functionality is global and not tied to any specific geographic or legal jurisdiction.",{"category":91,"check":124,"severity":24,"summary":125},"Runtime stability","The script uses standard Python 3 and relies on the `openai` package, with clear instructions for installation, making it portable.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README file provides essential information on installing and using skills, including specific instructions for this curated skill.",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","The extension exposes three distinct commands: `speak`, `speak-batch`, and `list-voices`, fitting within the ideal range.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The exposed commands (`speak`, `speak-batch`, `list-voices`) are distinct and do not have overlapping functionality.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, including the use of the OpenAI Audio API and the bundled CLI, are implemented and documented.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README and SKILL.md provide clear installation instructions for dependencies and examples for using the bundled CLI and API key setup.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","Errors related to API keys, input validation, missing dependencies, and network issues provide clear causes and remediation steps.",{"category":103,"check":147,"severity":24,"summary":148},"Pinned dependencies","The script recommends `uv pip install openai` and provides a fallback for `pip`, indicating proper dependency management.",{"category":33,"check":150,"severity":24,"summary":151},"Dry-run preview","The CLI includes a `--dry-run` flag that allows users to preview the API payload and output path without making actual calls.",{"category":153,"check":154,"severity":24,"summary":155},"Protocol","Idempotent retry & timeouts","The script implements retries for transient API errors with exponential backoff and includes rate limiting logic, ensuring robust operation.",{"category":117,"check":157,"severity":24,"summary":158},"Telemetry opt-in","The extension does not emit telemetry; all operations rely on user-explicit commands and API calls.",{"category":40,"check":160,"severity":24,"summary":161},"Precise Purpose","The description precisely states the extension's purpose (text-to-speech narration) and its scope (OpenAI Audio API, bundled CLI) and when to use it.",{"category":40,"check":163,"severity":24,"summary":164},"Concise Frontmatter","The SKILL.md frontmatter is concise and effectively summarizes the skill's core capability and usage triggers.",{"category":44,"check":166,"severity":24,"summary":167},"Concise Body","The SKILL.md is well-structured and concise, delegating detailed CLI and API references to separate files.",{"category":169,"check":170,"severity":24,"summary":171},"Context","Progressive Disclosure","Detailed CLI and API references are provided in separate markdown files, keeping the main SKILL.md focused on overview and workflow.",{"category":169,"check":173,"severity":174,"summary":175},"Forked exploration","not_applicable","This skill performs a direct task and does not involve deep exploration or code review that would necessitate forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The skill provides clear, end-to-end examples for both single and batch speech generation, demonstrating input, invocation, and expected output.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The documentation addresses edge cases like input length limits, missing API keys, and rate limiting, with clear recovery steps.",{"category":110,"check":183,"severity":174,"summary":184},"Tool Fallback","This skill does not rely on a custom MCP server and uses the OpenAI API directly, so no fallback mechanism is needed.",{"category":91,"check":186,"severity":24,"summary":187},"Stack assumptions","The script clearly states its Python 3 requirement and dependency on the `openai` package, with installation instructions provided.",{"category":189,"check":190,"severity":24,"summary":191},"Safety","Halt on unexpected state","The script includes checks for necessary environment variables and valid input, halting with clear error messages if prerequisites are not met.",{"category":91,"check":193,"severity":24,"summary":194},"Cross-skill coupling","The skill is self-contained and does not rely on other specific skills being loaded in the same session.",1778695651102,"This skill provides text-to-speech narration and batch speech generation capabilities via the OpenAI Audio API. It bundles a Python CLI script for reproducible runs, defaulting to `gpt-4o-mini-tts-2025-12-15` and built-in voices. It requires an `OPENAI_API_KEY` and handles common API errors, rate limiting, and input validation.",[198,199,200,201,202],"Generate single text-to-speech clips","Perform batch speech generation from JSONL files","Utilize built-in OpenAI voices","Control voice characteristics via instructions","Run via bundled CLI or OpenAI API",[204,205,206],"Custom voice creation or fine-tuning","Using non-OpenAI TTS models","Generating audio without an API key or network access (unless in dry-run mode)",[208,209,210,211],"API Integration","Command Line Interface","Speech Synthesis","Reproducible Builds",[213,214,215],"OPENAI_API_KEY environment variable set","Python 3 and pip installed","openai Python package installed","3.0.0","4.4.0","Use this skill when you need to generate spoken audio from text for purposes like narration, voiceovers, accessibility reads, or batch audio prompt creation.","All checks passed with 'pass' severity, indicating high quality and adherence to best practices.",100,"High-quality skill for text-to-speech generation using OpenAI's Audio API and a robust bundled CLI.",[223,224,225,226,227,228],"speech","audio","openai","tts","text-to-speech","narration","global","verified",[232,233,234,235],"Create audio narration for project demos or documentation","Generate accessibility-friendly audio descriptions","Produce IVR or phone prompt audio prompts","Batch generate speech for a large number of text inputs",[237,238,239,240,241,242,243,244],"Determine intent (single vs. batch)","Collect inputs: text, voice, format, constraints","Write temporary JSONL for batch jobs","Augment instructions into a labeled spec","Run bundled CLI (`scripts/text_to_speech.py`)","Validate output: intelligibility, pacing, pronunciation","Iterate with targeted changes","Save/return final outputs",{"codeQuality":246,"collectedAt":248,"documentation":249,"maintenance":252,"security":258,"testCoverage":259},{"hasLockfile":247},false,1778695621480,{"descriptionLength":250,"readmeSize":251},309,1478,{"closedIssues90d":253,"forks":254,"hasChangelog":247,"openIssues90d":255,"pushedAt":256,"stars":257},6,1263,30,1778692029000,19018,{"hasNpmPackage":247,"smitheryVerified":247},{"hasCi":247,"hasTests":247},{"updatedAt":261},1778695652845,{"basePath":263,"githubOwner":225,"githubRepo":264,"locale":18,"slug":223,"type":265},"skills/.curated/speech","skills","skill",null,{"evaluate":268,"extract":270},{"promptVersionExtension":216,"promptVersionScoring":217,"score":220,"tags":269,"targetMarket":229,"tier":230},[223,224,225,226,227,228],{"commitSha":271,"license":272},"HEAD","Apache-2.0",{"repoId":274},"kd75n2zj3yh472p25zffgycved86mnpx",{"_creationTime":276,"_id":274,"identity":277,"providers":278,"workflow":1809},1778695016992.2295,{"githubOwner":225,"githubRepo":264,"sourceUrl":14},{"classify":279,"discover":1803,"github":1806},{"commitSha":271,"extensions":280},[281,325,350,361,988,1007,1024,1040,1052,1064,1108,1120,1176,1191,1204,1235,1262,1275,1316,1335,1354,1373,1392,1409,1430,1441,1460,1471,1516,1541,1570,1589,1602,1615,1646,1663,1678,1720,1733,1754,1767,1784],{"basePath":282,"description":283,"displayName":284,"installMethods":285,"rationale":286,"selectedPaths":287,"source":324,"sourceLanguage":18,"type":265},"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",[288,291,294,297,300,302,304,306,308,310,312,314,316,318,320,322],{"path":289,"priority":290},"SKILL.md","mandatory",{"path":292,"priority":293},"LICENSE.txt","high",{"path":295,"priority":296},"assets/dotnet-logo.png","low",{"path":298,"priority":299},"references/_sections.md","medium",{"path":301,"priority":299},"references/apis-minimal-and-controllers.md",{"path":303,"priority":299},"references/data-state-and-services.md",{"path":305,"priority":299},"references/program-and-pipeline.md",{"path":307,"priority":299},"references/realtime-grpc-and-background-work.md",{"path":309,"priority":299},"references/security-and-identity.md",{"path":311,"priority":299},"references/source-map.md",{"path":313,"priority":299},"references/stack-selection.md",{"path":315,"priority":299},"references/testing-performance-and-operations.md",{"path":317,"priority":299},"references/ui-blazor.md",{"path":319,"priority":299},"references/ui-mvc.md",{"path":321,"priority":299},"references/ui-razor-pages.md",{"path":323,"priority":299},"references/versioning-and-upgrades.md","rule",{"basePath":326,"description":327,"displayName":328,"installMethods":329,"rationale":330,"selectedPaths":331,"source":324,"sourceLanguage":18,"type":265},"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",[332,333,334,336,338,340,342,344,346,348],{"path":289,"priority":290},{"path":292,"priority":293},{"path":335,"priority":299},"references/app-archetypes.md",{"path":337,"priority":299},"references/apps-sdk-docs-workflow.md",{"path":339,"priority":299},"references/interactive-state-sync-patterns.md",{"path":341,"priority":299},"references/repo-contract-and-validation.md",{"path":343,"priority":299},"references/search-fetch-standard.md",{"path":345,"priority":299},"references/upstream-example-workflow.md",{"path":347,"priority":299},"references/window-openai-patterns.md",{"path":349,"priority":296},"scripts/scaffold_node_ext_apps.mjs",{"basePath":351,"description":352,"displayName":353,"installMethods":354,"rationale":355,"selectedPaths":356,"source":324,"sourceLanguage":18,"type":265},"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",[357,358,359],{"path":289,"priority":290},{"path":292,"priority":293},{"path":360,"priority":299},"references/agent-cli-patterns.md",{"basePath":362,"description":363,"displayName":364,"installMethods":365,"rationale":366,"selectedPaths":367,"source":324,"sourceLanguage":18,"type":265},"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",[368,369,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,968,970,972,974,976,978,980,982,984,986],{"path":289,"priority":290},{"path":292,"priority":293},{"path":371,"priority":296},"assets/cloudflare-small.svg",{"path":373,"priority":296},"assets/cloudflare.png",{"path":375,"priority":299},"references/agents-sdk/README.md",{"path":377,"priority":299},"references/agents-sdk/api.md",{"path":379,"priority":299},"references/agents-sdk/configuration.md",{"path":381,"priority":299},"references/agents-sdk/gotchas.md",{"path":383,"priority":299},"references/agents-sdk/patterns.md",{"path":385,"priority":299},"references/ai-gateway/README.md",{"path":387,"priority":299},"references/ai-gateway/configuration.md",{"path":389,"priority":299},"references/ai-gateway/dynamic-routing.md",{"path":391,"priority":299},"references/ai-gateway/features.md",{"path":393,"priority":299},"references/ai-gateway/sdk-integration.md",{"path":395,"priority":299},"references/ai-gateway/troubleshooting.md",{"path":397,"priority":299},"references/ai-search/README.md",{"path":399,"priority":299},"references/ai-search/api.md",{"path":401,"priority":299},"references/ai-search/configuration.md",{"path":403,"priority":299},"references/ai-search/gotchas.md",{"path":405,"priority":299},"references/ai-search/patterns.md",{"path":407,"priority":299},"references/analytics-engine/README.md",{"path":409,"priority":299},"references/analytics-engine/api.md",{"path":411,"priority":299},"references/analytics-engine/configuration.md",{"path":413,"priority":299},"references/analytics-engine/gotchas.md",{"path":415,"priority":299},"references/analytics-engine/patterns.md",{"path":417,"priority":299},"references/api/README.md",{"path":419,"priority":299},"references/api/api.md",{"path":421,"priority":299},"references/api/configuration.md",{"path":423,"priority":299},"references/api/gotchas.md",{"path":425,"priority":299},"references/api/patterns.md",{"path":427,"priority":299},"references/api-shield/README.md",{"path":429,"priority":299},"references/api-shield/api.md",{"path":431,"priority":299},"references/api-shield/configuration.md",{"path":433,"priority":299},"references/api-shield/gotchas.md",{"path":435,"priority":299},"references/api-shield/patterns.md",{"path":437,"priority":299},"references/argo-smart-routing/README.md",{"path":439,"priority":299},"references/argo-smart-routing/api.md",{"path":441,"priority":299},"references/argo-smart-routing/configuration.md",{"path":443,"priority":299},"references/argo-smart-routing/gotchas.md",{"path":445,"priority":299},"references/argo-smart-routing/patterns.md",{"path":447,"priority":299},"references/bindings/README.md",{"path":449,"priority":299},"references/bindings/api.md",{"path":451,"priority":299},"references/bindings/configuration.md",{"path":453,"priority":299},"references/bindings/gotchas.md",{"path":455,"priority":299},"references/bindings/patterns.md",{"path":457,"priority":299},"references/bot-management/README.md",{"path":459,"priority":299},"references/bot-management/api.md",{"path":461,"priority":299},"references/bot-management/configuration.md",{"path":463,"priority":299},"references/bot-management/gotchas.md",{"path":465,"priority":299},"references/bot-management/patterns.md",{"path":467,"priority":299},"references/browser-rendering/README.md",{"path":469,"priority":299},"references/browser-rendering/api.md",{"path":471,"priority":299},"references/browser-rendering/configuration.md",{"path":473,"priority":299},"references/browser-rendering/gotchas.md",{"path":475,"priority":299},"references/browser-rendering/patterns.md",{"path":477,"priority":299},"references/c3/README.md",{"path":479,"priority":299},"references/c3/api.md",{"path":481,"priority":299},"references/c3/configuration.md",{"path":483,"priority":299},"references/c3/gotchas.md",{"path":485,"priority":299},"references/c3/patterns.md",{"path":487,"priority":299},"references/cache-reserve/README.md",{"path":489,"priority":299},"references/cache-reserve/api.md",{"path":491,"priority":299},"references/cache-reserve/configuration.md",{"path":493,"priority":299},"references/cache-reserve/gotchas.md",{"path":495,"priority":299},"references/cache-reserve/patterns.md",{"path":497,"priority":299},"references/containers/README.md",{"path":499,"priority":299},"references/containers/api.md",{"path":501,"priority":299},"references/containers/configuration.md",{"path":503,"priority":299},"references/containers/gotchas.md",{"path":505,"priority":299},"references/containers/patterns.md",{"path":507,"priority":299},"references/cron-triggers/README.md",{"path":509,"priority":299},"references/cron-triggers/api.md",{"path":511,"priority":299},"references/cron-triggers/configuration.md",{"path":513,"priority":299},"references/cron-triggers/gotchas.md",{"path":515,"priority":299},"references/cron-triggers/patterns.md",{"path":517,"priority":299},"references/d1/README.md",{"path":519,"priority":299},"references/d1/api.md",{"path":521,"priority":299},"references/d1/configuration.md",{"path":523,"priority":299},"references/d1/gotchas.md",{"path":525,"priority":299},"references/d1/patterns.md",{"path":527,"priority":299},"references/ddos/README.md",{"path":529,"priority":299},"references/ddos/api.md",{"path":531,"priority":299},"references/ddos/configuration.md",{"path":533,"priority":299},"references/ddos/gotchas.md",{"path":535,"priority":299},"references/ddos/patterns.md",{"path":537,"priority":299},"references/do-storage/README.md",{"path":539,"priority":299},"references/do-storage/api.md",{"path":541,"priority":299},"references/do-storage/configuration.md",{"path":543,"priority":299},"references/do-storage/gotchas.md",{"path":545,"priority":299},"references/do-storage/patterns.md",{"path":547,"priority":299},"references/do-storage/testing.md",{"path":549,"priority":299},"references/durable-objects/README.md",{"path":551,"priority":299},"references/durable-objects/api.md",{"path":553,"priority":299},"references/durable-objects/configuration.md",{"path":555,"priority":299},"references/durable-objects/gotchas.md",{"path":557,"priority":299},"references/durable-objects/patterns.md",{"path":559,"priority":299},"references/email-routing/README.md",{"path":561,"priority":299},"references/email-routing/api.md",{"path":563,"priority":299},"references/email-routing/configuration.md",{"path":565,"priority":299},"references/email-routing/gotchas.md",{"path":567,"priority":299},"references/email-routing/patterns.md",{"path":569,"priority":299},"references/email-workers/README.md",{"path":571,"priority":299},"references/email-workers/api.md",{"path":573,"priority":299},"references/email-workers/configuration.md",{"path":575,"priority":299},"references/email-workers/gotchas.md",{"path":577,"priority":299},"references/email-workers/patterns.md",{"path":579,"priority":299},"references/hyperdrive/README.md",{"path":581,"priority":299},"references/hyperdrive/api.md",{"path":583,"priority":299},"references/hyperdrive/configuration.md",{"path":585,"priority":299},"references/hyperdrive/gotchas.md",{"path":587,"priority":299},"references/hyperdrive/patterns.md",{"path":589,"priority":299},"references/images/README.md",{"path":591,"priority":299},"references/images/api.md",{"path":593,"priority":299},"references/images/configuration.md",{"path":595,"priority":299},"references/images/gotchas.md",{"path":597,"priority":299},"references/images/patterns.md",{"path":599,"priority":299},"references/kv/README.md",{"path":601,"priority":299},"references/kv/api.md",{"path":603,"priority":299},"references/kv/configuration.md",{"path":605,"priority":299},"references/kv/gotchas.md",{"path":607,"priority":299},"references/kv/patterns.md",{"path":609,"priority":299},"references/miniflare/README.md",{"path":611,"priority":299},"references/miniflare/api.md",{"path":613,"priority":299},"references/miniflare/configuration.md",{"path":615,"priority":299},"references/miniflare/gotchas.md",{"path":617,"priority":299},"references/miniflare/patterns.md",{"path":619,"priority":299},"references/network-interconnect/README.md",{"path":621,"priority":299},"references/network-interconnect/api.md",{"path":623,"priority":299},"references/network-interconnect/configuration.md",{"path":625,"priority":299},"references/network-interconnect/gotchas.md",{"path":627,"priority":299},"references/network-interconnect/patterns.md",{"path":629,"priority":299},"references/observability/README.md",{"path":631,"priority":299},"references/observability/api.md",{"path":633,"priority":299},"references/observability/configuration.md",{"path":635,"priority":299},"references/observability/gotchas.md",{"path":637,"priority":299},"references/observability/patterns.md",{"path":639,"priority":299},"references/pages/README.md",{"path":641,"priority":299},"references/pages/api.md",{"path":643,"priority":299},"references/pages/configuration.md",{"path":645,"priority":299},"references/pages/gotchas.md",{"path":647,"priority":299},"references/pages/patterns.md",{"path":649,"priority":299},"references/pages-functions/README.md",{"path":651,"priority":299},"references/pages-functions/api.md",{"path":653,"priority":299},"references/pages-functions/configuration.md",{"path":655,"priority":299},"references/pages-functions/gotchas.md",{"path":657,"priority":299},"references/pages-functions/patterns.md",{"path":659,"priority":299},"references/pipelines/README.md",{"path":661,"priority":299},"references/pipelines/api.md",{"path":663,"priority":299},"references/pipelines/configuration.md",{"path":665,"priority":299},"references/pipelines/gotchas.md",{"path":667,"priority":299},"references/pipelines/patterns.md",{"path":669,"priority":299},"references/pulumi/README.md",{"path":671,"priority":299},"references/pulumi/api.md",{"path":673,"priority":299},"references/pulumi/configuration.md",{"path":675,"priority":299},"references/pulumi/gotchas.md",{"path":677,"priority":299},"references/pulumi/patterns.md",{"path":679,"priority":299},"references/queues/README.md",{"path":681,"priority":299},"references/queues/api.md",{"path":683,"priority":299},"references/queues/configuration.md",{"path":685,"priority":299},"references/queues/gotchas.md",{"path":687,"priority":299},"references/queues/patterns.md",{"path":689,"priority":299},"references/r2/README.md",{"path":691,"priority":299},"references/r2/api.md",{"path":693,"priority":299},"references/r2/configuration.md",{"path":695,"priority":299},"references/r2/gotchas.md",{"path":697,"priority":299},"references/r2/patterns.md",{"path":699,"priority":299},"references/r2-data-catalog/README.md",{"path":701,"priority":299},"references/r2-data-catalog/api.md",{"path":703,"priority":299},"references/r2-data-catalog/configuration.md",{"path":705,"priority":299},"references/r2-data-catalog/gotchas.md",{"path":707,"priority":299},"references/r2-data-catalog/patterns.md",{"path":709,"priority":299},"references/r2-sql/README.md",{"path":711,"priority":299},"references/r2-sql/api.md",{"path":713,"priority":299},"references/r2-sql/configuration.md",{"path":715,"priority":299},"references/r2-sql/gotchas.md",{"path":717,"priority":299},"references/r2-sql/patterns.md",{"path":719,"priority":299},"references/realtime-sfu/README.md",{"path":721,"priority":299},"references/realtime-sfu/api.md",{"path":723,"priority":299},"references/realtime-sfu/configuration.md",{"path":725,"priority":299},"references/realtime-sfu/gotchas.md",{"path":727,"priority":299},"references/realtime-sfu/patterns.md",{"path":729,"priority":299},"references/realtimekit/README.md",{"path":731,"priority":299},"references/realtimekit/api.md",{"path":733,"priority":299},"references/realtimekit/configuration.md",{"path":735,"priority":299},"references/realtimekit/gotchas.md",{"path":737,"priority":299},"references/realtimekit/patterns.md",{"path":739,"priority":299},"references/sandbox/README.md",{"path":741,"priority":299},"references/sandbox/api.md",{"path":743,"priority":299},"references/sandbox/configuration.md",{"path":745,"priority":299},"references/sandbox/gotchas.md",{"path":747,"priority":299},"references/sandbox/patterns.md",{"path":749,"priority":299},"references/secrets-store/README.md",{"path":751,"priority":299},"references/secrets-store/api.md",{"path":753,"priority":299},"references/secrets-store/configuration.md",{"path":755,"priority":299},"references/secrets-store/gotchas.md",{"path":757,"priority":299},"references/secrets-store/patterns.md",{"path":759,"priority":299},"references/smart-placement/README.md",{"path":761,"priority":299},"references/smart-placement/api.md",{"path":763,"priority":299},"references/smart-placement/configuration.md",{"path":765,"priority":299},"references/smart-placement/gotchas.md",{"path":767,"priority":299},"references/smart-placement/patterns.md",{"path":769,"priority":299},"references/snippets/README.md",{"path":771,"priority":299},"references/snippets/api.md",{"path":773,"priority":299},"references/snippets/configuration.md",{"path":775,"priority":299},"references/snippets/gotchas.md",{"path":777,"priority":299},"references/snippets/patterns.md",{"path":779,"priority":299},"references/spectrum/README.md",{"path":781,"priority":299},"references/spectrum/api.md",{"path":783,"priority":299},"references/spectrum/configuration.md",{"path":785,"priority":299},"references/spectrum/gotchas.md",{"path":787,"priority":299},"references/spectrum/patterns.md",{"path":789,"priority":299},"references/static-assets/README.md",{"path":791,"priority":299},"references/static-assets/api.md",{"path":793,"priority":299},"references/static-assets/configuration.md",{"path":795,"priority":299},"references/static-assets/gotchas.md",{"path":797,"priority":299},"references/static-assets/patterns.md",{"path":799,"priority":299},"references/stream/README.md",{"path":801,"priority":299},"references/stream/api-live.md",{"path":803,"priority":299},"references/stream/api.md",{"path":805,"priority":299},"references/stream/configuration.md",{"path":807,"priority":299},"references/stream/gotchas.md",{"path":809,"priority":299},"references/stream/patterns.md",{"path":811,"priority":299},"references/tail-workers/README.md",{"path":813,"priority":299},"references/tail-workers/api.md",{"path":815,"priority":299},"references/tail-workers/configuration.md",{"path":817,"priority":299},"references/tail-workers/gotchas.md",{"path":819,"priority":299},"references/tail-workers/patterns.md",{"path":821,"priority":299},"references/terraform/README.md",{"path":823,"priority":299},"references/terraform/api.md",{"path":825,"priority":299},"references/terraform/configuration.md",{"path":827,"priority":299},"references/terraform/gotchas.md",{"path":829,"priority":299},"references/terraform/patterns.md",{"path":831,"priority":299},"references/tunnel/README.md",{"path":833,"priority":299},"references/tunnel/api.md",{"path":835,"priority":299},"references/tunnel/configuration.md",{"path":837,"priority":299},"references/tunnel/gotchas.md",{"path":839,"priority":299},"references/tunnel/networking.md",{"path":841,"priority":299},"references/tunnel/patterns.md",{"path":843,"priority":299},"references/turn/README.md",{"path":845,"priority":299},"references/turn/api.md",{"path":847,"priority":299},"references/turn/configuration.md",{"path":849,"priority":299},"references/turn/gotchas.md",{"path":851,"priority":299},"references/turn/patterns.md",{"path":853,"priority":299},"references/turnstile/README.md",{"path":855,"priority":299},"references/turnstile/api.md",{"path":857,"priority":299},"references/turnstile/configuration.md",{"path":859,"priority":299},"references/turnstile/gotchas.md",{"path":861,"priority":299},"references/turnstile/patterns.md",{"path":863,"priority":299},"references/vectorize/README.md",{"path":865,"priority":299},"references/vectorize/api.md",{"path":867,"priority":299},"references/vectorize/configuration.md",{"path":869,"priority":299},"references/vectorize/gotchas.md",{"path":871,"priority":299},"references/vectorize/patterns.md",{"path":873,"priority":299},"references/waf/README.md",{"path":875,"priority":299},"references/waf/api.md",{"path":877,"priority":299},"references/waf/configuration.md",{"path":879,"priority":299},"references/waf/gotchas.md",{"path":881,"priority":299},"references/waf/patterns.md",{"path":883,"priority":299},"references/web-analytics/README.md",{"path":885,"priority":299},"references/web-analytics/configuration.md",{"path":887,"priority":299},"references/web-analytics/gotchas.md",{"path":889,"priority":299},"references/web-analytics/integration.md",{"path":891,"priority":299},"references/web-analytics/patterns.md",{"path":893,"priority":299},"references/workerd/README.md",{"path":895,"priority":299},"references/workerd/api.md",{"path":897,"priority":299},"references/workerd/configuration.md",{"path":899,"priority":299},"references/workerd/gotchas.md",{"path":901,"priority":299},"references/workerd/patterns.md",{"path":903,"priority":299},"references/workers/README.md",{"path":905,"priority":299},"references/workers/api.md",{"path":907,"priority":299},"references/workers/configuration.md",{"path":909,"priority":299},"references/workers/frameworks.md",{"path":911,"priority":299},"references/workers/gotchas.md",{"path":913,"priority":299},"references/workers/patterns.md",{"path":915,"priority":299},"references/workers-ai/README.md",{"path":917,"priority":299},"references/workers-ai/api.md",{"path":919,"priority":299},"references/workers-ai/configuration.md",{"path":921,"priority":299},"references/workers-ai/gotchas.md",{"path":923,"priority":299},"references/workers-ai/patterns.md",{"path":925,"priority":299},"references/workers-for-platforms/README.md",{"path":927,"priority":299},"references/workers-for-platforms/api.md",{"path":929,"priority":299},"references/workers-for-platforms/configuration.md",{"path":931,"priority":299},"references/workers-for-platforms/gotchas.md",{"path":933,"priority":299},"references/workers-for-platforms/patterns.md",{"path":935,"priority":299},"references/workers-playground/README.md",{"path":937,"priority":299},"references/workers-playground/api.md",{"path":939,"priority":299},"references/workers-playground/configuration.md",{"path":941,"priority":299},"references/workers-playground/gotchas.md",{"path":943,"priority":299},"references/workers-playground/patterns.md",{"path":945,"priority":299},"references/workers-vpc/README.md",{"path":947,"priority":299},"references/workers-vpc/api.md",{"path":949,"priority":299},"references/workers-vpc/configuration.md",{"path":951,"priority":299},"references/workers-vpc/gotchas.md",{"path":953,"priority":299},"references/workers-vpc/patterns.md",{"path":955,"priority":299},"references/workflows/README.md",{"path":957,"priority":299},"references/workflows/api.md",{"path":959,"priority":299},"references/workflows/configuration.md",{"path":961,"priority":299},"references/workflows/gotchas.md",{"path":963,"priority":299},"references/workflows/patterns.md",{"path":965,"priority":299},"references/wrangler/README.md",{"path":967,"priority":299},"references/wrangler/api.md",{"path":969,"priority":299},"references/wrangler/auth.md",{"path":971,"priority":299},"references/wrangler/configuration.md",{"path":973,"priority":299},"references/wrangler/gotchas.md",{"path":975,"priority":299},"references/wrangler/patterns.md",{"path":977,"priority":299},"references/zaraz/IMPLEMENTATION_SUMMARY.md",{"path":979,"priority":299},"references/zaraz/README.md",{"path":981,"priority":299},"references/zaraz/api.md",{"path":983,"priority":299},"references/zaraz/configuration.md",{"path":985,"priority":299},"references/zaraz/gotchas.md",{"path":987,"priority":299},"references/zaraz/patterns.md",{"basePath":989,"description":990,"displayName":991,"installMethods":992,"rationale":993,"selectedPaths":994,"source":324,"sourceLanguage":18,"type":265},"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",[995,996,997,999,1001,1003,1005],{"path":289,"priority":290},{"path":292,"priority":293},{"path":998,"priority":296},"assets/figma-small.svg",{"path":1000,"priority":296},"assets/figma.png",{"path":1002,"priority":296},"assets/icon.svg",{"path":1004,"priority":299},"references/figma-mcp-config.md",{"path":1006,"priority":299},"references/figma-tools-and-prompts.md",{"basePath":1008,"description":1009,"displayName":1010,"installMethods":1011,"rationale":1012,"selectedPaths":1013,"source":324,"sourceLanguage":18,"type":265},"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",[1014,1015,1017,1018,1019,1020,1022],{"path":289,"priority":290},{"path":1016,"priority":293},"LICENSE.TXT",{"path":998,"priority":296},{"path":1000,"priority":296},{"path":1002,"priority":296},{"path":1021,"priority":299},"references/mapping-checklist.md",{"path":1023,"priority":296},"scripts/normalize_node_id.py",{"basePath":1025,"description":1026,"displayName":1027,"installMethods":1028,"rationale":1029,"selectedPaths":1030,"source":324,"sourceLanguage":18,"type":265},"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",[1031,1032,1033,1034,1035,1036,1038],{"path":289,"priority":290},{"path":1016,"priority":293},{"path":998,"priority":296},{"path":1000,"priority":296},{"path":1002,"priority":296},{"path":1037,"priority":299},"references/rule-template.md",{"path":1039,"priority":296},"scripts/check_agents_md.sh",{"basePath":1041,"description":1042,"displayName":1043,"installMethods":1044,"rationale":1045,"selectedPaths":1046,"source":324,"sourceLanguage":18,"type":265},"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",[1047,1048,1049,1050,1051],{"path":289,"priority":290},{"path":1016,"priority":293},{"path":998,"priority":296},{"path":1000,"priority":296},{"path":1002,"priority":296},{"basePath":1053,"description":1054,"displayName":1055,"installMethods":1056,"rationale":1057,"selectedPaths":1058,"source":324,"sourceLanguage":18,"type":265},"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",[1059,1060,1061,1062,1063],{"path":289,"priority":290},{"path":1016,"priority":293},{"path":998,"priority":296},{"path":1000,"priority":296},{"path":1002,"priority":296},{"basePath":1065,"description":1066,"displayName":1067,"installMethods":1068,"rationale":1069,"selectedPaths":1070,"source":324,"sourceLanguage":18,"type":265},"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",[1071,1072,1073,1074,1075,1076,1078,1080,1082,1084,1086,1088,1090,1092,1094,1096,1098,1100,1102,1104,1106],{"path":289,"priority":290},{"path":1016,"priority":293},{"path":998,"priority":296},{"path":1000,"priority":296},{"path":1002,"priority":296},{"path":1077,"priority":299},"references/code-connect-setup.md",{"path":1079,"priority":299},"references/component-creation.md",{"path":1081,"priority":299},"references/discovery-phase.md",{"path":1083,"priority":299},"references/documentation-creation.md",{"path":1085,"priority":299},"references/error-recovery.md",{"path":1087,"priority":299},"references/naming-conventions.md",{"path":1089,"priority":299},"references/token-creation.md",{"path":1091,"priority":296},"scripts/bindVariablesToComponent.js",{"path":1093,"priority":296},"scripts/cleanupOrphans.js",{"path":1095,"priority":296},"scripts/createComponentWithVariants.js",{"path":1097,"priority":296},"scripts/createDocumentationPage.js",{"path":1099,"priority":296},"scripts/createSemanticTokens.js",{"path":1101,"priority":296},"scripts/createVariableCollection.js",{"path":1103,"priority":296},"scripts/inspectFileStructure.js",{"path":1105,"priority":296},"scripts/rehydrateState.js",{"path":1107,"priority":296},"scripts/validateCreation.js",{"basePath":1109,"description":1110,"displayName":1111,"installMethods":1112,"rationale":1113,"selectedPaths":1114,"source":324,"sourceLanguage":18,"type":265},"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",[1115,1116,1117,1118,1119],{"path":289,"priority":290},{"path":292,"priority":293},{"path":998,"priority":296},{"path":1000,"priority":296},{"path":1002,"priority":296},{"basePath":1121,"description":1122,"displayName":1123,"installMethods":1124,"rationale":1125,"selectedPaths":1126,"source":324,"sourceLanguage":18,"type":265},"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",[1127,1128,1129,1130,1131,1132,1134,1136,1138,1140,1142,1144,1146,1148,1150,1152,1154,1156,1158,1160,1162,1164,1166,1168,1170,1172,1174],{"path":289,"priority":290},{"path":1016,"priority":293},{"path":998,"priority":296},{"path":1000,"priority":296},{"path":1002,"priority":296},{"path":1133,"priority":299},"references/api-reference.md",{"path":1135,"priority":299},"references/common-patterns.md",{"path":1137,"priority":299},"references/component-patterns.md",{"path":1139,"priority":299},"references/effect-style-patterns.md",{"path":1141,"priority":299},"references/gotchas.md",{"path":1143,"priority":299},"references/maintainers.yml",{"path":1145,"priority":299},"references/plugin-api-patterns.md",{"path":1147,"priority":299},"references/plugin-api-standalone.d.ts",{"path":1149,"priority":299},"references/plugin-api-standalone.index.md",{"path":1151,"priority":299},"references/text-style-patterns.md",{"path":1153,"priority":299},"references/validation-and-recovery.md",{"path":1155,"priority":299},"references/variable-patterns.md",{"path":1157,"priority":299},"references/working-with-design-systems/maintainers.yml",{"path":1159,"priority":299},"references/working-with-design-systems/wwds-components--creating.md",{"path":1161,"priority":299},"references/working-with-design-systems/wwds-components--using.md",{"path":1163,"priority":299},"references/working-with-design-systems/wwds-components.md",{"path":1165,"priority":299},"references/working-with-design-systems/wwds-effect-styles.md",{"path":1167,"priority":299},"references/working-with-design-systems/wwds-text-styles.md",{"path":1169,"priority":299},"references/working-with-design-systems/wwds-variables--creating.md",{"path":1171,"priority":299},"references/working-with-design-systems/wwds-variables--using.md",{"path":1173,"priority":299},"references/working-with-design-systems/wwds-variables.md",{"path":1175,"priority":299},"references/working-with-design-systems/wwds.md",{"basePath":1177,"description":1178,"displayName":1179,"installMethods":1180,"rationale":1181,"selectedPaths":1182,"source":324,"sourceLanguage":18,"type":265},"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",[1183,1184,1185,1187,1189],{"path":289,"priority":290},{"path":292,"priority":293},{"path":1186,"priority":296},"assets/github-small.svg",{"path":1188,"priority":296},"assets/github.png",{"path":1190,"priority":296},"scripts/fetch_comments.py",{"basePath":1192,"description":1193,"displayName":1194,"installMethods":1195,"rationale":1196,"selectedPaths":1197,"source":324,"sourceLanguage":18,"type":265},"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",[1198,1199,1200,1201,1202],{"path":289,"priority":290},{"path":292,"priority":293},{"path":1186,"priority":296},{"path":1188,"priority":296},{"path":1203,"priority":296},"scripts/inspect_pr_checks.py",{"basePath":1205,"description":1206,"displayName":1207,"installMethods":1208,"rationale":1209,"selectedPaths":1210,"source":324,"sourceLanguage":18,"type":265},"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",[1211,1212,1213,1215,1217,1219,1221,1223,1225,1227,1229,1231,1233],{"path":289,"priority":290},{"path":292,"priority":293},{"path":1214,"priority":299},"references/animation-rows.md",{"path":1216,"priority":299},"references/codex-pet-contract.md",{"path":1218,"priority":299},"references/qa-rubric.md",{"path":1220,"priority":296},"scripts/compose_atlas.py",{"path":1222,"priority":296},"scripts/derive_running_left_from_running_right.py",{"path":1224,"priority":296},"scripts/extract_strip_frames.py",{"path":1226,"priority":296},"scripts/inspect_frames.py",{"path":1228,"priority":296},"scripts/make_contact_sheet.py",{"path":1230,"priority":296},"scripts/prepare_pet_run.py",{"path":1232,"priority":296},"scripts/render_animation_previews.py",{"path":1234,"priority":296},"scripts/validate_atlas.py",{"basePath":1236,"description":1237,"displayName":1238,"installMethods":1239,"rationale":1240,"selectedPaths":1241,"source":324,"sourceLanguage":18,"type":265},"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",[1242,1243,1244,1246,1248,1250,1252,1254,1256,1258,1260],{"path":289,"priority":290},{"path":292,"priority":293},{"path":1245,"priority":296},"assets/experiment-template.ipynb",{"path":1247,"priority":296},"assets/jupyter-small.svg",{"path":1249,"priority":296},"assets/jupyter.png",{"path":1251,"priority":296},"assets/tutorial-template.ipynb",{"path":1253,"priority":299},"references/experiment-patterns.md",{"path":1255,"priority":299},"references/notebook-structure.md",{"path":1257,"priority":299},"references/quality-checklist.md",{"path":1259,"priority":299},"references/tutorial-patterns.md",{"path":1261,"priority":296},"scripts/new_notebook.py",{"basePath":1263,"description":1264,"displayName":1265,"installMethods":1266,"rationale":1267,"selectedPaths":1268,"source":324,"sourceLanguage":18,"type":265},"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",[1269,1270,1271,1273],{"path":289,"priority":290},{"path":292,"priority":293},{"path":1272,"priority":296},"assets/linear-small.svg",{"path":1274,"priority":296},"assets/linear.png",{"basePath":1276,"description":1277,"displayName":1278,"installMethods":1279,"rationale":1280,"selectedPaths":1281,"source":324,"sourceLanguage":18,"type":265},"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",[1282,1283,1284,1286,1288,1290,1292,1294,1296,1298,1300,1302,1304,1306,1308,1310,1312,1314],{"path":289,"priority":290},{"path":292,"priority":293},{"path":1285,"priority":299},"references/differences.md",{"path":1287,"priority":296},"scripts/cli.py",{"path":1289,"priority":296},"scripts/migrate/__init__.py",{"path":1291,"priority":296},"scripts/migrate/agents.py",{"path":1293,"priority":296},"scripts/migrate/codex_config.py",{"path":1295,"priority":296},"scripts/migrate/common.py",{"path":1297,"priority":296},"scripts/migrate/hooks.py",{"path":1299,"priority":296},"scripts/migrate/instructions.py",{"path":1301,"priority":296},"scripts/migrate/mcps.py",{"path":1303,"priority":296},"scripts/migrate/plugins.py",{"path":1305,"priority":296},"scripts/migrate/settings.py",{"path":1307,"priority":296},"scripts/migrate/skills.py",{"path":1309,"priority":296},"scripts/migrate-to-codex.py",{"path":1311,"priority":296},"scripts/utils/__init__.py",{"path":1313,"priority":296},"scripts/utils/scan.py",{"path":1315,"priority":296},"scripts/utils/util.py",{"basePath":1317,"description":1318,"displayName":1319,"installMethods":1320,"rationale":1321,"selectedPaths":1322,"source":324,"sourceLanguage":18,"type":265},"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",[1323,1324,1325,1327,1329,1331,1333],{"path":289,"priority":290},{"path":292,"priority":293},{"path":1326,"priority":296},"assets/netlify-small.svg",{"path":1328,"priority":296},"assets/netlify.png",{"path":1330,"priority":299},"references/cli-commands.md",{"path":1332,"priority":299},"references/deployment-patterns.md",{"path":1334,"priority":299},"references/netlify-toml.md",{"basePath":1336,"description":1337,"displayName":1338,"installMethods":1339,"rationale":1340,"selectedPaths":1341,"source":324,"sourceLanguage":18,"type":265},"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",[1342,1343,1344,1346,1348,1350,1352],{"path":289,"priority":290},{"path":292,"priority":293},{"path":1345,"priority":296},"assets/notion-small.svg",{"path":1347,"priority":296},"assets/notion.png",{"path":1349,"priority":296},"examples/conversation-to-faq.md",{"path":1351,"priority":296},"examples/decision-capture.md",{"path":1353,"priority":296},"examples/how-to-guide.md",{"basePath":1355,"description":1356,"displayName":1357,"installMethods":1358,"rationale":1359,"selectedPaths":1360,"source":324,"sourceLanguage":18,"type":265},"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",[1361,1362,1363,1364,1365,1367,1369,1371],{"path":289,"priority":290},{"path":292,"priority":293},{"path":1345,"priority":296},{"path":1347,"priority":296},{"path":1366,"priority":296},"examples/customer-meeting.md",{"path":1368,"priority":296},"examples/executive-review.md",{"path":1370,"priority":296},"examples/project-decision.md",{"path":1372,"priority":296},"examples/sprint-planning.md",{"basePath":1374,"description":1375,"displayName":1376,"installMethods":1377,"rationale":1378,"selectedPaths":1379,"source":324,"sourceLanguage":18,"type":265},"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",[1380,1381,1382,1383,1384,1386,1388,1390],{"path":289,"priority":290},{"path":292,"priority":293},{"path":1345,"priority":296},{"path":1347,"priority":296},{"path":1385,"priority":296},"examples/competitor-analysis.md",{"path":1387,"priority":296},"examples/market-research.md",{"path":1389,"priority":296},"examples/technical-investigation.md",{"path":1391,"priority":296},"examples/trip-planning.md",{"basePath":1393,"description":1394,"displayName":1395,"installMethods":1396,"rationale":1397,"selectedPaths":1398,"source":324,"sourceLanguage":18,"type":265},"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",[1399,1400,1401,1402,1403,1405,1407],{"path":289,"priority":290},{"path":292,"priority":293},{"path":1345,"priority":296},{"path":1347,"priority":296},{"path":1404,"priority":296},"examples/api-feature.md",{"path":1406,"priority":296},"examples/database-migration.md",{"path":1408,"priority":296},"examples/ui-component.md",{"basePath":1410,"description":1411,"displayName":1412,"installMethods":1413,"rationale":1414,"selectedPaths":1415,"source":324,"sourceLanguage":18,"type":265},"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)",[1416,1417,1418,1420,1422,1424,1426,1428],{"path":289,"priority":290},{"path":292,"priority":293},{"path":1419,"priority":296},"assets/openai-small.svg",{"path":1421,"priority":296},"assets/openai.png",{"path":1423,"priority":299},"references/latest-model.md",{"path":1425,"priority":299},"references/prompting-guide.md",{"path":1427,"priority":299},"references/upgrade-guide.md",{"path":1429,"priority":296},"scripts/resolve-latest-model-info.js",{"basePath":1431,"description":1432,"displayName":1433,"installMethods":1434,"rationale":1435,"selectedPaths":1436,"source":324,"sourceLanguage":18,"type":265},"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",[1437,1438,1439],{"path":289,"priority":290},{"path":292,"priority":293},{"path":1440,"priority":296},"assets/pdf.png",{"basePath":1442,"description":1443,"displayName":1444,"installMethods":1445,"rationale":1446,"selectedPaths":1447,"source":324,"sourceLanguage":18,"type":265},"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",[1448,1449,1450,1452,1454,1456,1458],{"path":289,"priority":290},{"path":292,"priority":293},{"path":1451,"priority":296},"assets/playwright-small.svg",{"path":1453,"priority":296},"assets/playwright.png",{"path":1455,"priority":299},"references/cli.md",{"path":1457,"priority":299},"references/workflows.md",{"path":1459,"priority":296},"scripts/playwright_cli.sh",{"basePath":1461,"description":1462,"displayName":1463,"installMethods":1464,"rationale":1465,"selectedPaths":1466,"source":324,"sourceLanguage":18,"type":265},"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",[1467,1468,1469,1470],{"path":289,"priority":290},{"path":292,"priority":293},{"path":1451,"priority":296},{"path":1453,"priority":296},{"basePath":1472,"description":1473,"displayName":1474,"installMethods":1475,"rationale":1476,"selectedPaths":1477,"source":324,"sourceLanguage":18,"type":265},"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",[1478,1479,1480,1482,1484,1486,1488,1490,1492,1494,1496,1498,1500,1502,1504,1506,1508,1510,1512,1514],{"path":289,"priority":290},{"path":292,"priority":293},{"path":1481,"priority":296},"assets/docker.yaml",{"path":1483,"priority":296},"assets/go-api.yaml",{"path":1485,"priority":296},"assets/nextjs-postgres.yaml",{"path":1487,"priority":296},"assets/node-express.yaml",{"path":1489,"priority":296},"assets/python-django.yaml",{"path":1491,"priority":296},"assets/render-small.svg",{"path":1493,"priority":296},"assets/render.png",{"path":1495,"priority":296},"assets/static-site.yaml",{"path":1497,"priority":299},"references/blueprint-spec.md",{"path":1499,"priority":299},"references/codebase-analysis.md",{"path":1501,"priority":299},"references/configuration-guide.md",{"path":1503,"priority":299},"references/deployment-details.md",{"path":1505,"priority":299},"references/direct-creation.md",{"path":1507,"priority":299},"references/error-patterns.md",{"path":1509,"priority":299},"references/post-deploy-checks.md",{"path":1511,"priority":299},"references/runtimes.md",{"path":1513,"priority":299},"references/service-types.md",{"path":1515,"priority":299},"references/troubleshooting-basics.md",{"basePath":1517,"description":1518,"displayName":1519,"installMethods":1520,"rationale":1521,"selectedPaths":1522,"source":324,"sourceLanguage":18,"type":265},"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",[1523,1524,1525,1527,1529,1531,1533,1535,1537,1539],{"path":289,"priority":290},{"path":292,"priority":293},{"path":1526,"priority":296},"assets/screenshot-small.svg",{"path":1528,"priority":296},"assets/screenshot.png",{"path":1530,"priority":296},"scripts/ensure_macos_permissions.sh",{"path":1532,"priority":296},"scripts/macos_display_info.swift",{"path":1534,"priority":296},"scripts/macos_permissions.swift",{"path":1536,"priority":296},"scripts/macos_window_info.swift",{"path":1538,"priority":296},"scripts/take_screenshot.ps1",{"path":1540,"priority":296},"scripts/take_screenshot.py",{"basePath":1542,"description":1543,"displayName":1544,"installMethods":1545,"rationale":1546,"selectedPaths":1547,"source":324,"sourceLanguage":18,"type":265},"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",[1548,1549,1550,1552,1554,1556,1558,1560,1562,1564,1566,1568],{"path":289,"priority":290},{"path":292,"priority":293},{"path":1551,"priority":299},"references/golang-general-backend-security.md",{"path":1553,"priority":299},"references/javascript-express-web-server-security.md",{"path":1555,"priority":299},"references/javascript-general-web-frontend-security.md",{"path":1557,"priority":299},"references/javascript-jquery-web-frontend-security.md",{"path":1559,"priority":299},"references/javascript-typescript-nextjs-web-server-security.md",{"path":1561,"priority":299},"references/javascript-typescript-react-web-frontend-security.md",{"path":1563,"priority":299},"references/javascript-typescript-vue-web-frontend-security.md",{"path":1565,"priority":299},"references/python-django-web-server-security.md",{"path":1567,"priority":299},"references/python-fastapi-web-server-security.md",{"path":1569,"priority":299},"references/python-flask-web-server-security.md",{"basePath":1571,"description":1572,"displayName":1573,"installMethods":1574,"rationale":1575,"selectedPaths":1576,"source":324,"sourceLanguage":18,"type":265},"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",[1577,1578,1579,1581,1583,1585,1587],{"path":289,"priority":290},{"path":292,"priority":293},{"path":1580,"priority":299},"references/neo4j-import.md",{"path":1582,"priority":296},"scripts/build_ownership_map.py",{"path":1584,"priority":296},"scripts/community_maintainers.py",{"path":1586,"priority":296},"scripts/query_ownership.py",{"path":1588,"priority":296},"scripts/run_ownership_map.py",{"basePath":1590,"description":1591,"displayName":1592,"installMethods":1593,"rationale":1594,"selectedPaths":1595,"source":324,"sourceLanguage":18,"type":265},"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",[1596,1597,1598,1600],{"path":289,"priority":290},{"path":292,"priority":293},{"path":1599,"priority":299},"references/prompt-template.md",{"path":1601,"priority":299},"references/security-controls-and-assets.md",{"basePath":1603,"description":1604,"displayName":1605,"installMethods":1606,"rationale":1607,"selectedPaths":1608,"source":324,"sourceLanguage":18,"type":265},"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",[1609,1610,1611,1613],{"path":289,"priority":290},{"path":292,"priority":293},{"path":1612,"priority":296},"assets/sentry-small.svg",{"path":1614,"priority":296},"assets/sentry.png",{"basePath":263,"description":10,"displayName":223,"installMethods":1616,"rationale":1617,"selectedPaths":1618,"source":324,"sourceLanguage":18,"type":265},{"claudeCode":12},"SKILL.md frontmatter at skills/.curated/speech/SKILL.md",[1619,1620,1621,1623,1625,1627,1629,1630,1632,1634,1636,1638,1640,1642,1644],{"path":289,"priority":290},{"path":292,"priority":293},{"path":1622,"priority":296},"assets/speech-small.svg",{"path":1624,"priority":296},"assets/speech.png",{"path":1626,"priority":299},"references/accessibility.md",{"path":1628,"priority":299},"references/audio-api.md",{"path":1455,"priority":299},{"path":1631,"priority":299},"references/codex-network.md",{"path":1633,"priority":299},"references/ivr.md",{"path":1635,"priority":299},"references/narration.md",{"path":1637,"priority":299},"references/prompting.md",{"path":1639,"priority":299},"references/sample-prompts.md",{"path":1641,"priority":299},"references/voice-directions.md",{"path":1643,"priority":299},"references/voiceover.md",{"path":1645,"priority":296},"scripts/text_to_speech.py",{"basePath":1647,"description":1648,"displayName":1649,"installMethods":1650,"rationale":1651,"selectedPaths":1652,"source":324,"sourceLanguage":18,"type":265},"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",[1653,1654,1655,1657,1659,1661],{"path":289,"priority":290},{"path":292,"priority":293},{"path":1656,"priority":296},"assets/transcribe-small.svg",{"path":1658,"priority":296},"assets/transcribe.png",{"path":1660,"priority":299},"references/api.md",{"path":1662,"priority":296},"scripts/transcribe_diarize.py",{"basePath":1664,"description":1665,"displayName":1666,"installMethods":1667,"rationale":1668,"selectedPaths":1669,"source":324,"sourceLanguage":18,"type":265},"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",[1670,1671,1672,1674,1676],{"path":289,"priority":290},{"path":292,"priority":293},{"path":1673,"priority":296},"assets/vercel-small.svg",{"path":1675,"priority":296},"assets/vercel.png",{"path":1677,"priority":296},"scripts/deploy.sh",{"basePath":1679,"description":1680,"displayName":1681,"installMethods":1682,"rationale":1683,"selectedPaths":1684,"source":324,"sourceLanguage":18,"type":265},"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",[1685,1686,1687,1689,1690,1692,1694,1696,1698,1700,1702,1704,1706,1708,1710,1712,1714,1716,1718],{"path":289,"priority":290},{"path":292,"priority":293},{"path":1688,"priority":296},"assets/winui.png",{"path":298,"priority":299},{"path":1691,"priority":299},"references/accessibility-input-and-localization.md",{"path":1693,"priority":299},"references/build-run-and-launch-verification.md",{"path":1695,"priority":299},"references/community-toolkit-controls-and-helpers.md",{"path":1697,"priority":299},"references/controls-layout-and-adaptive-ui.md",{"path":1699,"priority":299},"references/foundation-environment-audit-and-remediation.md",{"path":1701,"priority":299},"references/foundation-setup-and-project-selection.md",{"path":1703,"priority":299},"references/foundation-template-first-recovery.md",{"path":1705,"priority":299},"references/foundation-winui-app-structure.md",{"path":1707,"priority":299},"references/motion-animations-and-polish.md",{"path":1709,"priority":299},"references/performance-diagnostics-and-responsiveness.md",{"path":1711,"priority":299},"references/sample-source-map.md",{"path":1713,"priority":299},"references/shell-navigation-and-windowing.md",{"path":1715,"priority":299},"references/styling-theming-materials-and-icons.md",{"path":1717,"priority":299},"references/testing-debugging-and-review-checklists.md",{"path":1719,"priority":299},"references/windows-app-sdk-lifecycle-notifications-and-deployment.md",{"basePath":1721,"description":1722,"displayName":1723,"installMethods":1724,"rationale":1725,"selectedPaths":1726,"source":324,"sourceLanguage":18,"type":265},"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",[1727,1728,1729,1731],{"path":289,"priority":290},{"path":292,"priority":293},{"path":1730,"priority":296},"assets/yeet-small.svg",{"path":1732,"priority":296},"assets/yeet.png",{"basePath":1734,"description":1735,"displayName":1736,"installMethods":1737,"rationale":1738,"selectedPaths":1739,"source":324,"sourceLanguage":18,"type":265},"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",[1740,1741,1742,1744,1746,1747,1748,1750,1751,1752],{"path":289,"priority":290},{"path":292,"priority":293},{"path":1743,"priority":296},"assets/imagegen-small.svg",{"path":1745,"priority":296},"assets/imagegen.png",{"path":1455,"priority":299},{"path":1631,"priority":299},{"path":1749,"priority":299},"references/image-api.md",{"path":1637,"priority":299},{"path":1639,"priority":299},{"path":1753,"priority":296},"scripts/image_gen.py",{"basePath":1755,"description":1756,"displayName":1757,"installMethods":1758,"rationale":1759,"selectedPaths":1760,"source":324,"sourceLanguage":18,"type":265},"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",[1761,1762,1763,1765],{"path":289,"priority":290},{"path":292,"priority":293},{"path":1764,"priority":299},"references/plugin-json-spec.md",{"path":1766,"priority":296},"scripts/create_basic_plugin.py",{"basePath":1768,"description":1769,"displayName":1770,"installMethods":1771,"rationale":1772,"selectedPaths":1773,"source":324,"sourceLanguage":18,"type":265},"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",[1774,1775,1776,1778,1780,1782],{"path":289,"priority":290},{"path":292,"priority":293},{"path":1777,"priority":299},"references/openai_yaml.md",{"path":1779,"priority":296},"scripts/generate_openai_yaml.py",{"path":1781,"priority":296},"scripts/init_skill.py",{"path":1783,"priority":296},"scripts/quick_validate.py",{"basePath":1785,"description":1786,"displayName":1787,"installMethods":1788,"rationale":1789,"selectedPaths":1790,"source":324,"sourceLanguage":18,"type":265},"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",[1791,1792,1793,1795,1797,1799,1801],{"path":289,"priority":290},{"path":292,"priority":293},{"path":1794,"priority":296},"assets/skill-installer-small.svg",{"path":1796,"priority":296},"assets/skill-installer.png",{"path":1798,"priority":296},"scripts/github_utils.py",{"path":1800,"priority":296},"scripts/install-skill-from-github.py",{"path":1802,"priority":296},"scripts/list-skills.py",{"sources":1804},[1805],"manual",{"closedIssues90d":253,"description":1807,"forks":254,"openIssues90d":255,"pushedAt":256,"readmeSize":251,"stars":257,"topics":1808},"Skills Catalog for Codex",[],{"classifiedAt":1810,"discoverAt":1811,"extractAt":1812,"githubAt":1812,"updatedAt":1810},1778695021634,1778695016992,1778695019762,[224,228,225,223,227,226],{"evaluatedAt":261,"extractAt":1815,"updatedAt":261},1778695021936,[],[1818,1845,1872,1899,1921,1948],{"_creationTime":1819,"_id":1820,"community":1821,"display":1822,"identity":1828,"providers":1832,"relations":1838,"tags":1841,"workflow":1842},1778696833339.6235,"k173202da6bz9n3t2ytqn33f3h86n9e0",{"reviewCount":8},{"description":1823,"installMethods":1824,"name":1826,"sourceUrl":1827},"Convert documents and text to audio using Google Cloud Text-to-Speech.\nUse this skill when the user wants to: narrate a document, read aloud text,\ngenerate audio from a file, convert text to speech, create a recording\nof documentation or analysis, create a podcast from a document, or use\nGoogle TTS/text-to-speech. Trigger phrases: \"read this aloud\", \"narrate this\",\n\"create a recording\", \"text to speech\", \"TTS\", \"convert to audio\",\n\"audio from document\", \"listen to this\", \"generate audio\", \"google tts\",\n\"create a podcast\".\n",{"claudeCode":1825},"sanjay3290/ai-skills","google-tts","https://github.com/sanjay3290/ai-skills",{"basePath":1829,"githubOwner":1830,"githubRepo":1831,"locale":18,"slug":1826,"type":265},"skills/google-tts","sanjay3290","ai-skills",{"evaluate":1833,"extract":1837},{"promptVersionExtension":216,"promptVersionScoring":217,"score":220,"tags":1834,"targetMarket":229,"tier":230},[226,223,224,1835,1836],"google-cloud","python",{"commitSha":271},{"parentExtensionId":1839,"repoId":1840},"k17es37z10n1sw6t2m3f0vsydx86mnje","kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[224,1835,1836,223,226],{"evaluatedAt":1843,"extractAt":1844,"updatedAt":1843},1778697061989,1778696833339,{"_creationTime":1846,"_id":1847,"community":1848,"display":1849,"identity":1855,"providers":1858,"relations":1866,"tags":1868,"workflow":1869},1778690923100.0378,"k17cvy6yv9xmtby9b03sb83ep586n46a",{"reviewCount":8},{"description":1850,"installMethods":1851,"name":1853,"sourceUrl":1854},"ElevenLabs text-to-speech with 22+ premium voices, multilingual support, and voice tuning via inference.sh CLI. Models: eleven_multilingual_v2 (highest quality), eleven_turbo_v2_5 (low latency), eleven_flash_v2_5 (ultra-fast). Capabilities: text-to-speech, voice selection, stability/style control, 32 languages. Use for: voiceovers, audiobooks, video narration, podcasts, accessibility, IVR. Triggers: elevenlabs, eleven labs, elevenlabs tts, premium tts, professional voice, ai voice, high quality tts, multilingual tts, eleven labs voice, voice generation, natural speech, realistic voice, voice over, speech synthesis",{"claudeCode":1852},"inferen-sh/skills","elevenlabs-tts","https://github.com/inferen-sh/skills",{"basePath":1856,"githubOwner":1857,"githubRepo":264,"locale":18,"slug":1853,"type":265},"tools/audio/elevenlabs-tts","inferen-sh",{"evaluate":1859,"extract":1865},{"promptVersionExtension":216,"promptVersionScoring":217,"score":1860,"tags":1861,"targetMarket":229,"tier":230},99,[227,226,1862,224,1863,1864],"elevenlabs","voice-generation","multilingual",{"commitSha":271},{"repoId":1867},"kd75bmkxfkvvw504knzzpkzjph86n71t",[224,1862,1864,227,226,1863],{"evaluatedAt":1870,"extractAt":1871,"updatedAt":1870},1778692055679,1778690923100,{"_creationTime":1873,"_id":1874,"community":1875,"display":1876,"identity":1881,"providers":1884,"relations":1892,"tags":1894,"workflow":1895},1778694659798.255,"k1780m9bym6pcnr3yx322hj5ah86n6y7",{"reviewCount":8},{"description":1877,"installMethods":1878,"name":226,"sourceUrl":1880},"Use this skill whenever the user wants to convert text into speech, generate audio from text, or produce voiceovers. Triggers include: any mention of 'TTS', 'text to speech', 'speak', 'say', 'voice', 'read aloud', 'audio narration', 'voiceover', 'dubbing', or requests to turn written content into spoken audio. Also use when converting EPUB/PDF/SRT/articles to audio, cloning voices from reference audio, controlling emotion or speed in speech, aligning speech to subtitle timelines, or producing per-segment voice-mapped audio.",{"claudeCode":1879},"NoizAI/skills","https://github.com/NoizAI/skills",{"basePath":1882,"githubOwner":1883,"githubRepo":264,"locale":18,"slug":226,"type":265},"skills/tts","NoizAI",{"evaluate":1885,"extract":1891},{"promptVersionExtension":216,"promptVersionScoring":217,"score":1886,"tags":1887,"targetMarket":229,"tier":1890},96,[226,223,224,1888,228,1889],"voice","dubbing","community",{"commitSha":271},{"repoId":1893},"kd76ab29g8nkd2m33vabs03ybx86my58",[224,1889,228,223,226,1888],{"evaluatedAt":1896,"extractAt":1897,"updatedAt":1898},1778694818344,1778694659798,1778694914881,{"_creationTime":1900,"_id":1901,"community":1902,"display":1903,"identity":1907,"providers":1910,"relations":1917,"tags":1918,"workflow":1919},1778690923100.0361,"k173dbq1kj245r37t95j3a8j2h86m6td",{"reviewCount":8},{"description":1904,"installMethods":1905,"name":1906,"sourceUrl":1854},"AI voice generation, text-to-speech, and voice synthesis via inference.sh CLI. Models: Inworld TTS-2 (100+ languages, emotion/non-verbal steering), Inworld TTS 1.5 (ultra-low latency), ElevenLabs (22+ premium voices, 32 languages), Kokoro TTS, DIA, Chatterbox, Higgs, VibeVoice for natural speech. Capabilities: multiple voices, emotions, accents, long-form narration, conversation, voice transformation, delivery mode control, character voices. Use for: voiceovers, audiobooks, podcasts, video narration, accessibility, gaming NPCs, avatar audio, UGC. Triggers: voice cloning, tts, text to speech, ai voice, voice generation, voice synthesis, voice over, narration, speech synthesis, ai narrator, elevenlabs, eleven labs, natural voice, realistic speech, voice ai, voice changer, inworld, inworld tts, character voice, npc voice",{"claudeCode":1852},"AI Voice Generation",{"basePath":1908,"githubOwner":1857,"githubRepo":264,"locale":18,"slug":1909,"type":265},"tools/audio/ai-voice-cloning","ai-voice-cloning",{"evaluate":1911,"extract":1915},{"promptVersionExtension":216,"promptVersionScoring":217,"score":1912,"tags":1913,"targetMarket":229,"tier":230},95,[226,1863,227,1862,1914,228,224],"inworld",{"commitSha":271,"license":1916},"MIT",{"repoId":1867},[224,1862,1914,228,227,226,1863],{"evaluatedAt":1920,"extractAt":1871,"updatedAt":1920},1778691873508,{"_creationTime":1922,"_id":1923,"community":1924,"display":1925,"identity":1931,"providers":1935,"relations":1942,"tags":1944,"workflow":1945},1778693180473.14,"k17dnngm9wdwdar6xqqr2jxjfh86m6w1",{"reviewCount":8},{"description":1926,"installMethods":1927,"name":1929,"sourceUrl":1930},"Generate AI-powered podcast-style audio narratives using Azure OpenAI's GPT Realtime Mini model via WebSocket. Use when building text-to-speech features, audio narrative generation, podcast creation from content, or integrating with Azure OpenAI Realtime API for real audio output. Covers full-stack implementation from React frontend to Python FastAPI backend with WebSocket streaming.",{"claudeCode":1928},"microsoft/agent-skills","podcast-generation","https://github.com/microsoft/agent-skills",{"basePath":1932,"githubOwner":1933,"githubRepo":1934,"locale":18,"slug":1929,"type":265},".github/skills/podcast-generation","microsoft","agent-skills",{"evaluate":1936,"extract":1941},{"promptVersionExtension":216,"promptVersionScoring":217,"score":220,"tags":1937,"targetMarket":229,"tier":230},[224,227,1938,1939,1940],"azure-openai","websocket","realtime",{"commitSha":271},{"repoId":1943},"kd77czgnv00rfjm815pcc5xx5986n5t8",[224,1938,1940,227,1939],{"evaluatedAt":1946,"extractAt":1947,"updatedAt":1946},1778697105029,1778693180473,{"_creationTime":1949,"_id":1950,"community":1951,"display":1952,"identity":1958,"providers":1962,"relations":1969,"tags":1971,"workflow":1972},1778697652123.8977,"k17dredz1hs8xzqz5p5er1qsgh86n8x6",{"reviewCount":8},{"description":1953,"installMethods":1954,"name":1956,"sourceUrl":1957},"Local text-to-speech via sherpa-onnx (offline, no cloud)",{"claudeCode":1955},"steipete/clawdis","sherpa-onnx-tts","https://github.com/steipete/clawdis",{"basePath":1959,"githubOwner":1960,"githubRepo":1961,"locale":18,"slug":1956,"type":265},"skills/sherpa-onnx-tts","steipete","clawdis",{"evaluate":1963,"extract":1968},{"promptVersionExtension":216,"promptVersionScoring":217,"score":1860,"tags":1964,"targetMarket":229,"tier":230},[226,1965,1966,1967,224],"local","offline","sherpa-onnx",{"commitSha":271},{"repoId":1970},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[224,1965,1966,1967,226],{"evaluatedAt":1973,"extractAt":1974,"updatedAt":1973},1778698917372,1778697652123]