Cqrs Implementation
Skill Verifiziert AktivImplement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance, or building event-sourced systems.
To provide developers with a clear understanding and practical templates for implementing CQRS in scalable software architectures, optimizing query performance, and building event-sourced systems.
Funktionen
- Detailed explanation of CQRS architecture
- Code templates for command and query infrastructure
- FastAPI application integration example
- Guidance on read model synchronization
- Best practices for CQRS implementation
Anwendungsfälle
- Implementing CQRS for scalable architectures
- Separating read and write models
- Optimizing query performance
- Building event-sourced systems
Nicht-Ziele
- Providing a fully runnable application framework
- Handling specific database implementations beyond examples
- Real-time data synchronization across all scenarios
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add wshobson/agents/plugin install backend-development@claude-code-workflowsQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
API Design Patterns
100Comprehensive API design patterns covering REST, GraphQL, gRPC, versioning, authentication, and modern API best practices
Projection Patterns
98Build read models and projections from event streams. Use when implementing CQRS read sides, building materialized views, or optimizing query performance in event-sourced systems.
Event Store Design
90Design and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technologies, or implementing event persistence patterns.
V3 Ddd Architecture
100Domain-Driven Design architecture for claude-flow v3. Implements modular, bounded context architecture with clean separation of concerns and microkernel pattern.
Pathfinder
100Ordnet eine Codebasis in Feature-gruppierte Flussdiagramme ein, identifiziert doppelte Belange über Features hinweg und schlägt eine einheitliche Architektur vor. Wird verwendet, wenn nach "dem idealen Pfad" gefragt wird, duplizierte Systeme vereinheitlicht oder die Architektur vor einem Refactoring auditiert werden soll. Gibt ein vorgeschlagenes einheitliches Flussdiagramm sowie Prompts zum Erstellen eines Plans pro System aus.
Understand
100Analysieren Sie eine Codebasis, um einen interaktiven Wissensgraphen zur Verständnis von Architektur, Komponenten und Beziehungen zu erstellen