| name | netlify |
| description | Netlify deployment, functions, forms, and edge handlers. |
| allowed-tools | Read, Write, Edit, Bash, Glob, Grep |
| graph | {"domains":["domain:web-development"],"specializations":["specialization:web-development"],"skillAreas":["skill-area:deployment-infrastructure-management"],"roles":["role:frontend-engineer","role:fullstack-engineer"],"topics":["topic:continuous-deployment","topic:jamstack-architecture"]} |
Netlify Skill
Expert assistance for deploying to Netlify.
Capabilities
- Configure Netlify deployments
- Create Netlify Functions
- Handle form submissions
- Set up edge handlers
- Configure redirects
Configuration
[build]
command = "npm run build"
publish = "dist"
functions = "netlify/functions"
[[redirects]]
from = "/api/*"
to = "/.netlify/functions/:splat"
status = 200
=
=