Skill: Module Routing

SkillDev tools

Guidelines for where to place different types of code in a Kotlin Multiplatform project.

Available today. Use it from your connected AI after setup.

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

  1. Put reusable OTP/business logic in sharedLib.
  2. Put cross-platform UI in composeApp/src/commonMain.
  3. Put platform-specific shared code (DI modules, biometrics, wear sync, storage) in composeApp/src/<platform>Main.
  4. Put Android app entry point (Application, Activity, manifest, icons) in androidApp.
  5. Put terminal UX and command wiring in cliApp.
  6. 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