kotlin-tuple
Installation
SKILL.md
Kotlin Tuple Utility Generation Skill
Generates type-safe Tuple utilities for Kotlin/KMP projects by copying pre-built example files and adjusting package names.
Usage
Before generating code, confirm the following with the user in a single message.
Confirmation Items
- Target module (for multi-module projects, which module to generate into)
- Analyze the project structure and suggest a candidate module
- Ask the user to confirm or specify a different module
- Package name and output directory
- Infer from the module's existing package structure and suggest a candidate
- Ask the user to confirm or specify a different package name
- Maximum Tuple size (default: 20)
- Ask: "Generate Tuple0–TupleN (default: 20)? Enter a different number to change."
- File types to generate (default: all)
Related skills