interactive-terminal-windows-icon
No SKILL.md available for this skill.
View on GitHubMore from ds-codi/project-memory-mcp
pyside6-qml-bridge
Use this skill when exposing Python objects to QML, creating bridge classes, defining Qt properties with NOTIFY signals, implementing invokable methods / slots, or connecting QML user actions to Python controllers. Covers the QObject bridge pattern, property decorators, type conversions, context properties, and QML type registration.
32embedded-python-launcher
Use this skill when creating fast-launching Python GUI applications, implementing splash screens with immediate display, setting up embedded Python for portable deployment, or building self-contained Python executables. Covers the tkinter splash + subprocess pattern, embedded Python setup, Nuitka build process, and deployment packaging.
3powershell-animated-cli
Use this skill when building animated interactive PowerShell CLI launchers for multi-component projects. Covers ASCII banner animation with sine-wave colour cycling, keyboard-driven menus with number and arrow navigation, animated build progress spinners, parallel stdout/stderr capture to a shared warning log, warning summary by component, post-action menus, launch sub-menus with beacon-based crash detection, and the companion scripts (build.ps1, deploy.ps1, test.ps1, launch.ps1) that the CLI delegates to. Based on the general-dev-utilities cli.ps1 pattern.
1