Enforces standardized project structures and environment configurations across mobile, web, and backend platforms to ensure modularity and code consistency.
BD Project Conventions is a specialized Claude Code skill designed to streamline the scaffolding and maintenance of multi-platform software projects. It provides a comprehensive framework for feature-based organization, standardized import patterns, and secure environment configuration across stacks like Flutter, React, Node.js, and Go. By enforcing best practices—such as avoiding runtime path manipulation and ensuring lock-file consistency—this skill helps developers prevent architectural rot, simplify onboarding, and resolve complex build or import issues systematically.
주요 기능
010 GitHub stars
02Detection and prevention of anti-patterns like missing lock files and mixed test/prod code.
03Strict environment configuration patterns to prevent hardcoded secrets and paths.
04Automated import ordering and convention enforcement for cleaner codebases.
05Standardized directory structures for Flutter, Android, iOS, Python, Node, and Go.
06Feature-based code organization to maximize modularity and separation of concerns.
사용 사례
01Scaffolding a new modular project with pre-defined directory structures for cross-platform apps.
02Troubleshooting and fixing inconsistent import paths or broken build configurations across development environments.
03Refactoring a monolithic codebase into a feature-based organization to improve maintainability.