microservices-patterns

Community

Patterns for decomposing and connecting microservices.

AuthorNickCrew
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill presents core patterns for designing, decomposing, and operating microservices, including service boundaries, communication, and data ownership.

Core Features & Use Cases

  • Service Decomposition: Patterns by business capability or DDD bounded context.
  • Communication: Synchronous, asynchronous, API gateways, and service meshes.
  • Data Ownership: Polyglot persistence and distributed data considerations.

Quick Start

Break a monolith into three services: user, order, and inventory with simple inter-service communication.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: microservices-patterns
Download link: https://github.com/NickCrew/claude-cortex/archive/main.zip#microservices-patterns

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository