This skill covers Netlify's JAMstack platform, from basic static site deployments to serverless functions and built-in forms. You get practical patterns for netlify.toml configuration, environment variables across deploy contexts, and function examples including scheduled and background tasks. It's useful when you need to deploy a React, Vue, or Next.js static export and want CDN hosting with deploy previews out of the box. The function examples are solid, showing database connections with caching and TypeScript typing. One thing to note is that while Netlify makes simple deployments effortless, you'll still need to understand their build contexts and atomic deploy model to avoid confusion when things don't update as expected.
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill netlify-deployment-platform