netlify-config Skill
Reference for netlify.toml configuration. Use when configuring build settings, redirects, rewrites, headers, deploy contexts, environment variables, or any site-level configuration. Covers the complete netlify.toml syntax including redirects with splats/conditions, headers, deploy contexts, functions config, and edge f Published by openai in plugins.
What is netlify-config Skill?
Reference for netlify.toml configuration. Use when configuring build settings, redirects, rewrites, headers, deploy contexts, environment variables, or any site-level configuration. Covers the complete netlify.toml syntax including redirects with splats/conditions, headers, deploy contexts, functions config, and edge f Published by openai in plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Deployment
- Deployment use cases
Technical details
- Install or run with Copy skill directory
When to use netlify-config Skill
- Use it for deployment.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/plugins
- Skill file: plugins/netlify/skills/netlify-config/SKILL.md
What it does
Reference for netlify.toml configuration. Use when configuring build settings, redirects, rewrites, headers, deploy contexts, environment variables, or any site-level configuration. Covers the complete netlify.toml syntax including redirects with splats/conditions, headers, deploy contexts, functions config, and edge f
Skill instructions
Netlify Configuration (netlify.toml) Place netlify.toml at the repository root (or at the base directory for monorepos). Build Settings toml [build] base = "project/" Base directory (default: root) command = "npm run build" Build command publish = "dist/" Output directory Redirects toml Basic redirect [[redirects]] from = "/old" to = "/new" status = 301 301 (default), 302, 200 (rewrite), 404 SPA catch-all [[redirects]] from = "/" to = "/index.html" status = 200 Splat (wildcard) [[redirects]] from = "/blog/" to = "/news/:splat" Path parameters [[redirects]] from = "/users/:id" to = "/api/users/:id" status = 200 Force (override existing files) [[redirects]] from = "/app/" to = "/index.html" status = 200 force = true Proxy to external service [[redirects]] from = "/api/" to = "https://api.example.com/:splat" status = 200 [redirects.headers] X-Custom = "value" Country/language conditions [[redirects]] from = "/" to = "/fr/:splat" status = 200 conditions = { Country = ["FR"], Language = ["f
Explore related resources
Frequently asked questions
What is netlify-config?
netlify-config is a open-source AI agent skill with Copy skill directory. Reference for netlify.toml configuration. Use when configuring build settings, redirects, rewrites, headers, deploy contexts, environment variables, or any site-level configuration.
Who is netlify-config best for?
netlify-config is best for reusing agent instructions, scripts, and references, deployment workflows.
How do I install netlify-config?
Install or run netlify-config using Copy skill directory. Check netlify-config for the latest setup command.
Is netlify-config actively maintained?
netlify-config may need a closer maintenance check before production use.
Auto-fetched from GitHub.