Skip to main content
Back to registry

microservices-patterns

wshobson/agents

Master microservices architecture patterns including service boundaries, inter-service communication, data management, and resilience patterns for building distributed systems.

Installs3
Install command
npx skills add https://github.com/wshobson/agents --skill microservices-patterns
Security audits
Gen Agent Trust HubPASS
SocketFAIL
SnykPASS
About this skill
Master microservices architecture patterns including service boundaries, inter-service communication, data management, and resilience patterns for building distributed systems. By Business Capability By Subdomain (DDD) Strangler Fig Pattern Synchronous (Request/Response) Asynchronous (Events/Messages) Database Per Service Saga Pattern Circuit Breaker Retry with Backoff Bulkhead - Decomposing monoliths into microservices - Designing service boundaries and contracts - Implementing inter-service communication - Managing distributed data and transactions - Building resilient distributed systems - Implementing service discovery and load balancing - Designing event-driven architectures - Organize services around business functions - Each service owns its domain - Example: OrderService, PaymentService, InventoryService - Core domain, supporting subdomains - Bounded contexts map to services - Clear ownership and responsibility - Gradually extract from monolith - New functionality as microservices - Proxy routes to old/new systems - REST APIs - gRPC - GraphQL - Event streaming (Kafka) - Message queues (RabbitMQ, SQS) - Pub/Sub patterns - Each service owns its data - No shared databases - Loose coupling - Distributed transactions - Compensating actions - Eventual consistency - Fail fast on repeated errors - Prevent cascade failures - Transient fault handling - Exponential backoff -...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does microservices-patterns do?

Master microservices architecture patterns including service boundaries, inter-service communication, data management, and resilience patterns for building distributed systems.

Is microservices-patterns good?

microservices-patterns does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does microservices-patterns work with?

microservices-patterns currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to microservices-patterns?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install microservices-patterns?

npx skills add https://github.com/wshobson/agents --skill microservices-patterns

Related skills

More from wshobson/agents

Related skills

Alternatives in Software Engineering