agent-skills
Qt and QML code review, testing, docs, and design
All Skills in This Repository (11)
Pure Emerald Level Indicatorsqt-figma-component-generation
Convert Figma design components into QML control files for Qt Quick applications.
qt-figma-token-extraction
Extract Figma design tokens and generate QML singleton files for Qt 6 projects.
qt-qml
Review QML code for adherence to Qt best practices and standards.
qt-qml-test
Generate Qt Quick Test cases for QML components using TestCase and SignalSpy.
qt-cpp-review
Automates Qt C++ code review with linting and parallel deep-analysis agents.
qt-qml-test-run
Build and run Qt Quick Tests for QML projects with Markdown reports.
qt-qml-profiler
Profile QML/Qt Quick applications for CPU, memory, and rendering performance.
qt-qml-docs
Generate Markdown reference documentation from .qml source files.
qt-ui-design
Design or audit Qt/QML user interfaces with UX laws and accessibility rules.
qt-cpp-docs
Generate Markdown reference documentation for Qt/C++ source files.
qt-cmake-project
Generate and update Qt 6 CMake projects with CMakeLists.txt edits.
Frequently Asked Questions
FAQPage SchemaHow to install Qt agent-skills?โผ
Run `npx skills add TheQtCompanyRnD/agent-skills --all -g -y` in your terminal to install all Qt skills globally.
How to review Qt C++ or QML code automatically?โผ
The qt-cpp-review and qt-qml-review skills run deterministic linters plus parallel deep-analysis passes covering bindings, memory ownership, thread safety, and performance, then report only high-confidence issues.
Can it convert Figma designs into QML components?โผ
Yes. The token-extraction skill pulls colors, typography, and spacing from Figma into QML singletons, and the component-generation skill turns Figma components into production-ready Qt Quick Controls.
Does it work with Claude Code, Copilot, and Codex?โผ
Yes. All skills use the standard SKILL.md format and run natively in Claude Code, Codex CLI, GitHub Copilot, and Gemini CLI, with compact variants for Windsurf.
Can it generate and run QML tests?โผ
Yes. The qt-qml-test skill writes Qt Quick Test cases for your components, and qt-qml-test-run builds, executes them via qmltestrunner, and produces a Markdown report.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core