This skill provides a comprehensive framework for organizing codebases using feature-based architecture, ensuring consistency and modularity across diverse tech stacks including Flutter, Python, Go, Node, and React. It streamlines the development lifecycle by providing opinionated standards for environment configuration, import hierarchies, and directory structures, effectively eliminating common anti-patterns like hardcoded paths and manual path manipulation. It is particularly useful during initial project scaffolding, major refactorings, or when troubleshooting complex build and dependency issues in professional software environments.
主な機能
01Standardized import ordering and barrel export conventions
020 GitHub stars
03Anti-pattern detection for build and pathing issues
04Feature-based code organization for high modularity
05Environment configuration and secret management best practices
06Platform-specific directory patterns for Mobile, Web, and Backend