概要
This skill provides comprehensive architectural guidance for the Lingx backend, implementing a CQRS-lite and event-driven pattern designed for high-performance translation management systems. It assists developers in maintaining a strict separation between read and write operations, managing asynchronous tasks via an EventBus, and implementing real-time collaboration features through WebSockets. By enforcing a modular directory structure and standardized command/query handlers, it ensures codebase consistency, testability, and scalability for complex features like AI-assisted translation and live presence tracking.