backend-event-storesDesign and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, implementing event persistence, projections, snapshotting, or CQRS patterns.
Install via ClawdBot CLI:
clawdbot install wpank/backend-event-storesGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/wpank/ai/tree/main/skills/backend/event-storeAudited Apr 17, 2026 · audit v1.0
Generated Mar 22, 2026
Implement an event store to track order lifecycle events like OrderPlaced, PaymentProcessed, and OrderShipped. This enables rebuilding order state from events for customer support, audit trails, and handling eventual consistency in distributed systems.
Use event sourcing to record financial transactions as immutable events, ensuring compliance and auditability. The event store supports reconstructing account balances, detecting fraud through event patterns, and integrating with CQRS for real-time reporting dashboards.
Design an event store to capture patient interactions, treatments, and diagnoses as events. This allows maintaining a complete history for regulatory compliance, supports projections for analytics, and enables snapshotting for fast retrieval of current patient states.
Build an event store to handle high-throughput streams from IoT sensors, such as temperature readings or device status updates. Use projections to aggregate data for dashboards and implement subscriptions for real-time alerts on anomalous events.
Offer a managed event store service with features like automatic scaling, built-in projections, and snapshotting. Monetize through subscription tiers based on storage, throughput, and support levels, targeting enterprises adopting event-driven architectures.
Provide expertise in designing and deploying custom event stores using technologies like PostgreSQL or EventStoreDB. Revenue comes from project-based fees for infrastructure setup, schema design, and integration with existing systems.
Develop and maintain open source libraries for event store implementations, such as Python or Java frameworks. Generate revenue through premium support, training workshops, and enterprise licensing for advanced features.
💬 Integration Tip
Start with PostgreSQL for simplicity if already in your stack, and use the provided schema to implement append-only events with optimistic concurrency control.
Scored Apr 19, 2026
Write, run, and manage unit, integration, and E2E tests across TypeScript, Python, and Swift using recommended frameworks.
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Provides AI agents with authoritative knowledge on modern software development, emerging technologies, AI, AI systems, and applied engineering practices.