pyside6-mvc

Installation
SKILL.md

PySide6 MVC Architecture Instructions

Guidelines for building Python desktop applications using PySide6 with strict MVC architecture where all UI is defined by .ui files.

Architecture Overview

┌─────────────────────────────────────────┐
│           View Layer (.ui files)        │
│  Load from Qt Designer, capture input   │
└──────────────────┬──────────────────────┘
                   │ Signals
┌──────────────────▼──────────────────────┐
│           Controller Layer              │
│  Coordinate models & services           │
└──────────────────┬──────────────────────┘
┌──────────────────▼──────────────────────┐
│           Model Layer                   │
Related skills

More from ds-codi/project-memory-mcp

Installs
95
GitHub Stars
4
First Seen
Feb 27, 2026