[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-neon-postgres":3,"mdc-1l65ys-key":39,"related-org-openai-neon-postgres":935,"related-repo-openai-neon-postgres":1140},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":28,"repoUrl":29,"updatedAt":30,"license":31,"forks":32,"topics":33,"repo":34,"sourceUrl":37,"mdContent":38},"neon-postgres","build applications with Neon Serverless Postgres","Guides and best practices for working with Neon Serverless Postgres. Covers getting started, local development with Neon, choosing a connection method, Neon features, authentication (@neondatabase\u002Fauth), PostgREST-style data API (@neondatabase\u002Fneon-js), Neon CLI, and Neon's Platform API\u002FSDKs. Use for any Neon-related questions.",{"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,22,25],{"name":13,"slug":14,"type":15},"Neon","neon","tag",{"name":17,"slug":18,"type":15},"Auth","auth",{"name":20,"slug":21,"type":15},"Database","database",{"name":23,"slug":24,"type":15},"PostgreSQL","postgresql",{"name":26,"slug":27,"type":15},"Serverless","serverless",3992,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-06-30T19:00:57.102",null,465,[],{"repoUrl":29,"stars":28,"forks":32,"topics":35,"description":36},[],"OpenAI Plugins","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fneon-postgres\u002Fskills\u002Fneon-postgres","---\nname: neon-postgres\ndescription: Guides and best practices for working with Neon Serverless Postgres. Covers getting started, local development with Neon, choosing a connection method, Neon features, authentication (@neondatabase\u002Fauth), PostgREST-style data API (@neondatabase\u002Fneon-js), Neon CLI, and Neon's Platform API\u002FSDKs. Use for any Neon-related questions.\n---\n\n# Neon Serverless Postgres\n\nNeon is a serverless Postgres platform that separates compute and storage to offer autoscaling, branching, instant restore, and scale-to-zero. It's fully compatible with Postgres and works with any language, framework, or ORM that supports Postgres.\n\n## When to Use This Skill\n\nActivate this skill when users want to:\n- Create or manage a Postgres database\n- Set up a Neon project or branch\n- Connect an application to Neon Postgres\n- Use Neon features like branching, autoscaling, or scale-to-zero\n- Set up Neon Auth for user authentication\n- Use the Neon MCP server, CLI, or API\n- Work with the `@neondatabase\u002Fserverless` driver or `@neondatabase\u002Fneon-js` SDK\n\n## Prerequisites\n\nThe Neon MCP server is required for project and database management. It uses OAuth and authenticates via browser on first use — no API key needed.\n\nIf MCP tools are not available, guide the user through manual setup:\n\n### Codex\n\nThe Neon MCP server should be configured automatically via this plugin. If it isn't, the user can add it manually:\n\n```bash\ncodex mcp add neon --url https:\u002F\u002Fmcp.neon.tech\u002Fmcp\n```\n\nRestart Codex, then verify by attempting to list projects.\n\n### Other Tools\n\nDirect the user to the Neon MCP docs for setup steps: https:\u002F\u002Fneon.com\u002Fdocs\u002Fai\u002Fneon-mcp-server\n\n## Neon Documentation\n\nThe Neon documentation is the source of truth for all Neon-related information. Always verify claims against the official docs before responding. Neon features and APIs evolve, so prefer fetching current docs over relying on training data.\n\n### Fetching Docs as Markdown\n\nAny Neon doc page can be fetched as markdown in two ways:\n\n1. **Append `.md` to the URL** (simplest): https:\u002F\u002Fneon.com\u002Fdocs\u002Fintroduction\u002Fbranching.md\n2. **Request `text\u002Fmarkdown`** on the standard URL: `curl -H \"Accept: text\u002Fmarkdown\" https:\u002F\u002Fneon.com\u002Fdocs\u002Fintroduction\u002Fbranching`\n\nBoth return the same markdown content. Use whichever method your tools support.\n\n### Finding the Right Page\n\nThe docs index lists every available page with its URL and a short description:\n\n```\nhttps:\u002F\u002Fneon.com\u002Fdocs\u002Fllms.txt\n```\n\nCommon doc URLs are organized in the topic links below. If you need a page not listed here, search the docs index — don't guess URLs.\n\n## What Is Neon\n\nUse this for architecture explanations and terminology (organizations, projects, branches, endpoints) before giving implementation advice.\n\nLink: https:\u002F\u002Fneon.com\u002Fdocs\u002Fai\u002Fskills\u002Fneon-postgres\u002Freferences\u002Fwhat-is-neon.md\n\n## Getting Started\n\nUse this for first-time setup: org\u002Fproject selection, connection strings, driver installation, optional auth, and initial schema setup.\n\nLink: https:\u002F\u002Fneon.com\u002Fdocs\u002Fai\u002Fskills\u002Fneon-postgres\u002Freferences\u002Fgetting-started.md\n\n## Connection Methods & Drivers\n\nUse this when you need to pick the correct transport and driver based on runtime constraints (TCP, HTTP, WebSocket, edge, serverless, long-running).\n\nLink: https:\u002F\u002Fneon.com\u002Fdocs\u002Fai\u002Fskills\u002Fneon-postgres\u002Freferences\u002Fconnection-methods.md\n\n### Serverless Driver\n\nUse this for `@neondatabase\u002Fserverless` patterns, including HTTP queries, WebSocket transactions, and runtime-specific optimizations.\n\nLink: https:\u002F\u002Fneon.com\u002Fdocs\u002Fai\u002Fskills\u002Fneon-postgres\u002Freferences\u002Fneon-serverless.md\n\n### Neon JS SDK\n\nUse this for combined Neon Auth + Data API workflows with PostgREST-style querying and typed client setup.\n\nLink: https:\u002F\u002Fneon.com\u002Fdocs\u002Fai\u002Fskills\u002Fneon-postgres\u002Freferences\u002Fneon-js.md\n\n## Developer Tools\n\nUse this for local development enablement with `npx neonctl@latest init`, VSCode extension setup, and Neon MCP server configuration.\n\nLink: https:\u002F\u002Fneon.com\u002Fdocs\u002Fai\u002Fskills\u002Fneon-postgres\u002Freferences\u002Fdevtools.md\n\n### Neon CLI\n\nUse this for terminal-first workflows, scripts, and CI\u002FCD automation with `neonctl`.\n\nLink: https:\u002F\u002Fneon.com\u002Fdocs\u002Fai\u002Fskills\u002Fneon-postgres\u002Freferences\u002Fneon-cli.md\n\n## Neon Admin API\n\nThe Neon Admin API can be used to manage Neon resources programmatically. It is used behind the scenes by the Neon CLI and MCP server, but can also be used directly for more complex automation workflows or when embedding Neon in other applications.\n\n### Neon REST API\n\nUse this for direct HTTP automation, endpoint-level control, API key auth, rate-limit handling, and operation polling.\n\nLink: https:\u002F\u002Fneon.com\u002Fdocs\u002Fai\u002Fskills\u002Fneon-postgres\u002Freferences\u002Fneon-rest-api.md\n\n### Neon TypeScript SDK\n\nUse this when implementing typed programmatic control of Neon resources in TypeScript via `@neondatabase\u002Fapi-client`.\n\nLink: https:\u002F\u002Fneon.com\u002Fdocs\u002Fai\u002Fskills\u002Fneon-postgres\u002Freferences\u002Fneon-typescript-sdk.md\n\n### Neon Python SDK\n\nUse this when implementing programmatic Neon management in Python with the `neon-api` package.\n\nLink: https:\u002F\u002Fneon.com\u002Fdocs\u002Fai\u002Fskills\u002Fneon-postgres\u002Freferences\u002Fneon-python-sdk.md\n\n## Neon Auth\n\nUse this for managed user authentication setup, UI components, auth methods, and Neon Auth integration pitfalls in Next.js and React apps.\n\nLink: https:\u002F\u002Fneon.com\u002Fdocs\u002Fai\u002Fskills\u002Fneon-postgres\u002Freferences\u002Fneon-auth.md\n\nNeon Auth is also embedded in the Neon JS SDK — so depending on your use case, you may want to use the Neon JS SDK instead of Neon Auth. See https:\u002F\u002Fneon.com\u002Fdocs\u002Fai\u002Fskills\u002Fneon-postgres\u002Freferences\u002Fconnection-methods.md for more details.\n\n## Branching\n\nUse this when the user is planning isolated environments, schema migration testing, preview deployments, or branch lifecycle automation.\n\nKey points:\n\n- Branches are instant, copy-on-write clones (no full data copy).\n- Each branch has its own compute endpoint.\n- Use the neonctl CLI or MCP server to create, inspect, and compare branches.\n\nLink: https:\u002F\u002Fneon.com\u002Fdocs\u002Fai\u002Fskills\u002Fneon-postgres\u002Freferences\u002Fbranching.md\n\n## Autoscaling\n\nUse this when the user needs compute to scale automatically with workload and wants guidance on CU sizing and runtime behavior.\n\nLink: https:\u002F\u002Fneon.com\u002Fdocs\u002Fintroduction\u002Fautoscaling.md\n\n## Scale to Zero\n\nUse this when optimizing idle costs and discussing suspend\u002Fresume behavior, including cold-start trade-offs.\n\nKey points:\n\n- Idle computes suspend automatically (default 5 minutes, configurable) (unless disabled — launch & scale plan only)\n- First query after suspend typically has a cold-start penalty (around hundreds of ms)\n- Storage remains active while compute is suspended.\n\nLink: https:\u002F\u002Fneon.com\u002Fdocs\u002Fintroduction\u002Fscale-to-zero.md\n\n## Instant Restore\n\nUse this when the user needs point-in-time recovery or wants to restore data state without traditional backup restore workflows.\n\nKey points:\n\n- Restore windows depend on plan limits.\n- Users can create branches from historical points-in-time.\n- Time Travel queries can be used for historical inspection workflows.\n\nLink: https:\u002F\u002Fneon.com\u002Fdocs\u002Fintroduction\u002Fbranch-restore.md\n\n## Read Replicas\n\nUse this for read-heavy workloads where the user needs dedicated read-only compute without duplicating storage.\n\nKey points:\n\n- Replicas are read-only compute endpoints sharing the same storage.\n- Creation is fast and scaling is independent from primary compute.\n- Typical use cases: analytics, reporting, and read-heavy APIs.\n\nLink: https:\u002F\u002Fneon.com\u002Fdocs\u002Fintroduction\u002Fread-replicas.md\n\n## Connection Pooling\n\nUse this when the user is in serverless or high-concurrency environments and needs safe, scalable Postgres connection management.\n\nKey points:\n\n- Neon pooling uses PgBouncer.\n- Add `-pooler` to endpoint hostnames to use pooled connections.\n- Pooling is especially important in serverless runtimes with bursty concurrency.\n\nLink: https:\u002F\u002Fneon.com\u002Fdocs\u002Fconnect\u002Fconnection-pooling.md\n\n## IP Allow Lists\n\nUse this when the user needs to restrict database access by trusted networks, IPs, or CIDR ranges.\n\nLink: https:\u002F\u002Fneon.com\u002Fdocs\u002Fintroduction\u002Fip-allow.md\n\n## Logical Replication\n\nUse this when integrating CDC pipelines, external Postgres sync, or replication-based data movement.\n\nKey points:\n\n- Neon supports native logical replication workflows.\n- Useful for replicating to\u002Ffrom external Postgres systems.\n\nLink: https:\u002F\u002Fneon.com\u002Fdocs\u002Fguides\u002Flogical-replication-guide.md\n",{"data":40,"body":41},{"name":4,"description":6},{"type":42,"children":43},"root",[44,53,59,66,71,128,134,139,144,151,156,204,209,215,228,234,239,245,250,301,306,312,317,327,332,338,343,354,360,365,375,381,386,396,402,414,424,430,435,445,451,464,474,480,493,503,509,514,520,525,535,541,553,563,569,582,592,598,603,613,625,631,636,641,659,669,675,680,690,696,701,705,723,733,739,744,748,766,776,782,787,791,809,819,825,830,834,860,870,876,881,891,897,902,906,919,929],{"type":45,"tag":46,"props":47,"children":49},"element","h1",{"id":48},"neon-serverless-postgres",[50],{"type":51,"value":52},"text","Neon Serverless Postgres",{"type":45,"tag":54,"props":55,"children":56},"p",{},[57],{"type":51,"value":58},"Neon is a serverless Postgres platform that separates compute and storage to offer autoscaling, branching, instant restore, and scale-to-zero. It's fully compatible with Postgres and works with any language, framework, or ORM that supports Postgres.",{"type":45,"tag":60,"props":61,"children":63},"h2",{"id":62},"when-to-use-this-skill",[64],{"type":51,"value":65},"When to Use This Skill",{"type":45,"tag":54,"props":67,"children":68},{},[69],{"type":51,"value":70},"Activate this skill when users want to:",{"type":45,"tag":72,"props":73,"children":74},"ul",{},[75,81,86,91,96,101,106],{"type":45,"tag":76,"props":77,"children":78},"li",{},[79],{"type":51,"value":80},"Create or manage a Postgres database",{"type":45,"tag":76,"props":82,"children":83},{},[84],{"type":51,"value":85},"Set up a Neon project or branch",{"type":45,"tag":76,"props":87,"children":88},{},[89],{"type":51,"value":90},"Connect an application to Neon Postgres",{"type":45,"tag":76,"props":92,"children":93},{},[94],{"type":51,"value":95},"Use Neon features like branching, autoscaling, or scale-to-zero",{"type":45,"tag":76,"props":97,"children":98},{},[99],{"type":51,"value":100},"Set up Neon Auth for user authentication",{"type":45,"tag":76,"props":102,"children":103},{},[104],{"type":51,"value":105},"Use the Neon MCP server, CLI, or API",{"type":45,"tag":76,"props":107,"children":108},{},[109,111,118,120,126],{"type":51,"value":110},"Work with the ",{"type":45,"tag":112,"props":113,"children":115},"code",{"className":114},[],[116],{"type":51,"value":117},"@neondatabase\u002Fserverless",{"type":51,"value":119}," driver or ",{"type":45,"tag":112,"props":121,"children":123},{"className":122},[],[124],{"type":51,"value":125},"@neondatabase\u002Fneon-js",{"type":51,"value":127}," SDK",{"type":45,"tag":60,"props":129,"children":131},{"id":130},"prerequisites",[132],{"type":51,"value":133},"Prerequisites",{"type":45,"tag":54,"props":135,"children":136},{},[137],{"type":51,"value":138},"The Neon MCP server is required for project and database management. It uses OAuth and authenticates via browser on first use — no API key needed.",{"type":45,"tag":54,"props":140,"children":141},{},[142],{"type":51,"value":143},"If MCP tools are not available, guide the user through manual setup:",{"type":45,"tag":145,"props":146,"children":148},"h3",{"id":147},"codex",[149],{"type":51,"value":150},"Codex",{"type":45,"tag":54,"props":152,"children":153},{},[154],{"type":51,"value":155},"The Neon MCP server should be configured automatically via this plugin. If it isn't, the user can add it manually:",{"type":45,"tag":157,"props":158,"children":163},"pre",{"className":159,"code":160,"language":161,"meta":162,"style":162},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","codex mcp add neon --url https:\u002F\u002Fmcp.neon.tech\u002Fmcp\n","bash","",[164],{"type":45,"tag":112,"props":165,"children":166},{"__ignoreMap":162},[167],{"type":45,"tag":168,"props":169,"children":172},"span",{"class":170,"line":171},"line",1,[173,178,184,189,194,199],{"type":45,"tag":168,"props":174,"children":176},{"style":175},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[177],{"type":51,"value":147},{"type":45,"tag":168,"props":179,"children":181},{"style":180},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[182],{"type":51,"value":183}," mcp",{"type":45,"tag":168,"props":185,"children":186},{"style":180},[187],{"type":51,"value":188}," add",{"type":45,"tag":168,"props":190,"children":191},{"style":180},[192],{"type":51,"value":193}," neon",{"type":45,"tag":168,"props":195,"children":196},{"style":180},[197],{"type":51,"value":198}," --url",{"type":45,"tag":168,"props":200,"children":201},{"style":180},[202],{"type":51,"value":203}," https:\u002F\u002Fmcp.neon.tech\u002Fmcp\n",{"type":45,"tag":54,"props":205,"children":206},{},[207],{"type":51,"value":208},"Restart Codex, then verify by attempting to list projects.",{"type":45,"tag":145,"props":210,"children":212},{"id":211},"other-tools",[213],{"type":51,"value":214},"Other Tools",{"type":45,"tag":54,"props":216,"children":217},{},[218,220],{"type":51,"value":219},"Direct the user to the Neon MCP docs for setup steps: ",{"type":45,"tag":221,"props":222,"children":226},"a",{"href":223,"rel":224},"https:\u002F\u002Fneon.com\u002Fdocs\u002Fai\u002Fneon-mcp-server",[225],"nofollow",[227],{"type":51,"value":223},{"type":45,"tag":60,"props":229,"children":231},{"id":230},"neon-documentation",[232],{"type":51,"value":233},"Neon Documentation",{"type":45,"tag":54,"props":235,"children":236},{},[237],{"type":51,"value":238},"The Neon documentation is the source of truth for all Neon-related information. Always verify claims against the official docs before responding. Neon features and APIs evolve, so prefer fetching current docs over relying on training data.",{"type":45,"tag":145,"props":240,"children":242},{"id":241},"fetching-docs-as-markdown",[243],{"type":51,"value":244},"Fetching Docs as Markdown",{"type":45,"tag":54,"props":246,"children":247},{},[248],{"type":51,"value":249},"Any Neon doc page can be fetched as markdown in two ways:",{"type":45,"tag":251,"props":252,"children":253},"ol",{},[254,279],{"type":45,"tag":76,"props":255,"children":256},{},[257,271,273],{"type":45,"tag":258,"props":259,"children":260},"strong",{},[261,263,269],{"type":51,"value":262},"Append ",{"type":45,"tag":112,"props":264,"children":266},{"className":265},[],[267],{"type":51,"value":268},".md",{"type":51,"value":270}," to the URL",{"type":51,"value":272}," (simplest): ",{"type":45,"tag":221,"props":274,"children":277},{"href":275,"rel":276},"https:\u002F\u002Fneon.com\u002Fdocs\u002Fintroduction\u002Fbranching.md",[225],[278],{"type":51,"value":275},{"type":45,"tag":76,"props":280,"children":281},{},[282,293,295],{"type":45,"tag":258,"props":283,"children":284},{},[285,287],{"type":51,"value":286},"Request ",{"type":45,"tag":112,"props":288,"children":290},{"className":289},[],[291],{"type":51,"value":292},"text\u002Fmarkdown",{"type":51,"value":294}," on the standard URL: ",{"type":45,"tag":112,"props":296,"children":298},{"className":297},[],[299],{"type":51,"value":300},"curl -H \"Accept: text\u002Fmarkdown\" https:\u002F\u002Fneon.com\u002Fdocs\u002Fintroduction\u002Fbranching",{"type":45,"tag":54,"props":302,"children":303},{},[304],{"type":51,"value":305},"Both return the same markdown content. Use whichever method your tools support.",{"type":45,"tag":145,"props":307,"children":309},{"id":308},"finding-the-right-page",[310],{"type":51,"value":311},"Finding the Right Page",{"type":45,"tag":54,"props":313,"children":314},{},[315],{"type":51,"value":316},"The docs index lists every available page with its URL and a short description:",{"type":45,"tag":157,"props":318,"children":322},{"className":319,"code":321,"language":51},[320],"language-text","https:\u002F\u002Fneon.com\u002Fdocs\u002Fllms.txt\n",[323],{"type":45,"tag":112,"props":324,"children":325},{"__ignoreMap":162},[326],{"type":51,"value":321},{"type":45,"tag":54,"props":328,"children":329},{},[330],{"type":51,"value":331},"Common doc URLs are organized in the topic links below. If you need a page not listed here, search the docs index — don't guess URLs.",{"type":45,"tag":60,"props":333,"children":335},{"id":334},"what-is-neon",[336],{"type":51,"value":337},"What Is Neon",{"type":45,"tag":54,"props":339,"children":340},{},[341],{"type":51,"value":342},"Use this for architecture explanations and terminology (organizations, projects, branches, endpoints) before giving implementation advice.",{"type":45,"tag":54,"props":344,"children":345},{},[346,348],{"type":51,"value":347},"Link: ",{"type":45,"tag":221,"props":349,"children":352},{"href":350,"rel":351},"https:\u002F\u002Fneon.com\u002Fdocs\u002Fai\u002Fskills\u002Fneon-postgres\u002Freferences\u002Fwhat-is-neon.md",[225],[353],{"type":51,"value":350},{"type":45,"tag":60,"props":355,"children":357},{"id":356},"getting-started",[358],{"type":51,"value":359},"Getting Started",{"type":45,"tag":54,"props":361,"children":362},{},[363],{"type":51,"value":364},"Use this for first-time setup: org\u002Fproject selection, connection strings, driver installation, optional auth, and initial schema setup.",{"type":45,"tag":54,"props":366,"children":367},{},[368,369],{"type":51,"value":347},{"type":45,"tag":221,"props":370,"children":373},{"href":371,"rel":372},"https:\u002F\u002Fneon.com\u002Fdocs\u002Fai\u002Fskills\u002Fneon-postgres\u002Freferences\u002Fgetting-started.md",[225],[374],{"type":51,"value":371},{"type":45,"tag":60,"props":376,"children":378},{"id":377},"connection-methods-drivers",[379],{"type":51,"value":380},"Connection Methods & Drivers",{"type":45,"tag":54,"props":382,"children":383},{},[384],{"type":51,"value":385},"Use this when you need to pick the correct transport and driver based on runtime constraints (TCP, HTTP, WebSocket, edge, serverless, long-running).",{"type":45,"tag":54,"props":387,"children":388},{},[389,390],{"type":51,"value":347},{"type":45,"tag":221,"props":391,"children":394},{"href":392,"rel":393},"https:\u002F\u002Fneon.com\u002Fdocs\u002Fai\u002Fskills\u002Fneon-postgres\u002Freferences\u002Fconnection-methods.md",[225],[395],{"type":51,"value":392},{"type":45,"tag":145,"props":397,"children":399},{"id":398},"serverless-driver",[400],{"type":51,"value":401},"Serverless Driver",{"type":45,"tag":54,"props":403,"children":404},{},[405,407,412],{"type":51,"value":406},"Use this for ",{"type":45,"tag":112,"props":408,"children":410},{"className":409},[],[411],{"type":51,"value":117},{"type":51,"value":413}," patterns, including HTTP queries, WebSocket transactions, and runtime-specific optimizations.",{"type":45,"tag":54,"props":415,"children":416},{},[417,418],{"type":51,"value":347},{"type":45,"tag":221,"props":419,"children":422},{"href":420,"rel":421},"https:\u002F\u002Fneon.com\u002Fdocs\u002Fai\u002Fskills\u002Fneon-postgres\u002Freferences\u002Fneon-serverless.md",[225],[423],{"type":51,"value":420},{"type":45,"tag":145,"props":425,"children":427},{"id":426},"neon-js-sdk",[428],{"type":51,"value":429},"Neon JS SDK",{"type":45,"tag":54,"props":431,"children":432},{},[433],{"type":51,"value":434},"Use this for combined Neon Auth + Data API workflows with PostgREST-style querying and typed client setup.",{"type":45,"tag":54,"props":436,"children":437},{},[438,439],{"type":51,"value":347},{"type":45,"tag":221,"props":440,"children":443},{"href":441,"rel":442},"https:\u002F\u002Fneon.com\u002Fdocs\u002Fai\u002Fskills\u002Fneon-postgres\u002Freferences\u002Fneon-js.md",[225],[444],{"type":51,"value":441},{"type":45,"tag":60,"props":446,"children":448},{"id":447},"developer-tools",[449],{"type":51,"value":450},"Developer Tools",{"type":45,"tag":54,"props":452,"children":453},{},[454,456,462],{"type":51,"value":455},"Use this for local development enablement with ",{"type":45,"tag":112,"props":457,"children":459},{"className":458},[],[460],{"type":51,"value":461},"npx neonctl@latest init",{"type":51,"value":463},", VSCode extension setup, and Neon MCP server configuration.",{"type":45,"tag":54,"props":465,"children":466},{},[467,468],{"type":51,"value":347},{"type":45,"tag":221,"props":469,"children":472},{"href":470,"rel":471},"https:\u002F\u002Fneon.com\u002Fdocs\u002Fai\u002Fskills\u002Fneon-postgres\u002Freferences\u002Fdevtools.md",[225],[473],{"type":51,"value":470},{"type":45,"tag":145,"props":475,"children":477},{"id":476},"neon-cli",[478],{"type":51,"value":479},"Neon CLI",{"type":45,"tag":54,"props":481,"children":482},{},[483,485,491],{"type":51,"value":484},"Use this for terminal-first workflows, scripts, and CI\u002FCD automation with ",{"type":45,"tag":112,"props":486,"children":488},{"className":487},[],[489],{"type":51,"value":490},"neonctl",{"type":51,"value":492},".",{"type":45,"tag":54,"props":494,"children":495},{},[496,497],{"type":51,"value":347},{"type":45,"tag":221,"props":498,"children":501},{"href":499,"rel":500},"https:\u002F\u002Fneon.com\u002Fdocs\u002Fai\u002Fskills\u002Fneon-postgres\u002Freferences\u002Fneon-cli.md",[225],[502],{"type":51,"value":499},{"type":45,"tag":60,"props":504,"children":506},{"id":505},"neon-admin-api",[507],{"type":51,"value":508},"Neon Admin API",{"type":45,"tag":54,"props":510,"children":511},{},[512],{"type":51,"value":513},"The Neon Admin API can be used to manage Neon resources programmatically. It is used behind the scenes by the Neon CLI and MCP server, but can also be used directly for more complex automation workflows or when embedding Neon in other applications.",{"type":45,"tag":145,"props":515,"children":517},{"id":516},"neon-rest-api",[518],{"type":51,"value":519},"Neon REST API",{"type":45,"tag":54,"props":521,"children":522},{},[523],{"type":51,"value":524},"Use this for direct HTTP automation, endpoint-level control, API key auth, rate-limit handling, and operation polling.",{"type":45,"tag":54,"props":526,"children":527},{},[528,529],{"type":51,"value":347},{"type":45,"tag":221,"props":530,"children":533},{"href":531,"rel":532},"https:\u002F\u002Fneon.com\u002Fdocs\u002Fai\u002Fskills\u002Fneon-postgres\u002Freferences\u002Fneon-rest-api.md",[225],[534],{"type":51,"value":531},{"type":45,"tag":145,"props":536,"children":538},{"id":537},"neon-typescript-sdk",[539],{"type":51,"value":540},"Neon TypeScript SDK",{"type":45,"tag":54,"props":542,"children":543},{},[544,546,552],{"type":51,"value":545},"Use this when implementing typed programmatic control of Neon resources in TypeScript via ",{"type":45,"tag":112,"props":547,"children":549},{"className":548},[],[550],{"type":51,"value":551},"@neondatabase\u002Fapi-client",{"type":51,"value":492},{"type":45,"tag":54,"props":554,"children":555},{},[556,557],{"type":51,"value":347},{"type":45,"tag":221,"props":558,"children":561},{"href":559,"rel":560},"https:\u002F\u002Fneon.com\u002Fdocs\u002Fai\u002Fskills\u002Fneon-postgres\u002Freferences\u002Fneon-typescript-sdk.md",[225],[562],{"type":51,"value":559},{"type":45,"tag":145,"props":564,"children":566},{"id":565},"neon-python-sdk",[567],{"type":51,"value":568},"Neon Python SDK",{"type":45,"tag":54,"props":570,"children":571},{},[572,574,580],{"type":51,"value":573},"Use this when implementing programmatic Neon management in Python with the ",{"type":45,"tag":112,"props":575,"children":577},{"className":576},[],[578],{"type":51,"value":579},"neon-api",{"type":51,"value":581}," package.",{"type":45,"tag":54,"props":583,"children":584},{},[585,586],{"type":51,"value":347},{"type":45,"tag":221,"props":587,"children":590},{"href":588,"rel":589},"https:\u002F\u002Fneon.com\u002Fdocs\u002Fai\u002Fskills\u002Fneon-postgres\u002Freferences\u002Fneon-python-sdk.md",[225],[591],{"type":51,"value":588},{"type":45,"tag":60,"props":593,"children":595},{"id":594},"neon-auth",[596],{"type":51,"value":597},"Neon Auth",{"type":45,"tag":54,"props":599,"children":600},{},[601],{"type":51,"value":602},"Use this for managed user authentication setup, UI components, auth methods, and Neon Auth integration pitfalls in Next.js and React apps.",{"type":45,"tag":54,"props":604,"children":605},{},[606,607],{"type":51,"value":347},{"type":45,"tag":221,"props":608,"children":611},{"href":609,"rel":610},"https:\u002F\u002Fneon.com\u002Fdocs\u002Fai\u002Fskills\u002Fneon-postgres\u002Freferences\u002Fneon-auth.md",[225],[612],{"type":51,"value":609},{"type":45,"tag":54,"props":614,"children":615},{},[616,618,623],{"type":51,"value":617},"Neon Auth is also embedded in the Neon JS SDK — so depending on your use case, you may want to use the Neon JS SDK instead of Neon Auth. See ",{"type":45,"tag":221,"props":619,"children":621},{"href":392,"rel":620},[225],[622],{"type":51,"value":392},{"type":51,"value":624}," for more details.",{"type":45,"tag":60,"props":626,"children":628},{"id":627},"branching",[629],{"type":51,"value":630},"Branching",{"type":45,"tag":54,"props":632,"children":633},{},[634],{"type":51,"value":635},"Use this when the user is planning isolated environments, schema migration testing, preview deployments, or branch lifecycle automation.",{"type":45,"tag":54,"props":637,"children":638},{},[639],{"type":51,"value":640},"Key points:",{"type":45,"tag":72,"props":642,"children":643},{},[644,649,654],{"type":45,"tag":76,"props":645,"children":646},{},[647],{"type":51,"value":648},"Branches are instant, copy-on-write clones (no full data copy).",{"type":45,"tag":76,"props":650,"children":651},{},[652],{"type":51,"value":653},"Each branch has its own compute endpoint.",{"type":45,"tag":76,"props":655,"children":656},{},[657],{"type":51,"value":658},"Use the neonctl CLI or MCP server to create, inspect, and compare branches.",{"type":45,"tag":54,"props":660,"children":661},{},[662,663],{"type":51,"value":347},{"type":45,"tag":221,"props":664,"children":667},{"href":665,"rel":666},"https:\u002F\u002Fneon.com\u002Fdocs\u002Fai\u002Fskills\u002Fneon-postgres\u002Freferences\u002Fbranching.md",[225],[668],{"type":51,"value":665},{"type":45,"tag":60,"props":670,"children":672},{"id":671},"autoscaling",[673],{"type":51,"value":674},"Autoscaling",{"type":45,"tag":54,"props":676,"children":677},{},[678],{"type":51,"value":679},"Use this when the user needs compute to scale automatically with workload and wants guidance on CU sizing and runtime behavior.",{"type":45,"tag":54,"props":681,"children":682},{},[683,684],{"type":51,"value":347},{"type":45,"tag":221,"props":685,"children":688},{"href":686,"rel":687},"https:\u002F\u002Fneon.com\u002Fdocs\u002Fintroduction\u002Fautoscaling.md",[225],[689],{"type":51,"value":686},{"type":45,"tag":60,"props":691,"children":693},{"id":692},"scale-to-zero",[694],{"type":51,"value":695},"Scale to Zero",{"type":45,"tag":54,"props":697,"children":698},{},[699],{"type":51,"value":700},"Use this when optimizing idle costs and discussing suspend\u002Fresume behavior, including cold-start trade-offs.",{"type":45,"tag":54,"props":702,"children":703},{},[704],{"type":51,"value":640},{"type":45,"tag":72,"props":706,"children":707},{},[708,713,718],{"type":45,"tag":76,"props":709,"children":710},{},[711],{"type":51,"value":712},"Idle computes suspend automatically (default 5 minutes, configurable) (unless disabled — launch & scale plan only)",{"type":45,"tag":76,"props":714,"children":715},{},[716],{"type":51,"value":717},"First query after suspend typically has a cold-start penalty (around hundreds of ms)",{"type":45,"tag":76,"props":719,"children":720},{},[721],{"type":51,"value":722},"Storage remains active while compute is suspended.",{"type":45,"tag":54,"props":724,"children":725},{},[726,727],{"type":51,"value":347},{"type":45,"tag":221,"props":728,"children":731},{"href":729,"rel":730},"https:\u002F\u002Fneon.com\u002Fdocs\u002Fintroduction\u002Fscale-to-zero.md",[225],[732],{"type":51,"value":729},{"type":45,"tag":60,"props":734,"children":736},{"id":735},"instant-restore",[737],{"type":51,"value":738},"Instant Restore",{"type":45,"tag":54,"props":740,"children":741},{},[742],{"type":51,"value":743},"Use this when the user needs point-in-time recovery or wants to restore data state without traditional backup restore workflows.",{"type":45,"tag":54,"props":745,"children":746},{},[747],{"type":51,"value":640},{"type":45,"tag":72,"props":749,"children":750},{},[751,756,761],{"type":45,"tag":76,"props":752,"children":753},{},[754],{"type":51,"value":755},"Restore windows depend on plan limits.",{"type":45,"tag":76,"props":757,"children":758},{},[759],{"type":51,"value":760},"Users can create branches from historical points-in-time.",{"type":45,"tag":76,"props":762,"children":763},{},[764],{"type":51,"value":765},"Time Travel queries can be used for historical inspection workflows.",{"type":45,"tag":54,"props":767,"children":768},{},[769,770],{"type":51,"value":347},{"type":45,"tag":221,"props":771,"children":774},{"href":772,"rel":773},"https:\u002F\u002Fneon.com\u002Fdocs\u002Fintroduction\u002Fbranch-restore.md",[225],[775],{"type":51,"value":772},{"type":45,"tag":60,"props":777,"children":779},{"id":778},"read-replicas",[780],{"type":51,"value":781},"Read Replicas",{"type":45,"tag":54,"props":783,"children":784},{},[785],{"type":51,"value":786},"Use this for read-heavy workloads where the user needs dedicated read-only compute without duplicating storage.",{"type":45,"tag":54,"props":788,"children":789},{},[790],{"type":51,"value":640},{"type":45,"tag":72,"props":792,"children":793},{},[794,799,804],{"type":45,"tag":76,"props":795,"children":796},{},[797],{"type":51,"value":798},"Replicas are read-only compute endpoints sharing the same storage.",{"type":45,"tag":76,"props":800,"children":801},{},[802],{"type":51,"value":803},"Creation is fast and scaling is independent from primary compute.",{"type":45,"tag":76,"props":805,"children":806},{},[807],{"type":51,"value":808},"Typical use cases: analytics, reporting, and read-heavy APIs.",{"type":45,"tag":54,"props":810,"children":811},{},[812,813],{"type":51,"value":347},{"type":45,"tag":221,"props":814,"children":817},{"href":815,"rel":816},"https:\u002F\u002Fneon.com\u002Fdocs\u002Fintroduction\u002Fread-replicas.md",[225],[818],{"type":51,"value":815},{"type":45,"tag":60,"props":820,"children":822},{"id":821},"connection-pooling",[823],{"type":51,"value":824},"Connection Pooling",{"type":45,"tag":54,"props":826,"children":827},{},[828],{"type":51,"value":829},"Use this when the user is in serverless or high-concurrency environments and needs safe, scalable Postgres connection management.",{"type":45,"tag":54,"props":831,"children":832},{},[833],{"type":51,"value":640},{"type":45,"tag":72,"props":835,"children":836},{},[837,842,855],{"type":45,"tag":76,"props":838,"children":839},{},[840],{"type":51,"value":841},"Neon pooling uses PgBouncer.",{"type":45,"tag":76,"props":843,"children":844},{},[845,847,853],{"type":51,"value":846},"Add ",{"type":45,"tag":112,"props":848,"children":850},{"className":849},[],[851],{"type":51,"value":852},"-pooler",{"type":51,"value":854}," to endpoint hostnames to use pooled connections.",{"type":45,"tag":76,"props":856,"children":857},{},[858],{"type":51,"value":859},"Pooling is especially important in serverless runtimes with bursty concurrency.",{"type":45,"tag":54,"props":861,"children":862},{},[863,864],{"type":51,"value":347},{"type":45,"tag":221,"props":865,"children":868},{"href":866,"rel":867},"https:\u002F\u002Fneon.com\u002Fdocs\u002Fconnect\u002Fconnection-pooling.md",[225],[869],{"type":51,"value":866},{"type":45,"tag":60,"props":871,"children":873},{"id":872},"ip-allow-lists",[874],{"type":51,"value":875},"IP Allow Lists",{"type":45,"tag":54,"props":877,"children":878},{},[879],{"type":51,"value":880},"Use this when the user needs to restrict database access by trusted networks, IPs, or CIDR ranges.",{"type":45,"tag":54,"props":882,"children":883},{},[884,885],{"type":51,"value":347},{"type":45,"tag":221,"props":886,"children":889},{"href":887,"rel":888},"https:\u002F\u002Fneon.com\u002Fdocs\u002Fintroduction\u002Fip-allow.md",[225],[890],{"type":51,"value":887},{"type":45,"tag":60,"props":892,"children":894},{"id":893},"logical-replication",[895],{"type":51,"value":896},"Logical Replication",{"type":45,"tag":54,"props":898,"children":899},{},[900],{"type":51,"value":901},"Use this when integrating CDC pipelines, external Postgres sync, or replication-based data movement.",{"type":45,"tag":54,"props":903,"children":904},{},[905],{"type":51,"value":640},{"type":45,"tag":72,"props":907,"children":908},{},[909,914],{"type":45,"tag":76,"props":910,"children":911},{},[912],{"type":51,"value":913},"Neon supports native logical replication workflows.",{"type":45,"tag":76,"props":915,"children":916},{},[917],{"type":51,"value":918},"Useful for replicating to\u002Ffrom external Postgres systems.",{"type":45,"tag":54,"props":920,"children":921},{},[922,923],{"type":51,"value":347},{"type":45,"tag":221,"props":924,"children":927},{"href":925,"rel":926},"https:\u002F\u002Fneon.com\u002Fdocs\u002Fguides\u002Flogical-replication-guide.md",[225],[928],{"type":51,"value":925},{"type":45,"tag":930,"props":931,"children":932},"style",{},[933],{"type":51,"value":934},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":936,"total":1139},[937,958,981,998,1012,1031,1050,1066,1082,1096,1108,1123],{"slug":938,"name":938,"fn":939,"description":940,"org":941,"tags":942,"stars":955,"repoUrl":956,"updatedAt":957},"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},[943,946,949,952],{"name":944,"slug":945,"type":15},"Documents","documents",{"name":947,"slug":948,"type":15},"Healthcare","healthcare",{"name":950,"slug":951,"type":15},"Insurance","insurance",{"name":953,"slug":954,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":959,"name":959,"fn":960,"description":961,"org":962,"tags":963,"stars":978,"repoUrl":979,"updatedAt":980},"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},[964,967,969,972,975],{"name":965,"slug":966,"type":15},".NET","dotnet",{"name":968,"slug":959,"type":15},"ASP.NET Core",{"name":970,"slug":971,"type":15},"Blazor","blazor",{"name":973,"slug":974,"type":15},"C#","csharp",{"name":976,"slug":977,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":982,"name":982,"fn":983,"description":984,"org":985,"tags":986,"stars":978,"repoUrl":979,"updatedAt":997},"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},[987,990,993,996],{"name":988,"slug":989,"type":15},"Apps SDK","apps-sdk",{"name":991,"slug":992,"type":15},"ChatGPT","chatgpt",{"name":994,"slug":995,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":999,"name":999,"fn":1000,"description":1001,"org":1002,"tags":1003,"stars":978,"repoUrl":979,"updatedAt":1011},"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},[1004,1007,1010],{"name":1005,"slug":1006,"type":15},"API Development","api-development",{"name":1008,"slug":1009,"type":15},"CLI","cli",{"name":150,"slug":147,"type":15},"2026-04-12T05:07:04.132762",{"slug":1013,"name":1013,"fn":1014,"description":1015,"org":1016,"tags":1017,"stars":978,"repoUrl":979,"updatedAt":1030},"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},[1018,1021,1024,1027],{"name":1019,"slug":1020,"type":15},"Cloudflare","cloudflare",{"name":1022,"slug":1023,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":1025,"slug":1026,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":1028,"slug":1029,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":1032,"name":1032,"fn":1033,"description":1034,"org":1035,"tags":1036,"stars":978,"repoUrl":979,"updatedAt":1049},"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},[1037,1040,1043,1046],{"name":1038,"slug":1039,"type":15},"Productivity","productivity",{"name":1041,"slug":1042,"type":15},"Project Management","project-management",{"name":1044,"slug":1045,"type":15},"Strategy","strategy",{"name":1047,"slug":1048,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":1051,"name":1051,"fn":1052,"description":1053,"org":1054,"tags":1055,"stars":978,"repoUrl":979,"updatedAt":1065},"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},[1056,1059,1061,1064],{"name":1057,"slug":1058,"type":15},"Design","design",{"name":1060,"slug":1051,"type":15},"Figma",{"name":1062,"slug":1063,"type":15},"Frontend","frontend",{"name":994,"slug":995,"type":15},"2026-04-12T05:06:47.939943",{"slug":1067,"name":1067,"fn":1068,"description":1069,"org":1070,"tags":1071,"stars":978,"repoUrl":979,"updatedAt":1081},"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},[1072,1073,1076,1077,1078],{"name":1057,"slug":1058,"type":15},{"name":1074,"slug":1075,"type":15},"Design System","design-system",{"name":1060,"slug":1051,"type":15},{"name":1062,"slug":1063,"type":15},{"name":1079,"slug":1080,"type":15},"UI Components","ui-components","2026-05-10T05:59:52.971881",{"slug":1083,"name":1083,"fn":1084,"description":1085,"org":1086,"tags":1087,"stars":978,"repoUrl":979,"updatedAt":1095},"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},[1088,1089,1090,1093,1094],{"name":1057,"slug":1058,"type":15},{"name":1074,"slug":1075,"type":15},{"name":1091,"slug":1092,"type":15},"Documentation","documentation",{"name":1060,"slug":1051,"type":15},{"name":1062,"slug":1063,"type":15},"2026-05-16T06:07:47.821474",{"slug":1097,"name":1097,"fn":1098,"description":1099,"org":1100,"tags":1101,"stars":978,"repoUrl":979,"updatedAt":1107},"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},[1102,1103,1104,1105,1106],{"name":1057,"slug":1058,"type":15},{"name":1060,"slug":1051,"type":15},{"name":1062,"slug":1063,"type":15},{"name":1079,"slug":1080,"type":15},{"name":976,"slug":977,"type":15},"2026-05-16T06:07:40.583615",{"slug":1109,"name":1109,"fn":1110,"description":1111,"org":1112,"tags":1113,"stars":978,"repoUrl":979,"updatedAt":1122},"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},[1114,1117,1118,1121],{"name":1115,"slug":1116,"type":15},"Animation","animation",{"name":150,"slug":147,"type":15},{"name":1119,"slug":1120,"type":15},"Creative","creative",{"name":1057,"slug":1058,"type":15},"2026-05-02T05:31:48.48485",{"slug":1124,"name":1124,"fn":1125,"description":1126,"org":1127,"tags":1128,"stars":978,"repoUrl":979,"updatedAt":1138},"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},[1129,1130,1131,1134,1137],{"name":1119,"slug":1120,"type":15},{"name":1057,"slug":1058,"type":15},{"name":1132,"slug":1133,"type":15},"Image Generation","image-generation",{"name":1135,"slug":1136,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675,{"items":1141,"total":1250},[1142,1158,1174,1186,1202,1220,1240],{"slug":1143,"name":1143,"fn":1144,"description":1145,"org":1146,"tags":1147,"stars":28,"repoUrl":29,"updatedAt":30},"accessibility-and-inclusive-visualization","make data visualizations accessible","Make data visualizations accessible and inclusive. Use when the user needs chart or diagram accessibility guidance, text alternatives for complex visuals, color and contrast review, keyboard support, reduced-motion behavior for animation or parallax, or an accessibility QA workflow for exported figures, UML-like diagrams, and dashboards.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1148,1151,1154,1157],{"name":1149,"slug":1150,"type":15},"Accessibility","accessibility",{"name":1152,"slug":1153,"type":15},"Charts","charts",{"name":1155,"slug":1156,"type":15},"Data Visualization","data-visualization",{"name":1057,"slug":1058,"type":15},{"slug":1159,"name":1159,"fn":1160,"description":1161,"org":1162,"tags":1163,"stars":28,"repoUrl":29,"updatedAt":1173},"agent-browser","automate browser interactions for agents","Browser automation CLI for AI agents. Use when the user needs to interact with websites, verify dev server output, test web apps, navigate pages, fill forms, click buttons, take screenshots, extract data, or automate any browser task. Also triggers when a dev server starts so you can verify it visually.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1164,1167,1170],{"name":1165,"slug":1166,"type":15},"Agents","agents",{"name":1168,"slug":1169,"type":15},"Browser Automation","browser-automation",{"name":1171,"slug":1172,"type":15},"Testing","testing","2026-04-06T18:41:03.44016",{"slug":1175,"name":1175,"fn":1176,"description":1177,"org":1178,"tags":1179,"stars":28,"repoUrl":29,"updatedAt":1185},"agent-browser-verify","verify dev server output with automated browser","Automated browser verification for dev servers. Triggers when a dev server starts to run a visual gut-check with agent-browser — verifies the page loads, checks for console errors, validates key UI elements, and reports pass\u002Ffail before continuing.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1180,1181,1184],{"name":1168,"slug":1169,"type":15},{"name":1182,"slug":1183,"type":15},"Local Development","local-development",{"name":1171,"slug":1172,"type":15},"2026-04-06T18:41:17.526867",{"slug":1187,"name":1187,"fn":1188,"description":1189,"org":1190,"tags":1191,"stars":28,"repoUrl":29,"updatedAt":1201},"agents-sdk","build AI agents on Cloudflare Workers","Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1192,1193,1194,1197,1198],{"name":1165,"slug":1166,"type":15},{"name":1025,"slug":1026,"type":15},{"name":1195,"slug":1196,"type":15},"SDK","sdk",{"name":26,"slug":27,"type":15},{"name":1199,"slug":1200,"type":15},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":1203,"name":1203,"fn":1204,"description":1205,"org":1206,"tags":1207,"stars":28,"repoUrl":29,"updatedAt":1219},"ai-elements","build chat UIs with AI Elements","AI Elements component library guidance — pre-built React components for AI interfaces built on shadcn\u002Fui. Use when building chat UIs, message displays, tool call rendering, streaming responses, reasoning panels, or any AI-native interface with the AI SDK.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1208,1209,1212,1215,1216],{"name":1062,"slug":1063,"type":15},{"name":1210,"slug":1211,"type":15},"React","react",{"name":1213,"slug":1214,"type":15},"shadcn\u002Fui","shadcn-ui",{"name":1079,"slug":1080,"type":15},{"name":1217,"slug":1218,"type":15},"Vercel","vercel","2026-04-06T18:40:59.619419",{"slug":1221,"name":1221,"fn":1222,"description":1223,"org":1224,"tags":1225,"stars":28,"repoUrl":29,"updatedAt":1239},"ai-gateway","configure Vercel AI Gateway","Vercel AI Gateway expert guidance. Use when configuring model routing, provider failover, cost tracking, or managing multiple AI providers through a unified API.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1226,1229,1232,1235,1238],{"name":1227,"slug":1228,"type":15},"AI Infrastructure","ai-infrastructure",{"name":1230,"slug":1231,"type":15},"Cost Optimization","cost-optimization",{"name":1233,"slug":1234,"type":15},"LLM","llm",{"name":1236,"slug":1237,"type":15},"Performance","performance",{"name":1217,"slug":1218,"type":15},"2026-04-06T18:40:44.377464",{"slug":1241,"name":1241,"fn":1242,"description":1243,"org":1244,"tags":1245,"stars":28,"repoUrl":29,"updatedAt":1249},"ai-generation-persistence","implement persistence patterns for AI generations","AI generation persistence patterns — unique IDs, addressable URLs, database storage, and cost tracking for every LLM generation",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1246,1247,1248],{"name":1230,"slug":1231,"type":15},{"name":20,"slug":21,"type":15},{"name":1233,"slug":1234,"type":15},"2026-04-06T18:41:08.513425",600]