Skip to content

Unlimited seats on Netlify Pro for $20/month → Learn more 👥

Netlify Skills

Netlify Skills are focused, factual references for Netlify platform primitives — designed to help AI coding agents build correctly on Netlify without needing to search docs.

Each skill covers a specific Netlify feature, such as Functions, Edge Functions, or Caching. When installed, your AI agent automatically gets the right context for the task at hand, so it can generate accurate code and configuration.

Netlify Skills are available through plugin marketplaces for supported AI coding tools. Refer to the sections below for specific installation instructions.

If your tool doesn’t have a plugin marketplace, or for alternative installation methods, refer to the GitHub repository.

Install the Netlify plugin from the Codex plugin directory:

  1. Open Codex CLI by running codex from your project directory.
  2. Run /plugins.
  3. Select Netlify.
  4. Choose Install.

This installs the Netlify Skills package in Codex without manual repository setup.

Install the Netlify plugin from the Codex plugin directory in the Codex desktop app.

The plugin lets Codex deploy to Netlify without leaving your coding workflow. You can create projects, generate preview URLs, deploy to production, validate build configuration, and inspect deploy status and logs. For full details, refer to Deploy from Codex with the Netlify Plugin.

Run the following command from your project directory:

Terminal window
npx skills add netlify/context-and-tools --agent=claude-code --skill '*' --yes

This installs all Netlify Skills into Claude Code. The included router tells the agent which skill to read based on what you’re building.

Install from the Cursor plugin marketplace:

  1. Open Cursor Settings (Cmd+, / Ctrl+,).
  2. Go to Plugins.
  3. Search for netlify-skills.
  4. Select Install.

You can also install through the command palette: Cmd+Shift+PPlugins: Install Plugin → search netlify-skills.

Run the following command from your project directory:

Terminal window
npx skills add netlify/context-and-tools --agent=gemini-cli --skill '*' --yes

This installs all Netlify Skills into Gemini CLI. The included router tells the agent which skill to read based on what you’re building.

You can install Netlify Skills into any supported agent with:

Terminal window
npx skills add netlify/context-and-tools --skill '*' --yes

Each skill is a self-contained markdown file with YAML frontmatter and a markdown body. You can also feed them into any agent’s context directly from the GitHub repository.

SkillFeature SupportDescription
netlify-functionsNetlify FunctionsModern syntax, routing, Background Functions, Scheduled Functions, and streaming
netlify-edge-functionsEdge FunctionsDeno runtime, middleware patterns, geolocation, and request manipulation
netlify-blobsNetlify BlobsKey-value and binary object storage with zero configuration
netlify-dbNetlify DatabaseManaged Postgres (Neon), Drizzle ORM integration, and migrations
netlify-image-cdnImage CDNOn-the-fly image transformation and optimization
netlify-formsNetlify FormsHTML form handling, AJAX submissions, and spam filtering
netlify-configFile-based configurationnetlify.toml configuration — redirects, headers, build settings, and deploy contexts
netlify-cli-and-deployNetlify CLICommands, Git and manual deploys, and environment variables
netlify-deployCreate deploysAuthentication, site linking, Deploy Previews, and production deploys
netlify-frameworksFramework adaptersVite, Astro, TanStack Start, and Next.js on Netlify
netlify-cachingCachingCDN cache control, cache tags, purge, and stale-while-revalidate
netlify-ai-gatewayAI GatewayProxy for OpenAI, Anthropic, and Google AI SDKs