This skill provides a comprehensive framework for organizing codebases using a feature-based approach rather than file-type grouping to ensure modularity and maintainability. It streamlines project scaffolding, refactoring, and environment setup by establishing strict rules for shared modules, import hierarchies, and security practices. By following these conventions, developers can ensure reproducibility and avoid common pitfalls like path manipulation, hardcoded secrets, or inconsistent build environments across various tech stacks including Flutter, Go, Node.js, and Python.
主な機能
01Strict import ordering and convention enforcement
02Feature-based code organization for enhanced modularity
03Environment configuration and security best practices
040 GitHub stars
05Standardized directory structures for Mobile, Web, and Backend
06Cross-platform project scaffolding and troubleshooting patterns