Agent skill

qt-cmake-project-generator

Generate CMake-based Qt project with proper module dependencies, cross-compilation support, and modern Qt6 configuration

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill qt-cmake-project-generator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Allowed tools: ReadWriteEditBashGlobGrep
Path: library/specializations/desktop-development/skills/qt-cmake-project-generator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# qt-cmake-project-generator Generate CMake-based Qt project configurations with proper module dependencies and cross-compilation support. This skill handles Qt6 CMake integration, module discovery, and platform-specific build configurations. ## Capabilities - Generate modern CMake configuration for Qt6 projects - Configure Qt module dependencies (Core, Widgets, Quick, Network, etc.) - Set up cross-compilation toolchains - Configure vcpkg/Conan package management integration - Generate platform-specific build configurations - Set up Qt deployment scripts (windeployqt, macdeployqt) - Configure static vs dynamic linking - Generate CMake presets for development and CI ## Input Schema ```json { "type": "object", "properties": { "projectPath": { "type": "string", "description": "Path to create/update the Qt project" }, "projectName": { "type": "string", "description": "Project name" }, "qtVersion": { "type": "string", "default": "6.6", "description": "Target Qt version" }, "qtModules": { "type": "array", "items": { "enum": ["Core", "Gui", "Widgets", "Quick", "Qml", "Network", "Sql", "Multimedia", "WebEngine", "Charts", "3D"] }, "default": ["Core", "Gui", "Widgets"] }, "appType": { "enum

What's inside
Steps it walks through
  1. Capabilities
  2. Input Schema
  3. Output Schema
  4. Generated CMakeLists.txt Example
  5. CMake Presets
  6. Cross-Compilation Toolchain
  7. Package Manager Integration
  8. vcpkg
  9. Conan
  10. Best Practices
  11. Related Skills
  12. Related Agents
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the qt-cmake-project-generator skill do?

Generate CMake-based Qt project with proper module dependencies, cross-compilation support, and modern Qt6 configuration

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill qt-cmake-project-generator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going