关于
This skill equips Claude with specialized knowledge in modern software architecture, focusing on Clean Architecture, Domain-Driven Design (DDD), and library-first development strategies. It enforces strict code quality rules such as the early return pattern, decomposition of large components, and the avoidance of 'Not Invented Here' (NIH) syndrome by prioritizing industry-standard libraries over custom implementations. By promoting a clear separation of concerns between business logic and infrastructure, this skill helps developers create systems that are easier to test, maintain, and evolve over time.