kta-module

Installation
SKILL.md

Platform Tooling

  • Use AskUserQuestion for blocking user choices or confirmations.
  • Use WebFetch/WebSearch for current external docs or public web research.
  • Use Task tool with subagent_type for delegation.
  • Use Skill tool when chaining to another installed skill.

Android Module Bootstrap

Create a new Gradle module in any Kotlin Android project. Three flavors are supported, and the user MUST consciously pick one. This skill enforces an intake conversation and discovers project conventions before scaffolding — no hardcoded plugin aliases, namespaces, or DI/nav patterns.

Scope

  • IN: Module type selection, Gradle skeleton, manifest, base package layout, settings.gradle.kts include, dynamicFeatures registration on the application module (DFM only).
  • OUT: App-level wiring (registering DI graphs, navigation graphs, route classes, feature registries) — those are project-specific concerns left to the consumer or a follow-up step.
Installs
1
GitHub Stars
8
First Seen
Sep 4, 2026
kta-module — decoutkhanqindev/dexreader