Skip to main content
Back to registry

pyqt6-ui-development-rules

oimiragieo/agent-studio

This skill enforces rules for building production-quality PyQt6 desktop applications. The core principles are: strict MVC separation via signals/slots, never blocking the UI thread, centralized theming via QSS, and layout-manager-driven responsive design. These rules prevent the most common PyQt6 failures: frozen UIs,...

Installs178
Install command
npx skills add https://github.com/oimiragieo/agent-studio --skill pyqt6-ui-development-rules
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
This skill enforces rules for building production-quality PyQt6 desktop applications. The core principles are: strict MVC separation via signals/slots, never blocking the UI thread, centralized theming via QSS, and layout-manager-driven responsive design. These rules prevent the most common PyQt6 failures: frozen UIs, untestable coupling, and platform-specific rendering bugs. Before starting: Read .claude/context/memory/learnings.md for prior PyQt6 patterns and platform-specific workarounds. After completing: Record any platform-specific rendering issues, signal/slot patterns, or QThread gotchas to .claude/context/memory/learnings.md . ASSUME INTERRUPTION: Your context may reset. If it's not in memory, it didn't happen. - When building new PyQt6 desktop applications - When refactoring existing PyQt/PySide code to PyQt6 - When debugging frozen or unresponsive Qt UIs - When implementing custom widgets or complex layouts - When setting up cross-platform desktop application builds - ALWAYS use Qt's signal/slot mechanism for UI-to-logic communication -- direct method calls between UI and business logic layers break MVC separation and cause untestable coupling.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does pyqt6-ui-development-rules do?

This skill enforces rules for building production-quality PyQt6 desktop applications. The core principles are: strict MVC separation via signals/slots, never blocking the UI thread, centralized theming via QSS, and layout-manager-driven responsive design. These rules prevent the most common PyQt6 failures: frozen UIs,...

Is pyqt6-ui-development-rules good?

pyqt6-ui-development-rules does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does pyqt6-ui-development-rules work with?

pyqt6-ui-development-rules currently lists compatibility with codex, gemini-cli, opencode, cursor, amp, github-copilot.

What are alternatives to pyqt6-ui-development-rules?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install pyqt6-ui-development-rules?

npx skills add https://github.com/oimiragieo/agent-studio --skill pyqt6-ui-development-rules

Related skills

Alternatives in Software Engineering