What is azure-servicebus-py?
name: azure-servicebus-py Source: sickn33/antigravity-awesome-skills.
name: azure-servicebus-py
Quickly install azure-servicebus-py AI skill to your development environment via command line
Source: sickn33/antigravity-awesome-skills.
Enterprise messaging for reliable cloud communication with queues and pub/sub topics.
| ServiceBusClient | Connection management | Direct instantiation | | ServiceBusSender | Send messages | client.getqueuesender() / gettopicsender() | | ServiceBusReceiver | Receive messages | client.getqueuereceiver() / getsubscriptionreceiver() |
| PEEKLOCK (default) | Message locked, must complete/abandon | Reliable processing | | RECEIVEANDDELETE | Removed immediately on receive | At-most-once delivery |
name: azure-servicebus-py Source: sickn33/antigravity-awesome-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill azure-servicebus-pyname: azure-servicebus-py Source: sickn33/antigravity-awesome-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill azure-servicebus-py Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/sickn33/antigravity-awesome-skills