This is your complete netlify.toml reference for when you're configuring Netlify sites. It covers the whole syntax: build settings, redirects with splats and conditions, headers, deploy contexts, environment variables, functions and edge functions config. The redirect section is especially thorough, showing you how to handle SPAs, proxying, country-based routing, and the force flag. One thing to remember: rule order matters since Netlify uses the first match, so put specific redirects before your catch-all. It also reminds you not to commit secrets in the toml file, which is easy to forget when you're moving fast.
npx skills add https://github.com/netlify/context-and-tools --skill netlify-config