Cqrs Implementation
技能 已验证 活跃Implement 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.
功能
- 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
使用场景
- Implementing CQRS for scalable architectures
- Separating read and write models
- Optimizing query performance
- Building event-sourced systems
非目标
- Providing a fully runnable application framework
- Handling specific database implementations beyond examples
- Real-time data synchronization across all scenarios
安装
请先添加 Marketplace
/plugin marketplace add wshobson/agents/plugin install backend-development@claude-code-workflows质量评分
已验证类似扩展
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
100将代码库映射为按功能分组的流程图,识别不同功能之间的重复关注点,并提出统一的架构。在被要求“寻找理想路径”、统一重复系统或在重构前审计架构时使用。输出一个建议的统一流程图以及针对每个系统的“制定计划”提示。
Understand
100分析代码库以生成交互式知识图谱,用于理解架构、组件和关系