What problem does it solve?
This Skill eliminates the risk of misaligned build tooling and invalid verification commands for TajsOS's Kotlin Multiplatform and Compose Multiplatform project, removing guesswork when running builds or tests across shared, JVM, and Android modules.
Core Features & Use Cases
- Cross-Platform Build Guidance: Provides clear rules to avoid misapplying Android-only AGP migration advice to Kotlin Multiplatform-wide build decisions.
- Version Alignment Rules: Ensures consistent Kotlin, Compose, AGP, Gradle, and JDK versions across all modules to prevent compatibility issues.
- Repo-Validated Command Sets: Offers pre-tested gradle commands for fast local checks, Android-specific lint/assemble tasks, and full CI-equivalent test runs.
- Use Case: When updating build tooling or modifying shared KMP code for TajsOS, use this Skill to run the correct, project-specific commands without introducing broken builds.
Quick Start
Use the tajsos-gradle-build skill to run the full set of repo-validated build and test commands for the TajsOS project after making changes to shared Kotlin Multiplatform modules.