What problem does it solve?
This Skill prevents Gradle-module misconfiguration by guiding you through every required wiring step when introducing a new Android/Kotlin module to AniTrend v2.
Core Features & Use Cases
- Conventions-first module creation: Ensures the new module is placed in the correct directory family and follows the repo’s expected layout.
- Correct Gradle + build registration: Covers updating
settings.gradle.kts, registering the module in Modules.kt, and relying on CorePlugin conventions.
- Koin and domain/data wiring guidance: Helps you hook the new module into the nearest Koin aggregator, and structure domain repositories and use cases appropriately (including hybrid operation splits).
- Validation and integration checks: Recommends assembling the module and running formatting checks to catch configuration errors early.
Quick Start
Use the new-module-checklist Skill to generate a step-by-step plan for adding a new Gradle module and wiring it into build, Koin DI, and the domain/data architecture correctly.