by netlify
netlify-ai-gateway skill guide for Netlify AI Gateway. Learn install and usage basics, supported models, SDK setup, and backend development patterns for Netlify apps.
by netlify
netlify-ai-gateway skill guide for Netlify AI Gateway. Learn install and usage basics, supported models, SDK setup, and backend development patterns for Netlify apps.
by netlify
netlify-deploy is a deployment-focused skill for publishing web projects to Netlify with the Netlify CLI. It helps with auth, linking or initializing a site, preview deploys, production deploys, and `netlify.toml`-driven build settings.
by netlify
netlify-cli-and-deploy guide for installing Netlify CLI, linking sites, and deploying with Git-based or manual workflows. Learn netlify login, netlify link, netlify init, netlify deploy, and netlify dev, plus environment variable and CI setup.
by netlify
netlify-config skill reference for writing and adjusting netlify.toml. Use it to configure builds, redirects, rewrites, headers, deploy contexts, environment variables, functions, and edge functions with less guesswork, especially for deployment changes where rule order and syntax matter.
by netlify
netlify-caching guide for controlling caching on Netlify’s CDN and in the browser. Use it to set cache headers, enable stale-while-revalidate, manage on-demand purge, and tune Deployment caching with Cache-Control and Netlify-CDN-Cache-Control.
by netlify
netlify-frameworks is a deployment guide for getting Vite/React, Astro, TanStack Start, Next.js, Nuxt, SvelteKit, and Remix running on Netlify. Use it for netlify-frameworks for Deployment, adapter and plugin setup, SSR, API routes, middleware, and troubleshooting framework-specific Netlify integration.
by netlify
netlify-functions is a practical skill for writing Netlify serverless functions for backend development. It helps you install and use the skill to create API endpoints, background jobs, scheduled tasks, streaming handlers, and route-based functions with the modern default export + Config pattern.
by netlify
netlify-forms guide for HTML form handling on Netlify. Use it to add contact forms, feedback forms, file uploads, spam filtering, AJAX submissions, and a custom thank-you page without server-side code. Helpful for Backend Development workflows and JS-rendered apps that need build-time form detection.
by netlify
netlify-image-cdn is a guide for using Netlify’s Image CDN to resize, crop, reformat, and optimize images through /.netlify/images. It covers local assets, responsive image markup, remote image allowlisting, clean URL rewrites, and upload pipelines with Functions + Blobs for Backend Development.
by netlify
netlify-blobs is a guide for zero-config object storage in Backend Development. Use the netlify-blobs skill to install and manage files, images, uploads, exports, and cached binary artifacts with getStore(), CRUD operations, metadata, and local development. It is not for dynamic data; use Netlify Database instead.
by netlify
netlify-edge-functions guide for building Netlify Edge Functions with Deno runtime, context.next() middleware, routing, geolocation logic, auth checks, rewrites, and response shaping. Use this netlify-edge-functions skill for Backend Development tasks where low-latency request-time behavior matters.