From aj-geddes-useful-ai-prompts-4
Designs and implements microservices architectures covering service boundaries, communication patterns, API gateways, service mesh, service discovery, and distributed system patterns. Use for building microservices or distributed systems.
npx claudepluginhub joshuarweaver/cascade-code-languages-misc-1 --plugin aj-geddes-useful-ai-prompts-4This skill uses the workspace's default tool permissions.
- [Overview](#overview)
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Comprehensive guide to designing, implementing, and maintaining microservices architectures. Covers service decomposition, communication patterns, data management, deployment strategies, and observability for distributed systems.
Minimal working example:
Bounded Contexts:
┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐
│ Order Service │ │ User Service │ │ Payment Service │
│ │ │ │ │ │
│ - Create Order │ │ - User Profile │ │ - Process Pay │
│ - Order Status │ │ - Auth │ │ - Refund │
│ - Order History │ │ - Preferences │ │ - Transactions │
└─────────────────┘ └─────────────────┘ └─────────────────┘
Detailed implementations in the references/ directory:
| Guide | Contents |
|---|---|
| Service Boundary Design | Service Boundary Design |
| Communication Patterns | Communication Patterns |
| API Gateway Pattern | API Gateway Pattern |
| Service Discovery | Service Discovery |
| Data Consistency Patterns | Data Consistency Patterns |
| Service Mesh (Istio) | Service Mesh (Istio) |