microservices-coordinator
Installation
SKILL.md
Microservices Coordinator
This skill enables bionicbot to design systems that are split into independent services communicating via APIs or message brokers.
Instructions
- Define service boundaries (Domain Driven Design).
- Use gRPC, REST, or message brokers (RabbitMQ, Kafka) for communication.
- Implement Service Discovery and API Gateways.
- Manage distributed transactions or eventual consistency patterns.
- Monitor inter-service latency and reliability.
Examples
- "Design a system where the 'Auth' and 'Billing' services are separate."
- "Use RabbitMQ to send messages between a Python and a Node.js service."