Setup & Installation
What This Skill Does
Netlify Functions lets you write serverless functions that run on Netlify's infrastructure. It covers the modern default export syntax, TypeScript support, path and method routing, background functions for long-running tasks, scheduled functions via cron, and streaming responses. The skill eliminates the guesswork around modern syntax vs. legacy handler patterns, resource limits, and when to use background vs. scheduled functions — details you'd otherwise piece together from scattered Netlify docs.
When to use it
- Working with netlify functions functionality
- Implementing netlify functions features
- Debugging netlify functions related issues
