Install
openclaw skills install nm-archetypes-architecture-paradigm-microservicesApplies microservices for independent deployment and per-service scaling
openclaw skills install nm-archetypes-architecture-paradigm-microservicesNight Market Skill — ported from claude-night-market/archetypes. For the full experience with agents, hooks, and commands, install the Claude Code plugin.
API Communication:
Service Discovery & Configuration:
Message Broking & Events:
Observability:
Netflix: Video streaming platform with hundreds of microservices handling different aspects like playback, recommendation, billing, and user authentication. Each team can deploy independently without affecting others.
Amazon: E-commerce platform with separate services for product catalog, order processing, payment, inventory, and shipping. Enables independent scaling during high-traffic events like Prime Day.
Uber: Ride-sharing platform with microservices for rider matching, driver dispatch, pricing, payment processing, and notifications, allowing rapid feature development and deployment.
These vocabulary items name the concrete tools and abstractions
that show up when the paradigm is implemented. They are not
required dependencies and they are not part of the skill's
tools: frontmatter (which is reserved for Claude Code tool
restrictions). Use this list to disambiguate during architecture
discussions.
service-boundary-analyzer -- finds candidate seams via call-graph and data-ownership analysisapi-contract-generator -- OpenAPI/protobuf scaffolding for new service boundariesresilience-patterns -- retry, circuit breaker, bulkhead, and timeout libraries