Skill: Module Routing
SkillDev toolsGuidelines for where to place different types of code in a Kotlin Multiplatform project.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Skill: Module Routing skill
What this skill tells your AI
The instructions your AI receives, as published by championswimmer/twofac in .agents/skills/module-routing/SKILL.md and read by ahel’s review.
Use this when deciding where a change belongs.
Rules
- Put reusable OTP/business logic in
sharedLib. - Put cross-platform UI in
composeApp/src/commonMain. - Put platform-specific shared code (DI modules, biometrics, wear sync, storage) in
composeApp/src/<platform>Main. - Put Android app entry point (Application, Activity, manifest, icons) in
androidApp. - Put terminal UX and command wiring in
cliApp. - Put Wear-only UI and Android watch integration in
watchApp.
Signals
- GitHub stars
- 125
- Forks
- 8
- Last commit
- Jun 2026
Advanced
- Catalog kind
- skill
- Gateway key
module-routing- Source
- github.com/championswimmer/twofac