[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-aspnet-core":3,"mdc--fe3lw4-key":38,"related-repo-openai-aspnet-core":473,"related-org-openai-aspnet-core":587},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":27,"repoUrl":28,"updatedAt":29,"license":30,"forks":31,"topics":32,"repo":33,"sourceUrl":36,"mdContent":37},"aspnet-core","build ASP.NET Core web applications","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.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"openai","OpenAI","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fopenai.png",[12,16,18,21,24],{"name":13,"slug":14,"type":15},"C#","csharp","tag",{"name":17,"slug":4,"type":15},"ASP.NET Core",{"name":19,"slug":20,"type":15},"Blazor","blazor",{"name":22,"slug":23,"type":15},"Web Development","web-development",{"name":25,"slug":26,"type":15},".NET","dotnet",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",null,1614,[],{"repoUrl":28,"stars":27,"forks":31,"topics":34,"description":35},[],"Skills Catalog for Codex","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills\u002Ftree\u002FHEAD\u002Fskills\u002F.curated\u002Faspnet-core","---\nname: aspnet-core\ndescription: 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.\n---\n\n# ASP.NET Core\n\n## Overview\n\nChoose the right ASP.NET Core application model, compose the host and request pipeline correctly, and implement features in the framework style Microsoft documents today.\n\nLoad the smallest set of references that fits the task. Do not load every reference by default.\n\n## Workflow\n\n1. Confirm the target framework, SDK, and current app model.\n2. Open [references\u002Fstack-selection.md](references\u002Fstack-selection.md) first for new apps or major refactors.\n3. Open [references\u002Fprogram-and-pipeline.md](references\u002Fprogram-and-pipeline.md) next for `Program.cs`, DI, configuration, middleware, routing, logging, and static assets.\n4. Open exactly one primary app-model reference:\n   - [references\u002Fui-blazor.md](references\u002Fui-blazor.md)\n   - [references\u002Fui-razor-pages.md](references\u002Fui-razor-pages.md)\n   - [references\u002Fui-mvc.md](references\u002Fui-mvc.md)\n   - [references\u002Fapis-minimal-and-controllers.md](references\u002Fapis-minimal-and-controllers.md)\n5. Add cross-cutting references only as needed:\n   - [references\u002Fdata-state-and-services.md](references\u002Fdata-state-and-services.md)\n   - [references\u002Fsecurity-and-identity.md](references\u002Fsecurity-and-identity.md)\n   - [references\u002Frealtime-grpc-and-background-work.md](references\u002Frealtime-grpc-and-background-work.md)\n   - [references\u002Ftesting-performance-and-operations.md](references\u002Ftesting-performance-and-operations.md)\n6. Open [references\u002Fversioning-and-upgrades.md](references\u002Fversioning-and-upgrades.md) before introducing new platform APIs into an older solution or when migrating between major versions.\n7. Use [references\u002Fsource-map.md](references\u002Fsource-map.md) when you need the Microsoft Learn section that corresponds to a task not already covered by the focused references.\n\n## Default Operating Assumptions\n\n- Prefer the latest stable ASP.NET Core and .NET unless the repository or user request pins an older target.\n- As of March 2026, prefer .NET 10 \u002F ASP.NET Core 10 for new production work. Treat ASP.NET Core 11 as preview unless the user explicitly asks for preview features.\n- Prefer `WebApplicationBuilder` and `WebApplication`. Avoid older `Startup` and `WebHost` patterns unless the codebase already uses them or the task is migration.\n- Prefer built-in DI, options\u002Fconfiguration, logging, ProblemDetails, OpenAPI, health checks, rate limiting, output caching, and Identity before adding third-party infrastructure.\n- Keep feature slices cohesive so the page, component, endpoint, controller, validation, service, data access, and tests are easy to trace.\n- Respect the existing app model. Do not rewrite Razor Pages to MVC or controllers to Minimal APIs without a clear reason.\n\n## Reference Guide\n\n- [references\u002F_sections.md](references\u002F_sections.md): Quick index and reading order.\n- [references\u002Fstack-selection.md](references\u002Fstack-selection.md): Choose the right ASP.NET Core application model and template.\n- [references\u002Fprogram-and-pipeline.md](references\u002Fprogram-and-pipeline.md): Structure `Program.cs`, services, middleware, routing, configuration, logging, and static assets.\n- [references\u002Fui-blazor.md](references\u002Fui-blazor.md): Build Blazor Web Apps, choose render modes, and use components, forms, and JS interop correctly.\n- [references\u002Fui-razor-pages.md](references\u002Fui-razor-pages.md): Build page-focused server-rendered apps with handlers, model binding, and conventions.\n- [references\u002Fui-mvc.md](references\u002Fui-mvc.md): Build controller\u002Fview applications with clear separation of concerns.\n- [references\u002Fapis-minimal-and-controllers.md](references\u002Fapis-minimal-and-controllers.md): Build HTTP APIs with Minimal APIs or controllers, including validation and response patterns.\n- [references\u002Fdata-state-and-services.md](references\u002Fdata-state-and-services.md): Use EF Core, `DbContext`, options, `IHttpClientFactory`, session, temp data, and app state responsibly.\n- [references\u002Fsecurity-and-identity.md](references\u002Fsecurity-and-identity.md): Apply authentication, authorization, Identity, secrets, data protection, CORS, CSRF, and HTTPS guidance.\n- [references\u002Frealtime-grpc-and-background-work.md](references\u002Frealtime-grpc-and-background-work.md): Use SignalR, gRPC, and hosted services.\n- [references\u002Ftesting-performance-and-operations.md](references\u002Ftesting-performance-and-operations.md): Add integration tests, browser tests, caching, compression, health checks, rate limits, and deployment concerns.\n- [references\u002Fversioning-and-upgrades.md](references\u002Fversioning-and-upgrades.md): Handle target frameworks, breaking changes, obsolete APIs, and migrations.\n- [references\u002Fsource-map.md](references\u002Fsource-map.md): Map the official ASP.NET Core documentation tree to the references in this skill.\n\n## Execution Notes\n\n- When generating new code, start from the correct `dotnet new` template and keep the generated structure recognizable.\n- When editing an existing solution, follow the solution's conventions first and use these references to avoid framework misuse or outdated patterns.\n- When a task mentions \"latest\", verify the feature on Microsoft Learn or the ASP.NET Core docs repo before relying on memory.\n",{"data":39,"body":40},{"name":4,"description":6},{"type":41,"children":42},"root",[43,50,57,63,68,74,221,227,291,297,441,447],{"type":44,"tag":45,"props":46,"children":47},"element","h1",{"id":4},[48],{"type":49,"value":17},"text",{"type":44,"tag":51,"props":52,"children":54},"h2",{"id":53},"overview",[55],{"type":49,"value":56},"Overview",{"type":44,"tag":58,"props":59,"children":60},"p",{},[61],{"type":49,"value":62},"Choose the right ASP.NET Core application model, compose the host and request pipeline correctly, and implement features in the framework style Microsoft documents today.",{"type":44,"tag":58,"props":64,"children":65},{},[66],{"type":49,"value":67},"Load the smallest set of references that fits the task. Do not load every reference by default.",{"type":44,"tag":51,"props":69,"children":71},{"id":70},"workflow",[72],{"type":49,"value":73},"Workflow",{"type":44,"tag":75,"props":76,"children":77},"ol",{},[78,84,97,117,158,198,209],{"type":44,"tag":79,"props":80,"children":81},"li",{},[82],{"type":49,"value":83},"Confirm the target framework, SDK, and current app model.",{"type":44,"tag":79,"props":85,"children":86},{},[87,89,95],{"type":49,"value":88},"Open ",{"type":44,"tag":90,"props":91,"children":93},"a",{"href":92},"references\u002Fstack-selection.md",[94],{"type":49,"value":92},{"type":49,"value":96}," first for new apps or major refactors.",{"type":44,"tag":79,"props":98,"children":99},{},[100,101,106,108,115],{"type":49,"value":88},{"type":44,"tag":90,"props":102,"children":104},{"href":103},"references\u002Fprogram-and-pipeline.md",[105],{"type":49,"value":103},{"type":49,"value":107}," next for ",{"type":44,"tag":109,"props":110,"children":112},"code",{"className":111},[],[113],{"type":49,"value":114},"Program.cs",{"type":49,"value":116},", DI, configuration, middleware, routing, logging, and static assets.",{"type":44,"tag":79,"props":118,"children":119},{},[120,122],{"type":49,"value":121},"Open exactly one primary app-model reference:\n",{"type":44,"tag":123,"props":124,"children":125},"ul",{},[126,134,142,150],{"type":44,"tag":79,"props":127,"children":128},{},[129],{"type":44,"tag":90,"props":130,"children":132},{"href":131},"references\u002Fui-blazor.md",[133],{"type":49,"value":131},{"type":44,"tag":79,"props":135,"children":136},{},[137],{"type":44,"tag":90,"props":138,"children":140},{"href":139},"references\u002Fui-razor-pages.md",[141],{"type":49,"value":139},{"type":44,"tag":79,"props":143,"children":144},{},[145],{"type":44,"tag":90,"props":146,"children":148},{"href":147},"references\u002Fui-mvc.md",[149],{"type":49,"value":147},{"type":44,"tag":79,"props":151,"children":152},{},[153],{"type":44,"tag":90,"props":154,"children":156},{"href":155},"references\u002Fapis-minimal-and-controllers.md",[157],{"type":49,"value":155},{"type":44,"tag":79,"props":159,"children":160},{},[161,163],{"type":49,"value":162},"Add cross-cutting references only as needed:\n",{"type":44,"tag":123,"props":164,"children":165},{},[166,174,182,190],{"type":44,"tag":79,"props":167,"children":168},{},[169],{"type":44,"tag":90,"props":170,"children":172},{"href":171},"references\u002Fdata-state-and-services.md",[173],{"type":49,"value":171},{"type":44,"tag":79,"props":175,"children":176},{},[177],{"type":44,"tag":90,"props":178,"children":180},{"href":179},"references\u002Fsecurity-and-identity.md",[181],{"type":49,"value":179},{"type":44,"tag":79,"props":183,"children":184},{},[185],{"type":44,"tag":90,"props":186,"children":188},{"href":187},"references\u002Frealtime-grpc-and-background-work.md",[189],{"type":49,"value":187},{"type":44,"tag":79,"props":191,"children":192},{},[193],{"type":44,"tag":90,"props":194,"children":196},{"href":195},"references\u002Ftesting-performance-and-operations.md",[197],{"type":49,"value":195},{"type":44,"tag":79,"props":199,"children":200},{},[201,202,207],{"type":49,"value":88},{"type":44,"tag":90,"props":203,"children":205},{"href":204},"references\u002Fversioning-and-upgrades.md",[206],{"type":49,"value":204},{"type":49,"value":208}," before introducing new platform APIs into an older solution or when migrating between major versions.",{"type":44,"tag":79,"props":210,"children":211},{},[212,214,219],{"type":49,"value":213},"Use ",{"type":44,"tag":90,"props":215,"children":217},{"href":216},"references\u002Fsource-map.md",[218],{"type":49,"value":216},{"type":49,"value":220}," when you need the Microsoft Learn section that corresponds to a task not already covered by the focused references.",{"type":44,"tag":51,"props":222,"children":224},{"id":223},"default-operating-assumptions",[225],{"type":49,"value":226},"Default Operating Assumptions",{"type":44,"tag":123,"props":228,"children":229},{},[230,235,240,276,281,286],{"type":44,"tag":79,"props":231,"children":232},{},[233],{"type":49,"value":234},"Prefer the latest stable ASP.NET Core and .NET unless the repository or user request pins an older target.",{"type":44,"tag":79,"props":236,"children":237},{},[238],{"type":49,"value":239},"As of March 2026, prefer .NET 10 \u002F ASP.NET Core 10 for new production work. Treat ASP.NET Core 11 as preview unless the user explicitly asks for preview features.",{"type":44,"tag":79,"props":241,"children":242},{},[243,245,251,253,259,261,267,268,274],{"type":49,"value":244},"Prefer ",{"type":44,"tag":109,"props":246,"children":248},{"className":247},[],[249],{"type":49,"value":250},"WebApplicationBuilder",{"type":49,"value":252}," and ",{"type":44,"tag":109,"props":254,"children":256},{"className":255},[],[257],{"type":49,"value":258},"WebApplication",{"type":49,"value":260},". Avoid older ",{"type":44,"tag":109,"props":262,"children":264},{"className":263},[],[265],{"type":49,"value":266},"Startup",{"type":49,"value":252},{"type":44,"tag":109,"props":269,"children":271},{"className":270},[],[272],{"type":49,"value":273},"WebHost",{"type":49,"value":275}," patterns unless the codebase already uses them or the task is migration.",{"type":44,"tag":79,"props":277,"children":278},{},[279],{"type":49,"value":280},"Prefer built-in DI, options\u002Fconfiguration, logging, ProblemDetails, OpenAPI, health checks, rate limiting, output caching, and Identity before adding third-party infrastructure.",{"type":44,"tag":79,"props":282,"children":283},{},[284],{"type":49,"value":285},"Keep feature slices cohesive so the page, component, endpoint, controller, validation, service, data access, and tests are easy to trace.",{"type":44,"tag":79,"props":287,"children":288},{},[289],{"type":49,"value":290},"Respect the existing app model. Do not rewrite Razor Pages to MVC or controllers to Minimal APIs without a clear reason.",{"type":44,"tag":51,"props":292,"children":294},{"id":293},"reference-guide",[295],{"type":49,"value":296},"Reference Guide",{"type":44,"tag":123,"props":298,"children":299},{},[300,310,319,335,344,353,362,371,396,405,414,423,432],{"type":44,"tag":79,"props":301,"children":302},{},[303,308],{"type":44,"tag":90,"props":304,"children":306},{"href":305},"references\u002F_sections.md",[307],{"type":49,"value":305},{"type":49,"value":309},": Quick index and reading order.",{"type":44,"tag":79,"props":311,"children":312},{},[313,317],{"type":44,"tag":90,"props":314,"children":315},{"href":92},[316],{"type":49,"value":92},{"type":49,"value":318},": Choose the right ASP.NET Core application model and template.",{"type":44,"tag":79,"props":320,"children":321},{},[322,326,328,333],{"type":44,"tag":90,"props":323,"children":324},{"href":103},[325],{"type":49,"value":103},{"type":49,"value":327},": Structure ",{"type":44,"tag":109,"props":329,"children":331},{"className":330},[],[332],{"type":49,"value":114},{"type":49,"value":334},", services, middleware, routing, configuration, logging, and static assets.",{"type":44,"tag":79,"props":336,"children":337},{},[338,342],{"type":44,"tag":90,"props":339,"children":340},{"href":131},[341],{"type":49,"value":131},{"type":49,"value":343},": Build Blazor Web Apps, choose render modes, and use components, forms, and JS interop correctly.",{"type":44,"tag":79,"props":345,"children":346},{},[347,351],{"type":44,"tag":90,"props":348,"children":349},{"href":139},[350],{"type":49,"value":139},{"type":49,"value":352},": Build page-focused server-rendered apps with handlers, model binding, and conventions.",{"type":44,"tag":79,"props":354,"children":355},{},[356,360],{"type":44,"tag":90,"props":357,"children":358},{"href":147},[359],{"type":49,"value":147},{"type":49,"value":361},": Build controller\u002Fview applications with clear separation of concerns.",{"type":44,"tag":79,"props":363,"children":364},{},[365,369],{"type":44,"tag":90,"props":366,"children":367},{"href":155},[368],{"type":49,"value":155},{"type":49,"value":370},": Build HTTP APIs with Minimal APIs or controllers, including validation and response patterns.",{"type":44,"tag":79,"props":372,"children":373},{},[374,378,380,386,388,394],{"type":44,"tag":90,"props":375,"children":376},{"href":171},[377],{"type":49,"value":171},{"type":49,"value":379},": Use EF Core, ",{"type":44,"tag":109,"props":381,"children":383},{"className":382},[],[384],{"type":49,"value":385},"DbContext",{"type":49,"value":387},", options, ",{"type":44,"tag":109,"props":389,"children":391},{"className":390},[],[392],{"type":49,"value":393},"IHttpClientFactory",{"type":49,"value":395},", session, temp data, and app state responsibly.",{"type":44,"tag":79,"props":397,"children":398},{},[399,403],{"type":44,"tag":90,"props":400,"children":401},{"href":179},[402],{"type":49,"value":179},{"type":49,"value":404},": Apply authentication, authorization, Identity, secrets, data protection, CORS, CSRF, and HTTPS guidance.",{"type":44,"tag":79,"props":406,"children":407},{},[408,412],{"type":44,"tag":90,"props":409,"children":410},{"href":187},[411],{"type":49,"value":187},{"type":49,"value":413},": Use SignalR, gRPC, and hosted services.",{"type":44,"tag":79,"props":415,"children":416},{},[417,421],{"type":44,"tag":90,"props":418,"children":419},{"href":195},[420],{"type":49,"value":195},{"type":49,"value":422},": Add integration tests, browser tests, caching, compression, health checks, rate limits, and deployment concerns.",{"type":44,"tag":79,"props":424,"children":425},{},[426,430],{"type":44,"tag":90,"props":427,"children":428},{"href":204},[429],{"type":49,"value":204},{"type":49,"value":431},": Handle target frameworks, breaking changes, obsolete APIs, and migrations.",{"type":44,"tag":79,"props":433,"children":434},{},[435,439],{"type":44,"tag":90,"props":436,"children":437},{"href":216},[438],{"type":49,"value":216},{"type":49,"value":440},": Map the official ASP.NET Core documentation tree to the references in this skill.",{"type":44,"tag":51,"props":442,"children":444},{"id":443},"execution-notes",[445],{"type":49,"value":446},"Execution Notes",{"type":44,"tag":123,"props":448,"children":449},{},[450,463,468],{"type":44,"tag":79,"props":451,"children":452},{},[453,455,461],{"type":49,"value":454},"When generating new code, start from the correct ",{"type":44,"tag":109,"props":456,"children":458},{"className":457},[],[459],{"type":49,"value":460},"dotnet new",{"type":49,"value":462}," template and keep the generated structure recognizable.",{"type":44,"tag":79,"props":464,"children":465},{},[466],{"type":49,"value":467},"When editing an existing solution, follow the solution's conventions first and use these references to avoid framework misuse or outdated patterns.",{"type":44,"tag":79,"props":469,"children":470},{},[471],{"type":49,"value":472},"When a task mentions \"latest\", verify the feature on Microsoft Learn or the ASP.NET Core docs repo before relying on memory.",{"items":474,"total":586},[475,483,500,516,535,554,570],{"slug":4,"name":4,"fn":5,"description":6,"org":476,"tags":477,"stars":27,"repoUrl":28,"updatedAt":29},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[478,479,480,481,482],{"name":25,"slug":26,"type":15},{"name":17,"slug":4,"type":15},{"name":19,"slug":20,"type":15},{"name":13,"slug":14,"type":15},{"name":22,"slug":23,"type":15},{"slug":484,"name":484,"fn":485,"description":486,"org":487,"tags":488,"stars":27,"repoUrl":28,"updatedAt":499},"chatgpt-apps","build ChatGPT Apps SDK applications","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.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[489,492,495,498],{"name":490,"slug":491,"type":15},"Apps SDK","apps-sdk",{"name":493,"slug":494,"type":15},"ChatGPT","chatgpt",{"name":496,"slug":497,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":501,"name":501,"fn":502,"description":503,"org":504,"tags":505,"stars":27,"repoUrl":28,"updatedAt":515},"cli-creator","build CLIs from API docs","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\u002Fwrite commands, return stable JSON, manage auth, and pair with a companion skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[506,509,512],{"name":507,"slug":508,"type":15},"API Development","api-development",{"name":510,"slug":511,"type":15},"CLI","cli",{"name":513,"slug":514,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":517,"name":517,"fn":518,"description":519,"org":520,"tags":521,"stars":27,"repoUrl":28,"updatedAt":534},"cloudflare-deploy","deploy projects to Cloudflare","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.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[522,525,528,531],{"name":523,"slug":524,"type":15},"Cloudflare","cloudflare",{"name":526,"slug":527,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":529,"slug":530,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":532,"slug":533,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":536,"name":536,"fn":537,"description":538,"org":539,"tags":540,"stars":27,"repoUrl":28,"updatedAt":553},"define-goal","define and set measurable project goals","Help the user define a concrete, measurable goal before starting work, especially when they ask to use the goal tool, create a goal, set an objective, clarify success criteria, or turn a fuzzy intention into a quantitative outcome. Use this skill for goal creation and goal refinement only; it does not manage durable snapshots, decision logs, or long-running execution artifacts.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[541,544,547,550],{"name":542,"slug":543,"type":15},"Productivity","productivity",{"name":545,"slug":546,"type":15},"Project Management","project-management",{"name":548,"slug":549,"type":15},"Strategy","strategy",{"name":551,"slug":552,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":555,"name":555,"fn":556,"description":557,"org":558,"tags":559,"stars":27,"repoUrl":28,"updatedAt":569},"figma","translate Figma designs into code","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.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[560,563,565,568],{"name":561,"slug":562,"type":15},"Design","design",{"name":564,"slug":555,"type":15},"Figma",{"name":566,"slug":567,"type":15},"Frontend","frontend",{"name":496,"slug":497,"type":15},"2026-04-12T05:06:47.939943",{"slug":571,"name":571,"fn":572,"description":573,"org":574,"tags":575,"stars":27,"repoUrl":28,"updatedAt":585},"figma-code-connect-components","connect Figma designs to code 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`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[576,577,580,581,582],{"name":561,"slug":562,"type":15},{"name":578,"slug":579,"type":15},"Design System","design-system",{"name":564,"slug":555,"type":15},{"name":566,"slug":567,"type":15},{"name":583,"slug":584,"type":15},"UI Components","ui-components","2026-05-10T05:59:52.971881",29,{"items":588,"total":717},[589,610,618,625,631,638,645,652,660,674,686,701],{"slug":590,"name":590,"fn":591,"description":592,"org":593,"tags":594,"stars":607,"repoUrl":608,"updatedAt":609},"prior-auth-packet-builder","build healthcare prior authorization packets","Build a concise prior authorization packet from local case files and payer policy docs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[595,598,601,604],{"name":596,"slug":597,"type":15},"Documents","documents",{"name":599,"slug":600,"type":15},"Healthcare","healthcare",{"name":602,"slug":603,"type":15},"Insurance","insurance",{"name":605,"slug":606,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":4,"name":4,"fn":5,"description":6,"org":611,"tags":612,"stars":27,"repoUrl":28,"updatedAt":29},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[613,614,615,616,617],{"name":25,"slug":26,"type":15},{"name":17,"slug":4,"type":15},{"name":19,"slug":20,"type":15},{"name":13,"slug":14,"type":15},{"name":22,"slug":23,"type":15},{"slug":484,"name":484,"fn":485,"description":486,"org":619,"tags":620,"stars":27,"repoUrl":28,"updatedAt":499},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[621,622,623,624],{"name":490,"slug":491,"type":15},{"name":493,"slug":494,"type":15},{"name":496,"slug":497,"type":15},{"name":9,"slug":8,"type":15},{"slug":501,"name":501,"fn":502,"description":503,"org":626,"tags":627,"stars":27,"repoUrl":28,"updatedAt":515},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[628,629,630],{"name":507,"slug":508,"type":15},{"name":510,"slug":511,"type":15},{"name":513,"slug":514,"type":15},{"slug":517,"name":517,"fn":518,"description":519,"org":632,"tags":633,"stars":27,"repoUrl":28,"updatedAt":534},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[634,635,636,637],{"name":523,"slug":524,"type":15},{"name":526,"slug":527,"type":15},{"name":529,"slug":530,"type":15},{"name":532,"slug":533,"type":15},{"slug":536,"name":536,"fn":537,"description":538,"org":639,"tags":640,"stars":27,"repoUrl":28,"updatedAt":553},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[641,642,643,644],{"name":542,"slug":543,"type":15},{"name":545,"slug":546,"type":15},{"name":548,"slug":549,"type":15},{"name":551,"slug":552,"type":15},{"slug":555,"name":555,"fn":556,"description":557,"org":646,"tags":647,"stars":27,"repoUrl":28,"updatedAt":569},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[648,649,650,651],{"name":561,"slug":562,"type":15},{"name":564,"slug":555,"type":15},{"name":566,"slug":567,"type":15},{"name":496,"slug":497,"type":15},{"slug":571,"name":571,"fn":572,"description":573,"org":653,"tags":654,"stars":27,"repoUrl":28,"updatedAt":585},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[655,656,657,658,659],{"name":561,"slug":562,"type":15},{"name":578,"slug":579,"type":15},{"name":564,"slug":555,"type":15},{"name":566,"slug":567,"type":15},{"name":583,"slug":584,"type":15},{"slug":661,"name":661,"fn":662,"description":663,"org":664,"tags":665,"stars":27,"repoUrl":28,"updatedAt":673},"figma-create-design-system-rules","generate design system rules from Figma","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.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[666,667,668,671,672],{"name":561,"slug":562,"type":15},{"name":578,"slug":579,"type":15},{"name":669,"slug":670,"type":15},"Documentation","documentation",{"name":564,"slug":555,"type":15},{"name":566,"slug":567,"type":15},"2026-05-16T06:07:47.821474",{"slug":675,"name":675,"fn":676,"description":677,"org":678,"tags":679,"stars":27,"repoUrl":28,"updatedAt":685},"figma-implement-design","translate Figma designs into application code","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`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[680,681,682,683,684],{"name":561,"slug":562,"type":15},{"name":564,"slug":555,"type":15},{"name":566,"slug":567,"type":15},{"name":583,"slug":584,"type":15},{"name":22,"slug":23,"type":15},"2026-05-16T06:07:40.583615",{"slug":687,"name":687,"fn":688,"description":689,"org":690,"tags":691,"stars":27,"repoUrl":28,"updatedAt":700},"hatch-pet","create animated pets for Codex","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.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[692,695,696,699],{"name":693,"slug":694,"type":15},"Animation","animation",{"name":513,"slug":514,"type":15},{"name":697,"slug":698,"type":15},"Creative","creative",{"name":561,"slug":562,"type":15},"2026-05-02T05:31:48.48485",{"slug":702,"name":702,"fn":703,"description":704,"org":705,"tags":706,"stars":27,"repoUrl":28,"updatedAt":716},"imagegen","generate and edit raster images","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\u002Fvector\u002Fcode-native assets, extending an established icon or logo system, or building the visual directly in HTML\u002FCSS\u002Fcanvas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[707,708,709,712,715],{"name":697,"slug":698,"type":15},{"name":561,"slug":562,"type":15},{"name":710,"slug":711,"type":15},"Image Generation","image-generation",{"name":713,"slug":714,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675]