mvc-pattern

Scaffold new MVC components (Model, View, Controller) for Tkinter applications following the template's architecture. Use when creating new features, when user mentions "MVC", "model", "view", or "controller", or when working with .py files in models/, views/, or controllers/ directories.

$ インストール

git clone https://github.com/gizix/cc_projects /tmp/cc_projects && cp -r /tmp/cc_projects/tkinter-template/.claude/skills/mvc-pattern ~/.claude/skills/cc_projects

// tip: Run this command in your terminal to install the skill