This covers the modern programming models across all three major Azure Functions runtimes: .NET isolated worker, Node.js v4, and Python v2. You get production-ready patterns for HTTP triggers, dependency injection setup, and Durable Functions orchestration with actual state persistence examples. The skill assumes you already know serverless basics and gets straight to the good stuff like preventing socket exhaustion with HttpClientFactory and handling the shift away from in-process .NET (deprecated November 2026). Worth having if you're building anything beyond hello-world functions, especially the Durable Functions chaining pattern for workflows that need automatic retry and state management.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill azure-functions