[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-tunnel-mcp":3,"mdc--77cnd3-key":32,"related-repo-openai-tunnel-mcp":549,"related-org-openai-tunnel-mcp":558},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":22,"repoUrl":23,"updatedAt":24,"license":25,"forks":26,"topics":27,"repo":28,"sourceUrl":30,"mdContent":31},"tunnel-mcp","manage secure MCP tunnel runtimes","Create, connect, list, and inspect MCP tunnel runtimes through the local tunnel-client plugin. Use when Codex needs to manage secure MCP tunnels with aliases and native tunnel-client runtime processes.",{"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,19],{"name":13,"slug":14,"type":15},"Architecture","architecture","tag",{"name":17,"slug":18,"type":15},"CLI","cli",{"name":20,"slug":21,"type":15},"MCP","mcp",199,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Ftunnel-client","2026-06-30T19:07:52.141",null,34,[],{"repoUrl":23,"stars":22,"forks":26,"topics":29,"description":25},[],"https:\u002F\u002Fgithub.com\u002Fopenai\u002Ftunnel-client\u002Ftree\u002FHEAD\u002Fplugins\u002Ftunnel-mcp\u002Fskills\u002Ftunnel-mcp","---\nname: tunnel-mcp\ndescription: Create, connect, list, and inspect MCP tunnel runtimes through the local tunnel-client plugin. Use when Codex needs to manage secure MCP tunnels with aliases and native tunnel-client runtime processes.\n---\n\n# Tunnel MCP\n\nUse `scripts\u002Ftunnel_mcp` from this plugin when a user asks Codex to manage MCP\ntunnels through `tunnel-client`. The plugin entrypoint is a thin router onto\nthe public native `tunnel-client runtimes ...` and\n`tunnel-client admin-profiles ...` command trees.\n\nWhen the `tunnel-mcp` MCP app tools are available, use them first instead of\nmanual shell routing:\n\n- `install_or_select_tunnel_client`\n- `create_tunnel_runtime`\n- `connect_stdio_mcp`\n- `list_runtime_aliases`\n- `runtime_status`\n- `stop_runtime`\n\nThe app tools are an operator surface over native `tunnel-client`; they\norchestrate `tunnel-client runtimes ...`, normalize structured output, and keep\ntunnel protocol\u002Fruntime behavior in the Go binary.\n\nBefore acting, consult only the smallest relevant reference under `references\u002F`:\n\n- `references\u002Fbinary.md`: how to find or obtain a public-safe `tunnel-client` binary\n- `references\u002Fsetup-and-install.md`: install, export, reset, binary-vs-bundle setup\n- `references\u002Fprofiles-state-and-keys.md`: profiles, state dirs, admin\u002Fruntime key split\n- `references\u002Fruntime-flows.md`: create, connect, list, status, stop, rm, attach by tunnel id\n- `references\u002Ftroubleshooting.md`: `\u002Fhealthz`, `\u002Freadyz`, `\u002Fui`, status, logs, stale aliases\n\n## Rules\n\n- Use `tunnel-client admin tunnels` for remote tunnel CRUD. Do not call raw\n  tunnel-service HTTP endpoints from this plugin.\n- Route operational actions through `tunnel-client runtimes ...` and\n  `tunnel-client admin-profiles ...`.\n- Use `scripts\u002Ftunnel_mcp self-check` for plugin\u002Fbinary\u002Frouter compatibility;\n  it must report secret reference presence without printing secret values.\n- Use native `tunnel-client run --profile \u003Cname>` only when the user\n  intentionally wants a foreground daemon attached to the current terminal;\n  do not translate profile files into flags in the plugin layer.\n- For a long-lived local runtime managed by Codex, use\n  `tunnel-client runtimes connect ...`; do not use `nohup` or `disown` as the\n  tunnel-client supervision path.\n- After `runtimes connect`, run `tunnel-client runtimes status \u003Calias>` before\n  reporting success. Only report success when status shows the managed runtime\n  running with health reported; use `--json` when Codex needs explicit\n  `process_running`, `healthy`, and `ready` fields.\n- Do not assume a source checkout, build system, helper, or tmux. The installed\n  plugin must work with the selected `tunnel-client` binary alone.\n- Treat ambient `PATH` binary candidates as diagnostics unless selected through\n  `--tunnel-client-bin`, `TUNNEL_CLIENT_BIN`, or `.tunnel-client-bin`.\n- Tunnel state, admin profiles, generated runtime profiles, stale-alias\n  handling, cleanup classification, and local process management are owned by\n  native `tunnel-client`; consult the relevant reference before explaining those\n  details.\n- Keep admin and runtime credentials split: admin CRUD uses\n  `admin-profiles`; runtime attach\u002Fconnect uses `--runtime-api-key env:NAME` or\n  `file:\u002Fpath`. Do not pass literal keys.\n- Never write literal API keys, bearer tokens, cookies, or inline `sk-` style\n  secret material into plugin state or generated configs.\n- Surface `control_plane_poll_health` separately from `\u002Fhealthz` and `\u002Freadyz`;\n  local readiness can be green while control-plane polling fails through a dead\n  proxy.\n",{"data":33,"body":34},{"name":4,"description":6},{"type":35,"children":36},"root",[37,45,84,96,155,174,187,275,282],{"type":38,"tag":39,"props":40,"children":41},"element","h1",{"id":4},[42],{"type":43,"value":44},"text","Tunnel MCP",{"type":38,"tag":46,"props":47,"children":48},"p",{},[49,51,58,60,66,68,74,76,82],{"type":43,"value":50},"Use ",{"type":38,"tag":52,"props":53,"children":55},"code",{"className":54},[],[56],{"type":43,"value":57},"scripts\u002Ftunnel_mcp",{"type":43,"value":59}," from this plugin when a user asks Codex to manage MCP\ntunnels through ",{"type":38,"tag":52,"props":61,"children":63},{"className":62},[],[64],{"type":43,"value":65},"tunnel-client",{"type":43,"value":67},". The plugin entrypoint is a thin router onto\nthe public native ",{"type":38,"tag":52,"props":69,"children":71},{"className":70},[],[72],{"type":43,"value":73},"tunnel-client runtimes ...",{"type":43,"value":75}," and\n",{"type":38,"tag":52,"props":77,"children":79},{"className":78},[],[80],{"type":43,"value":81},"tunnel-client admin-profiles ...",{"type":43,"value":83}," command trees.",{"type":38,"tag":46,"props":85,"children":86},{},[87,89,94],{"type":43,"value":88},"When the ",{"type":38,"tag":52,"props":90,"children":92},{"className":91},[],[93],{"type":43,"value":4},{"type":43,"value":95}," MCP app tools are available, use them first instead of\nmanual shell routing:",{"type":38,"tag":97,"props":98,"children":99},"ul",{},[100,110,119,128,137,146],{"type":38,"tag":101,"props":102,"children":103},"li",{},[104],{"type":38,"tag":52,"props":105,"children":107},{"className":106},[],[108],{"type":43,"value":109},"install_or_select_tunnel_client",{"type":38,"tag":101,"props":111,"children":112},{},[113],{"type":38,"tag":52,"props":114,"children":116},{"className":115},[],[117],{"type":43,"value":118},"create_tunnel_runtime",{"type":38,"tag":101,"props":120,"children":121},{},[122],{"type":38,"tag":52,"props":123,"children":125},{"className":124},[],[126],{"type":43,"value":127},"connect_stdio_mcp",{"type":38,"tag":101,"props":129,"children":130},{},[131],{"type":38,"tag":52,"props":132,"children":134},{"className":133},[],[135],{"type":43,"value":136},"list_runtime_aliases",{"type":38,"tag":101,"props":138,"children":139},{},[140],{"type":38,"tag":52,"props":141,"children":143},{"className":142},[],[144],{"type":43,"value":145},"runtime_status",{"type":38,"tag":101,"props":147,"children":148},{},[149],{"type":38,"tag":52,"props":150,"children":152},{"className":151},[],[153],{"type":43,"value":154},"stop_runtime",{"type":38,"tag":46,"props":156,"children":157},{},[158,160,165,167,172],{"type":43,"value":159},"The app tools are an operator surface over native ",{"type":38,"tag":52,"props":161,"children":163},{"className":162},[],[164],{"type":43,"value":65},{"type":43,"value":166},"; they\norchestrate ",{"type":38,"tag":52,"props":168,"children":170},{"className":169},[],[171],{"type":43,"value":73},{"type":43,"value":173},", normalize structured output, and keep\ntunnel protocol\u002Fruntime behavior in the Go binary.",{"type":38,"tag":46,"props":175,"children":176},{},[177,179,185],{"type":43,"value":178},"Before acting, consult only the smallest relevant reference under ",{"type":38,"tag":52,"props":180,"children":182},{"className":181},[],[183],{"type":43,"value":184},"references\u002F",{"type":43,"value":186},":",{"type":38,"tag":97,"props":188,"children":189},{},[190,208,219,230,241],{"type":38,"tag":101,"props":191,"children":192},{},[193,199,201,206],{"type":38,"tag":52,"props":194,"children":196},{"className":195},[],[197],{"type":43,"value":198},"references\u002Fbinary.md",{"type":43,"value":200},": how to find or obtain a public-safe ",{"type":38,"tag":52,"props":202,"children":204},{"className":203},[],[205],{"type":43,"value":65},{"type":43,"value":207}," binary",{"type":38,"tag":101,"props":209,"children":210},{},[211,217],{"type":38,"tag":52,"props":212,"children":214},{"className":213},[],[215],{"type":43,"value":216},"references\u002Fsetup-and-install.md",{"type":43,"value":218},": install, export, reset, binary-vs-bundle setup",{"type":38,"tag":101,"props":220,"children":221},{},[222,228],{"type":38,"tag":52,"props":223,"children":225},{"className":224},[],[226],{"type":43,"value":227},"references\u002Fprofiles-state-and-keys.md",{"type":43,"value":229},": profiles, state dirs, admin\u002Fruntime key split",{"type":38,"tag":101,"props":231,"children":232},{},[233,239],{"type":38,"tag":52,"props":234,"children":236},{"className":235},[],[237],{"type":43,"value":238},"references\u002Fruntime-flows.md",{"type":43,"value":240},": create, connect, list, status, stop, rm, attach by tunnel id",{"type":38,"tag":101,"props":242,"children":243},{},[244,250,252,258,260,266,267,273],{"type":38,"tag":52,"props":245,"children":247},{"className":246},[],[248],{"type":43,"value":249},"references\u002Ftroubleshooting.md",{"type":43,"value":251},": ",{"type":38,"tag":52,"props":253,"children":255},{"className":254},[],[256],{"type":43,"value":257},"\u002Fhealthz",{"type":43,"value":259},", ",{"type":38,"tag":52,"props":261,"children":263},{"className":262},[],[264],{"type":43,"value":265},"\u002Freadyz",{"type":43,"value":259},{"type":38,"tag":52,"props":268,"children":270},{"className":269},[],[271],{"type":43,"value":272},"\u002Fui",{"type":43,"value":274},", status, logs, stale aliases",{"type":38,"tag":276,"props":277,"children":279},"h2",{"id":278},"rules",[280],{"type":43,"value":281},"Rules",{"type":38,"tag":97,"props":283,"children":284},{},[285,297,315,327,340,369,421,433,468,480,509,522],{"type":38,"tag":101,"props":286,"children":287},{},[288,289,295],{"type":43,"value":50},{"type":38,"tag":52,"props":290,"children":292},{"className":291},[],[293],{"type":43,"value":294},"tunnel-client admin tunnels",{"type":43,"value":296}," for remote tunnel CRUD. Do not call raw\ntunnel-service HTTP endpoints from this plugin.",{"type":38,"tag":101,"props":298,"children":299},{},[300,302,307,308,313],{"type":43,"value":301},"Route operational actions through ",{"type":38,"tag":52,"props":303,"children":305},{"className":304},[],[306],{"type":43,"value":73},{"type":43,"value":75},{"type":38,"tag":52,"props":309,"children":311},{"className":310},[],[312],{"type":43,"value":81},{"type":43,"value":314},".",{"type":38,"tag":101,"props":316,"children":317},{},[318,319,325],{"type":43,"value":50},{"type":38,"tag":52,"props":320,"children":322},{"className":321},[],[323],{"type":43,"value":324},"scripts\u002Ftunnel_mcp self-check",{"type":43,"value":326}," for plugin\u002Fbinary\u002Frouter compatibility;\nit must report secret reference presence without printing secret values.",{"type":38,"tag":101,"props":328,"children":329},{},[330,332,338],{"type":43,"value":331},"Use native ",{"type":38,"tag":52,"props":333,"children":335},{"className":334},[],[336],{"type":43,"value":337},"tunnel-client run --profile \u003Cname>",{"type":43,"value":339}," only when the user\nintentionally wants a foreground daemon attached to the current terminal;\ndo not translate profile files into flags in the plugin layer.",{"type":38,"tag":101,"props":341,"children":342},{},[343,345,351,353,359,361,367],{"type":43,"value":344},"For a long-lived local runtime managed by Codex, use\n",{"type":38,"tag":52,"props":346,"children":348},{"className":347},[],[349],{"type":43,"value":350},"tunnel-client runtimes connect ...",{"type":43,"value":352},"; do not use ",{"type":38,"tag":52,"props":354,"children":356},{"className":355},[],[357],{"type":43,"value":358},"nohup",{"type":43,"value":360}," or ",{"type":38,"tag":52,"props":362,"children":364},{"className":363},[],[365],{"type":43,"value":366},"disown",{"type":43,"value":368}," as the\ntunnel-client supervision path.",{"type":38,"tag":101,"props":370,"children":371},{},[372,374,380,382,388,390,396,398,404,405,411,413,419],{"type":43,"value":373},"After ",{"type":38,"tag":52,"props":375,"children":377},{"className":376},[],[378],{"type":43,"value":379},"runtimes connect",{"type":43,"value":381},", run ",{"type":38,"tag":52,"props":383,"children":385},{"className":384},[],[386],{"type":43,"value":387},"tunnel-client runtimes status \u003Calias>",{"type":43,"value":389}," before\nreporting success. Only report success when status shows the managed runtime\nrunning with health reported; use ",{"type":38,"tag":52,"props":391,"children":393},{"className":392},[],[394],{"type":43,"value":395},"--json",{"type":43,"value":397}," when Codex needs explicit\n",{"type":38,"tag":52,"props":399,"children":401},{"className":400},[],[402],{"type":43,"value":403},"process_running",{"type":43,"value":259},{"type":38,"tag":52,"props":406,"children":408},{"className":407},[],[409],{"type":43,"value":410},"healthy",{"type":43,"value":412},", and ",{"type":38,"tag":52,"props":414,"children":416},{"className":415},[],[417],{"type":43,"value":418},"ready",{"type":43,"value":420}," fields.",{"type":38,"tag":101,"props":422,"children":423},{},[424,426,431],{"type":43,"value":425},"Do not assume a source checkout, build system, helper, or tmux. The installed\nplugin must work with the selected ",{"type":38,"tag":52,"props":427,"children":429},{"className":428},[],[430],{"type":43,"value":65},{"type":43,"value":432}," binary alone.",{"type":38,"tag":101,"props":434,"children":435},{},[436,438,444,446,452,453,459,461,467],{"type":43,"value":437},"Treat ambient ",{"type":38,"tag":52,"props":439,"children":441},{"className":440},[],[442],{"type":43,"value":443},"PATH",{"type":43,"value":445}," binary candidates as diagnostics unless selected through\n",{"type":38,"tag":52,"props":447,"children":449},{"className":448},[],[450],{"type":43,"value":451},"--tunnel-client-bin",{"type":43,"value":259},{"type":38,"tag":52,"props":454,"children":456},{"className":455},[],[457],{"type":43,"value":458},"TUNNEL_CLIENT_BIN",{"type":43,"value":460},", or ",{"type":38,"tag":52,"props":462,"children":464},{"className":463},[],[465],{"type":43,"value":466},".tunnel-client-bin",{"type":43,"value":314},{"type":38,"tag":101,"props":469,"children":470},{},[471,473,478],{"type":43,"value":472},"Tunnel state, admin profiles, generated runtime profiles, stale-alias\nhandling, cleanup classification, and local process management are owned by\nnative ",{"type":38,"tag":52,"props":474,"children":476},{"className":475},[],[477],{"type":43,"value":65},{"type":43,"value":479},"; consult the relevant reference before explaining those\ndetails.",{"type":38,"tag":101,"props":481,"children":482},{},[483,485,491,493,499,501,507],{"type":43,"value":484},"Keep admin and runtime credentials split: admin CRUD uses\n",{"type":38,"tag":52,"props":486,"children":488},{"className":487},[],[489],{"type":43,"value":490},"admin-profiles",{"type":43,"value":492},"; runtime attach\u002Fconnect uses ",{"type":38,"tag":52,"props":494,"children":496},{"className":495},[],[497],{"type":43,"value":498},"--runtime-api-key env:NAME",{"type":43,"value":500}," or\n",{"type":38,"tag":52,"props":502,"children":504},{"className":503},[],[505],{"type":43,"value":506},"file:\u002Fpath",{"type":43,"value":508},". Do not pass literal keys.",{"type":38,"tag":101,"props":510,"children":511},{},[512,514,520],{"type":43,"value":513},"Never write literal API keys, bearer tokens, cookies, or inline ",{"type":38,"tag":52,"props":515,"children":517},{"className":516},[],[518],{"type":43,"value":519},"sk-",{"type":43,"value":521}," style\nsecret material into plugin state or generated configs.",{"type":38,"tag":101,"props":523,"children":524},{},[525,527,533,535,540,542,547],{"type":43,"value":526},"Surface ",{"type":38,"tag":52,"props":528,"children":530},{"className":529},[],[531],{"type":43,"value":532},"control_plane_poll_health",{"type":43,"value":534}," separately from ",{"type":38,"tag":52,"props":536,"children":538},{"className":537},[],[539],{"type":43,"value":257},{"type":43,"value":541}," and ",{"type":38,"tag":52,"props":543,"children":545},{"className":544},[],[546],{"type":43,"value":265},{"type":43,"value":548},";\nlocal readiness can be green while control-plane polling fails through a dead\nproxy.",{"items":550,"total":557},[551],{"slug":4,"name":4,"fn":5,"description":6,"org":552,"tags":553,"stars":22,"repoUrl":23,"updatedAt":24},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[554,555,556],{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},{"name":20,"slug":21,"type":15},1,{"items":559,"total":760},[560,581,604,619,633,652,671,687,703,717,729,744],{"slug":561,"name":561,"fn":562,"description":563,"org":564,"tags":565,"stars":578,"repoUrl":579,"updatedAt":580},"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},[566,569,572,575],{"name":567,"slug":568,"type":15},"Documents","documents",{"name":570,"slug":571,"type":15},"Healthcare","healthcare",{"name":573,"slug":574,"type":15},"Insurance","insurance",{"name":576,"slug":577,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":582,"name":582,"fn":583,"description":584,"org":585,"tags":586,"stars":601,"repoUrl":602,"updatedAt":603},"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},[587,590,592,595,598],{"name":588,"slug":589,"type":15},".NET","dotnet",{"name":591,"slug":582,"type":15},"ASP.NET Core",{"name":593,"slug":594,"type":15},"Blazor","blazor",{"name":596,"slug":597,"type":15},"C#","csharp",{"name":599,"slug":600,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":605,"name":605,"fn":606,"description":607,"org":608,"tags":609,"stars":601,"repoUrl":602,"updatedAt":618},"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},[610,613,616,617],{"name":611,"slug":612,"type":15},"Apps SDK","apps-sdk",{"name":614,"slug":615,"type":15},"ChatGPT","chatgpt",{"name":20,"slug":21,"type":15},{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":620,"name":620,"fn":621,"description":622,"org":623,"tags":624,"stars":601,"repoUrl":602,"updatedAt":632},"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},[625,628,629],{"name":626,"slug":627,"type":15},"API Development","api-development",{"name":17,"slug":18,"type":15},{"name":630,"slug":631,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":634,"name":634,"fn":635,"description":636,"org":637,"tags":638,"stars":601,"repoUrl":602,"updatedAt":651},"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},[639,642,645,648],{"name":640,"slug":641,"type":15},"Cloudflare","cloudflare",{"name":643,"slug":644,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":646,"slug":647,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":649,"slug":650,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":653,"name":653,"fn":654,"description":655,"org":656,"tags":657,"stars":601,"repoUrl":602,"updatedAt":670},"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},[658,661,664,667],{"name":659,"slug":660,"type":15},"Productivity","productivity",{"name":662,"slug":663,"type":15},"Project Management","project-management",{"name":665,"slug":666,"type":15},"Strategy","strategy",{"name":668,"slug":669,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":672,"name":672,"fn":673,"description":674,"org":675,"tags":676,"stars":601,"repoUrl":602,"updatedAt":686},"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},[677,680,682,685],{"name":678,"slug":679,"type":15},"Design","design",{"name":681,"slug":672,"type":15},"Figma",{"name":683,"slug":684,"type":15},"Frontend","frontend",{"name":20,"slug":21,"type":15},"2026-04-12T05:06:47.939943",{"slug":688,"name":688,"fn":689,"description":690,"org":691,"tags":692,"stars":601,"repoUrl":602,"updatedAt":702},"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},[693,694,697,698,699],{"name":678,"slug":679,"type":15},{"name":695,"slug":696,"type":15},"Design System","design-system",{"name":681,"slug":672,"type":15},{"name":683,"slug":684,"type":15},{"name":700,"slug":701,"type":15},"UI Components","ui-components","2026-05-10T05:59:52.971881",{"slug":704,"name":704,"fn":705,"description":706,"org":707,"tags":708,"stars":601,"repoUrl":602,"updatedAt":716},"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},[709,710,711,714,715],{"name":678,"slug":679,"type":15},{"name":695,"slug":696,"type":15},{"name":712,"slug":713,"type":15},"Documentation","documentation",{"name":681,"slug":672,"type":15},{"name":683,"slug":684,"type":15},"2026-05-16T06:07:47.821474",{"slug":718,"name":718,"fn":719,"description":720,"org":721,"tags":722,"stars":601,"repoUrl":602,"updatedAt":728},"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},[723,724,725,726,727],{"name":678,"slug":679,"type":15},{"name":681,"slug":672,"type":15},{"name":683,"slug":684,"type":15},{"name":700,"slug":701,"type":15},{"name":599,"slug":600,"type":15},"2026-05-16T06:07:40.583615",{"slug":730,"name":730,"fn":731,"description":732,"org":733,"tags":734,"stars":601,"repoUrl":602,"updatedAt":743},"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},[735,738,739,742],{"name":736,"slug":737,"type":15},"Animation","animation",{"name":630,"slug":631,"type":15},{"name":740,"slug":741,"type":15},"Creative","creative",{"name":678,"slug":679,"type":15},"2026-05-02T05:31:48.48485",{"slug":745,"name":745,"fn":746,"description":747,"org":748,"tags":749,"stars":601,"repoUrl":602,"updatedAt":759},"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},[750,751,752,755,758],{"name":740,"slug":741,"type":15},{"name":678,"slug":679,"type":15},{"name":753,"slug":754,"type":15},"Image Generation","image-generation",{"name":756,"slug":757,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675]