dapr-microservices-architect

Design distributed systems using Dapr building blocks for pub/sub, state, bindings, and secrets.

Updated Dec 25, 2025
One-click install
npx skills add https://github.com/hammadurrehman2006/the_evolution_of_todo --skill dapr-microservices-architect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dapr-microservices-architect
Source: https://github.com/hammadurrehman2006/the_evolution_of_todo/tree/main/.claude/skills/dapr-microservices-architect
Command: npx skills add https://github.com/hammadurrehman2006/the_evolution_of_todo --skill dapr-microservices-architect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you design distributed systems using Dapr's building blocks (pub/sub, state, bindings, secrets) to achieve cloud portability and modularity.

Core Features & Use Cases

  • Pub/Sub Decoupling: Use Dapr pub/sub to decouple services.
  • State & Secrets: Manage state and secure credentials via Dapr.
  • Observability: Instrument tracing across components.

Quick Start

Describe a microservice that uses Dapr pub/sub to publish 'order.created' events to a topic.