QoL tools avatar

QoL tools

Official

@qol-tools

0Followers
|
6Public Repos
|
34Published Skills

Offers a cross-platform Rust-based framework for desktop daemon orchestration, GPUI rendering, and system-level input management.

Skills Distribution
DomainDeveloper To...Desktop Daemon Dev.. (40%)Cross-Platform UI .. (30%)System Input & Win.. (30%)

Agent Skills by QoL tools

Showing 34 vetted skills indexed across 1 GitHub repositories.

qol-toolsqol-tools

qol-plugin-launcher

Configure the qol-tray GPUI launcher as a production daemon on Linux and macOS.

Official
Advanced
qol-toolsqol-tools

plugin-launcher-release-flow

Enforce release tagging, commit format, and CI triggers for plugin-launcher releases.

Official
Intermediate
qol-toolsqol-tools

qol-plugin-pointz

Manages PointZ desktop daemon lifecycle, UDP discovery, TCP transport, status API, and cross-platform input injection for qol-tray plugin development and debugging.

Official
Advanced
qol-toolsqol-tools

pointz-client

Discover PointZ servers via UDP and send gesture commands from Flutter clients.

Official
Intermediate
qol-toolsqol-tools

commit

Generate conventional one-line Git commit messages with type prefixes.

Official
Intermediate
qol-toolsqol-tools

coding-general

Standardize coding practices across projects with universal guidelines.

Official
Basic
qol-toolsqol-tools

qol-plugin-template

Bootstrap a qol-tray plugin from a template with CI/CD wiring.

Official
Intermediate
qol-toolsqol-tools

rust

Standardize Rust coding conventions for error handling, filesystem operations, and cross-platform layout.

Official
Advanced
qol-toolsqol-tools

qol-architecture

Encapsulate OS differences behind a trait abstraction for cross-platform Rust plugins.

Official
Advanced
qol-toolsqol-tools

preact

Build accessible Preact + htm UI components with keyboard-first patterns and ARIA roles.

Official
Advanced
qol-toolsqol-tools

qol-shared-libs

Identify when plugin functionality should reside in shared libraries during development and code reviews.

Official
Advanced
qol-toolsqol-tools

git-trees

Organize related worktrees across multiple QoL repositories into feature lanes.

Official
Advanced
qol-toolsqol-tools

gpui

Implements gpui Render trait, App/Context lifecycle, window tooling, and gpui-component integration for inputs and lists.

Official
Advanced
qol-toolsqol-tools

git-push

Validate local branch state and rebase before pushing to shared remotes.

Official
Advanced
qol-toolsqol-tools

qol-plugin-lights

Automate Zigbee2MQTT lighting control through a daemon socket and 18-action contract.

Official
Intermediate
qol-toolsqol-tools

qol-tray-feature-profile

Organize and synchronize qol-tray Profile data across export, import, backups, and plugin configuration.

Official
Advanced
qol-toolsqol-tools

qol-tray-dev-logging

Enforce createDebug-based logging with namespaces and a runtime toggle.

Official
Intermediate
qol-toolsqol-tools

qol-tray-rust

Documents Rust backend architecture for qol-tray plugin orchestration, IPC, and cross-platform concerns.

Official
Advanced
qol-toolsqol-tools

qol-tray

Coordinate qol-tray development workflows across plugin loading and tray modules.

Official
Advanced
qol-toolsqol-tools

qol-tray-release-flow

Enforce release tagging, commit-message rules, and CI triggers for qol-tray.

Official
Advanced
qol-toolsqol-tools

qol-tray-dev-recompile

Recompile and restart qol-tray and all plugin daemons in place.

Official
Advanced
qol-toolsqol-tools

qol-tray-ui-systems

Standardize qol-tray UI systems for keyboard navigation and focus management.

Official
Advanced
qol-toolsqol-tools

qol-world-canvas

Coordinate and render the world canvas with DiveTargets and trait-driven visuals.

Official
Intermediate
qol-toolsqol-tools

qol-apps-testing

Assess and improve tests for qol apps and plugins.

Official
Advanced

Frequently Asked Questions About QoL tools

FAQPage Schema
What specific tasks can I perform using the QoL tools framework?

You can build cross-platform desktop daemons that handle window management, input remapping, screen recording, and smart lighting control. The framework provides standardized patterns for IPC, UDP discovery, and GPUI-based rendering to ensure consistent behavior across Linux and macOS environments.

Which developers should use this ecosystem?

This ecosystem is designed for systems engineers and desktop application developers building modular plugins for the QoL tray. It is ideal for those requiring deep OS integration, such as keyboard remapping, window snapping, or custom daemon lifecycle management using Rust.

What are the prerequisites for developing QoL plugins?

Developers require a Rust environment, familiarity with GPUI rendering traits, and an understanding of the QoL plugin template structure. Additionally, specific plugins may require system-level dependencies like ffmpeg for screen recording or xfixes for Linux theme configuration.