Agent skill

netlify

Netlify deployment, functions, forms, and edge handlers.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/netlify-a5c-ai-babysitter-2

SKILL.md

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

toml
# netlify.toml
[build]
  command = "npm run build"
  publish = "dist"
  functions = "netlify/functions"

[[redirects]]
  from = "/api/*"
  to = "/.netlify/functions/:splat"
  status = 200

[[headers]]
  for = "/*"
  [headers.values]
    X-Frame-Options = "DENY"

Target Processes

  • netlify-deployment
  • serverless-functions
  • jamstack-deployment

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results