microsoft / azure-servicebus-dotnet
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/azure-servicebus-dotnet && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/1804" && unzip -o skill.zip -d .claude/skills/azure-servicebus-dotnet && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/azure-servicebus-dotnet/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Azure Service Bus SDK for .NET. Enterprise messaging with queues, topics, subscriptions, and sessions. Use for reliable message delivery, pub/sub patterns, dead letter handling, and background processing. Triggers: "Service Bus", "ServiceBusClient", "ServiceBusSender", "ServiceBusReceiver", "ServiceBusProcessor", "message queue", "pub/sub .NET", "dead letter queue".