Language: 日本語English

qt-development-skills Plugin

Author
Qt Group
Category
Development
Topics
Web & App Development · Code Quality, Review & Testing · Claude Code Customization & Workflow
First seen
2026-07-09
Last confirmed
2026-07-13
Explanation last updated
2026-07-12

The explanation below is AI-generated. Please verify it against the sources.

qt-development-skills is a plugin that bundles official agentic skills for Qt software development and quality assurance, intended for use with AI coding tools such as Claude Code, Codex CLI, Gemini CLI, and GitHub Copilot, according to the GitHub README. It provides skills covering Qt C++/QML code review, QML best practices and coding, UI design/audit, Markdown documentation generation, QML testing and profiling, Figma-to-QML extraction, and Qt 6 CMake project setup. Each skill is a directory containing a SKILL.md file with YAML frontmatter, and the README states the skills have been tested with frontier LLMs from the Claude, Gemini, and GPT model families. The plugin also bundles a qt-documentation-mcp MCP server for Qt API documentation lookup. The repository is licensed under BSD-3-Clause.

Overview

According to the Qt homepage, Qt (Qt Group / The Qt Company) offers cross-platform software development products including the Qt Framework, Qt for MCUs, Qt Creator IDE, Qt Design Studio, and software quality tools such as Squish, Coco, Test Center, and Axivion, used across industries like automotive, aerospace, industrial, and consumer electronics. The homepage itself does not describe the qt-development-skills plugin specifically; details about the plugin come from its GitHub README.

What you can do with qt-development-skills

  • Run qt-cpp-review for deterministic linting plus parallel deep-analysis agents on Qt C++ code (model rules, memory ownership, thread safety, correctness, error handling, performance)
  • Run qt-qml-review for deterministic QML linting (47+ rules) plus deep analysis of bindings, layout, loaders, delegates, states, and performance
  • Use qt-qml for QML best practices when writing, reviewing, fixing, or refactoring, correcting common LLM pre-training biases
  • Use qt-ui-design for UI design and audit across Qt/QML, web, and embedded (MPU/MCU) targets
  • Generate Markdown reference documentation from QML (qt-qml-docs) or Qt/C++ (qt-cpp-docs) source files
  • Run qt-qml-profiler to analyze qmlprofiler traces (.qtd) for frame-time, memory, and pixmap-cache hotspots
  • Generate Qt Quick Test cases with qt-qml-test, and build/run them via qt-qml-test-run with JUnit XML reporting
  • Extract design tokens and generate QML controls from a Figma design system using qt-figma-token-extraction and qt-figma-component-generation
  • Set up and manage Qt 6 CMake projects with qt-cmake-project
  • Look up Qt API documentation via the bundled qt-documentation-mcp MCP tool

Sources

Original description (English)

Agentic engineering skills for Qt software development — Qt C++/QML code review, QML coding, and Qt C++/QML code documentation.

History of qt-development-skills

Back to list