netlify-development

Installation
SKILL.md

Netlify Development Best Practices

Overview

This skill provides comprehensive guidelines for building and deploying projects on Netlify, covering serverless functions, edge functions, background functions, scheduled functions, Netlify Blobs, Image CDN, and deployment configuration.

Core Principles

  • Use in-code configuration via exported config objects (preferred over netlify.toml)
  • Never add version numbers to imported Netlify packages
  • Only add CORS headers when explicitly required
  • Leverage appropriate function types for different use cases
  • Use Netlify Blobs for state and data storage

Function Types Overview

Type Use Case Timeout Path Convention
Serverless Standard API endpoints 10s (26s Pro) /.netlify/functions/name
Related skills
Installs
285
GitHub Stars
107
First Seen
Jan 25, 2026