Back to skills

netlify-config

infrastructure

Covers the complete netlify.toml configuration syntax for defining build settings, redirects, headers, deploy contexts, environment variables, functions, and edge functions. The file sits at the repos

Setup & Installation

npx skills add https://github.com/netlify/netlify-config --skill netlify-config
or paste the link and ask your coding assistant to install it
https://github.com/netlify/netlify-config
View on GitHub

What This Skill Does

Covers the complete netlify.toml configuration syntax for defining build settings, redirects, headers, deploy contexts, environment variables, functions, and edge functions. The file sits at the repository root and controls how Netlify builds and serves your site. Having all redirect rules, headers, and context-specific environment variables in one committed file means deploy behavior is version-controlled and reproducible, rather than scattered across the Netlify UI where changes are hard to track or review.

When to use it

  • Working with netlify config functionality
  • Implementing netlify config features
  • Debugging netlify config related issues