About
This skill provides a comprehensive architectural framework for building scalable Go backends using the Echo framework and pgx driver. It enforces a clean, layered architecture—Handlers, Services, and Repositories—to ensure strict separation of concerns and maintainable code. Designed specifically for complex systems like laneweaverTMS, it offers standardized patterns for dependency injection, transaction management, dynamic SQL query building, and robust error handling, allowing developers to accelerate the creation of RESTful services while maintaining high code quality.