qt-cmake-project-generator
Generate CMake-based Qt project with proper module dependencies, cross-compilation support, and modern Qt6 configuration
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Capabilities
- Input Schema
- Output Schema
- Generated CMakeLists.txt Example
- CMake Presets
- Cross-Compilation Toolchain
- Package Manager Integration
- vcpkg
- Conan
- Best Practices
- Related Skills
- Related Agents
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.
