Mvvm Create banner
TaeseongYun TaeseongYun

Mvvm Create

Development community

Description

# /mvvm-create - Create MVVM Architecture Components Generate MVVM (Model-View-ViewModel) architecture boilerplate for a feature. ## Usage ``` /mvvm-create [FeatureName] ``` ## Examples ``` /mvvm-create Settings /mvvm-create Notification /mvvm-create Search ``` ## Generated Files ``` feature/[name]/ ├── [Name]UiState.kt # UI State data class ├── [Name]ViewModel.kt # ViewModel with StateFlow ├── [Name]Route.kt # Navigation composable ├── [Name]Screen.kt # UI compos

Installation

Installs to ~/.claude/skills/taeseongyun-everything-claude-code-android-mvvm-create/SKILL.md

Terminal
mkdir -p ~/.claude/skills/taeseongyun-everything-claude-code-android-mvvm-create && curl -fsSL https://raw.githubusercontent.com/TaeseongYun/everything-claude-code-android/HEAD/commands/mvvm-create.md -o ~/.claude/skills/taeseongyun-everything-claude-code-android-mvvm-create/SKILL.md

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

Full documentation available on GitHub

View Source Repository