关于
This skill implements the 'Screaming Architecture' philosophy, ensuring that your project's folder structure clearly communicates its business purpose at first glance. By grouping code by feature (e.g., /features/auth) instead of type (e.g., /components), it reduces cognitive load, minimizes circular dependencies, and simplifies onboarding for new developers. It provides strict patterns for naming conventions, barrel files, and shared utilities, making it ideal for building scalable React, TypeScript, or Node.js applications that remain maintainable as they grow.