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

Installs
458
GitHub Stars
158
First Seen
Jan 25, 2026
netlify-development — mindrally/skills