TheQtCompanyRnDTheQtCompanyRnDOfficialยท11 Agent Skills Included

agent-skills

Qt and QML code review, testing, docs, and design

Reviews Qt C++ and QML code with deterministic linters and deep analysis, generates Qt Quick tests, and profiles QML app performance. Converts Figma design systems into QML tokens and production-ready controls, and writes Markdown reference docs for C++ and QML sources. Sets up modern Qt 6 CMake projects correctly, eliminating qmake leftovers, broken bindings, and slow manual review cycles.
npx skills add TheQtCompanyRnD/agent-skills --all -g -y

All Skills in This Repository (11)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
TheQtCompanyRnDTheQtCompanyRnD

qt-figma-component-generation

Convert Figma design components into QML control files for Qt Quick applications.

Official
Advanced
๐Ÿ“ฆ In Repo
TheQtCompanyRnDTheQtCompanyRnD

qt-figma-token-extraction

Extract Figma design tokens and generate QML singleton files for Qt 6 projects.

Official
Advanced
๐Ÿ“ฆ In Repo
TheQtCompanyRnDTheQtCompanyRnD

qt-qml

Review QML code for adherence to Qt best practices and standards.

Official
Intermediate
๐Ÿ“ฆ In Repo
TheQtCompanyRnDTheQtCompanyRnD

qt-qml-test

Generate Qt Quick Test cases for QML components using TestCase and SignalSpy.

Official
Intermediate
๐Ÿ“ฆ In Repo
TheQtCompanyRnDTheQtCompanyRnD

qt-cpp-review

Automates Qt C++ code review with linting and parallel deep-analysis agents.

Official
Advanced
๐Ÿ“ฆ In Repo
TheQtCompanyRnDTheQtCompanyRnD

qt-qml-test-run

Build and run Qt Quick Tests for QML projects with Markdown reports.

Official
Advanced
๐Ÿ“ฆ In Repo
TheQtCompanyRnDTheQtCompanyRnD

qt-qml-profiler

Profile QML/Qt Quick applications for CPU, memory, and rendering performance.

Official
Advanced
๐Ÿ“ฆ In Repo
TheQtCompanyRnDTheQtCompanyRnD

qt-qml-docs

Generate Markdown reference documentation from .qml source files.

Official
Intermediate
๐Ÿ“ฆ In Repo
TheQtCompanyRnDTheQtCompanyRnD

qt-ui-design

Design or audit Qt/QML user interfaces with UX laws and accessibility rules.

Official
Advanced
๐Ÿ“ฆ In Repo
TheQtCompanyRnDTheQtCompanyRnD

qt-cpp-docs

Generate Markdown reference documentation for Qt/C++ source files.

Official
Advanced
๐Ÿ“ฆ In Repo
TheQtCompanyRnDTheQtCompanyRnD

qt-cmake-project

Generate and update Qt 6 CMake projects with CMakeLists.txt edits.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’