Enforces Transport Exchange Group (TEG) mobile architectural standards and one-way dependency rules across Flutter, iOS, and Android projects.
The teg-mobile-architecture skill provides a standardized framework for building and reviewing mobile applications within the Transport Exchange Group ecosystem. It streamlines development by enforcing a strict one-way dependency model (UI to Data Source) and providing specific guidance for Flutter, iOS, and Android. By utilizing this skill, developers can ensure consistent project structures, maintain clean code boundaries, and automate compliance checks during pull requests, leading to more maintainable and scalable mobile codebases.
主な機能
01Standardizes project folder structures and module boundaries
02Offers automated PR review compliance checks against TEG policies
03Provides platform-specific implementation patterns for Flutter, iOS, and Android
040 GitHub stars
05Guides sequential development from Business Types to UI and State
06Enforces one-way dependency flow across all architectural layers
ユースケース
01Automating architectural compliance reviews for mobile PRs
02Refactoring existing mobile codebases to align with TEG architectural standards
03Designing new mobile features from scratch with consistent layering