Add Feature Module banner
elnatand elnatand

Add Feature Module

Development community

Description

# add-feature-module ## Description Scaffold a new feature module in the Kotlin Multiplatform project with the standard structure, build configuration, Koin DI, and project registration. ## Usage ``` /add-feature-module [module_name] ``` If `module_name` is not provided as an argument, the skill will prompt for it. ## Instructions When this skill is invoked: 1. **Extract or prompt for input**: - If the user provided `module_name` as an argument, use it directly - Otherwise, use AskUs

Installation

Installs to ~/.claude/skills/elnatand-cmp-moviedb-add-feature-module/SKILL.md

Terminal
mkdir -p ~/.claude/skills/elnatand-cmp-moviedb-add-feature-module && curl -fsSL https://raw.githubusercontent.com/elnatand/cmp-moviedb/HEAD/.claude/skills/add-feature-module.md -o ~/.claude/skills/elnatand-cmp-moviedb-add-feature-module/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository