mcpbeat

Azure Functions

dokhacgiakhoa/azure-functions

Expert patterns for Azure Functions development including isolated worker model, Durable Functions orchestration, cold start optimization, and production patterns. Covers .NET, Python, and Node.js programming models. Use when: azure function, azure functions, durable functions, azure serverless, function app.

483 tokens
context cost
the whole folder, loaded on every use
7
files
instructions only
0
copies elsewhere
how many repositories repackaged it
505
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Dokhacgiakhoa/Agent-Skills-4-Vibe-Coding-CLI --skill azure-functions

What comes with it

933 bytes besides the instruction
sub-skills/blocking-async-calls.md
sub-skills/in-process-model-for-new-projects.md
sub-skills/isolated-worker-model-net.md
sub-skills/new-httpclient-per-request.md
sub-skills/nodejs-v4-programming-model.md
sub-skills/python-v2-programming-model.md

The instruction itself

9 sections, as written by the author

Azure Functions

Patterns

🧠 Knowledge Modules (Fractal Skills)

1. Isolated Worker Model (.NET)

2. Node.js v4 Programming Model

3. Python v2 Programming Model

4. ❌ Blocking Async Calls

5. ❌ New HttpClient Per Request

6. ❌ In-Process Model for New Projects

How to use it

Copy the folder

Take dokhacgiakhoa/azure-functions from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.