
Dapr
- 4 repo stars
- Updated January 11, 2026
- Sahib-Sawhney-WH/sahibs-claude-plugin-marketplace
Stand up resilient Python microservices with Dapr sidecars, pub/sub, state, and agents across Azure, AWS, or GCP without memorizing all twelve building blocks.
About
The dapr skill is a comprehensive agent playbook for building portable microservices with the Distributed Application Runtime in Python. Developers who want Kubernetes-friendly or local-dev sidecars without locking into one cloud vendor use it when they need pub/sub, state stores, service invocation, secrets, configuration, and the rest of Dapr’s building blocks spelled out in implementation order. It explicitly spans Azure, AWS, and GCP component manifests, which matters when you are prototyping on laptop Docker Compose but targeting AKS, EKS, or GKE later. The plugin also touches Dapr Agents for AI workflows, so you can connect LLM-driven steps to durable state and messaging instead of bolting a monolith. Expect intermediate complexity: you should understand HTTP services, containers, and basic IaC before the agent drafts component files. Outputs need validation against your cluster versions, Dapr control plane build, and cloud IAM policies before production cutover.
- Coverage oriented around all 12 Dapr building blocks for Python microservices
- Multi-cloud component patterns for Azure, AWS, and GCP backends
- Guidance for Dapr Agents and AI-oriented service composition
- Sidecar, pub/sub, state, bindings, and observability setup in one plugin-shaped skill
Dapr by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add Sahib-Sawhney-WH/sahibs-claude-plugin-marketplace/plugin install dapr@sahib-claude-marketplaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 4 |
|---|---|
| Last updated | January 11, 2026 |
| Repository | Sahib-Sawhney-WH/sahibs-claude-plugin-marketplace ↗ |
What it does
Stand up resilient Python microservices with Dapr sidecars, pub/sub, state, and agents across Azure, AWS, or GCP without memorizing all twelve building blocks.
Files
Comprehensive DAPR development plugin for Python microservices with multi-cloud support (Azure, AWS, GCP). Covers all 12 DAPR building blocks plus DAPR Agents AI framework.
dapr
Source: ./plugins/dapr
{ "name": "dapr", "author": { "name": "Sahib Sawhney" }, "source": "./plugins/dapr", "version": "2.6.0", "category": "development", "description": "Comprehensive DAPR development plugin for Python microservices with multi-cloud support (Azure, AWS, GCP). Covers all 12 DAPR building blocks plus DAPR Agents AI framework." }