This gives Claude the context it needs to help you deploy framework projects to Netlify without manually wiring up functions. It covers the adapter system that translates SSR, API routes, and middleware into Netlify Functions automatically, plus framework detection, environment variable patterns across Vite, Astro, Next.js, and others, and how to set up SPAs with catch-all redirects. The skill is most useful when you're configuring a new framework deployment or debugging why server-side features aren't working as expected. It cuts through the usual confusion about what the adapter actually does during build.
npx skills add https://github.com/netlify/context-and-tools --skill netlify-frameworks