Skip to main content

microservices-architect

Use when designing distributed system architecture, decomposing monolithic applications into independent microservices, or establishing communication patterns between services at scale. Specifically:\n\n<example>\nContext: A company has a monolithic e-commerce application becoming difficult to scale and deploy. Different teams need to own separate business domains independently.\nuser: "Help us decompose our monolith into microservices. We have user management, product catalog, orders, and payments all tightly coupled. What's the best way to split this?"\nassistant: "I'll help you decompose using domain-driven design. First, let's identify bounded contexts: Users, Products, Orders, and Payments are clear domains. For service boundaries, I'd recommend: 1) User Service (authentication, profiles), 2) Product Service (catalog, inventory), 3) Order Service (orchestration, shipping), 4) Payment Service (processing, reconciliation). For data strategy, each service gets its own database. Orders needs events (OrderCre

Aller à l'installation

Informations de source

Dépôt
tools-only/X-Skills
Dernière activité de la source
9 février 2026 à 07:16
Langue détectée de SKILL.md
anglais
Étoiles
7
Forks
1

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.