BD Project Conventions provides Claude with a comprehensive framework for architecting scalable, maintainable software. It focuses on feature-based organization over generic file-type grouping, ensuring that logic, views, and tests remain cohesive and modular. By implementing strict rules for the 'Common' module, import ordering, and environment configuration, this skill helps developers avoid common pitfalls like hardcoded secrets, circular dependencies, and fragile path hacks. It is an essential companion for scaffolding new projects or refactoring legacy codebases into modern, standardized structures for Flutter, React, Node.js, Go, and more.
主な機能
01Automated identification of architectural anti-patterns
02Standardized multi-platform directory structures
03Consistent environment and lock-file configuration
04Clean import enforcement and barrel export management
050 GitHub stars
06Feature-based code organization patterns