brokle-backend-dev
Installation
SKILL.md
Brokle Backend Development Skill
This skill provides comprehensive guidance for Go backend development following Brokle's scalable monolith architecture with Domain-Driven Design.
Architecture Overview
Scalable Monolith with Independent Scaling
- Separate Binaries: HTTP server (
cmd/server) + Background workers (cmd/worker) - Shared Codebase: Single codebase with modular DI container
- Multi-Database Strategy: PostgreSQL (transactional) + ClickHouse (analytics) + Redis (cache/queues)
- Domain-Driven Design: Clean layer separation with domain-driven architecture