Skip to content

Skills

Each skill lives under skills/<name>/SKILL.md in the repo. Click through for details and triggering rules.

Skill Purpose
qt-cpp-docs Generates standalone Markdown reference documentation for any Qt/C++ source files — Qt Widgets classes, Qt Quick backends, Qt/C++ modules, plain C++ utilities, structs, free-function headers, and entry points like main.cpp.
qt-cpp-review Invoke when the user asks to review, check, audit, or look over Qt6 C++ code — or suggest before committing.
qt-qml Applies QML best practices when producing or working with QML source code.
qt-qml-docs Generates standalone Markdown reference documentation for QML components and applications.
qt-qml-profiler Use when the user is investigating QML / Qt Quick performance — both vague complaints ("the UI feels laggy", "this is slow", "frames are dropping", "the app stutters") and explicit asks to profile, find hotspots, or optimize bindings, signals, or rendering.
qt-qml-review Invoke when the user asks to review, check, audit, or look over Qt6 QML code -- or suggest before committing.