qt-installer-framework-config
Configure Qt Installer Framework for cross-platform installers with component management, online updates, and custom UI
npx skills add a5c-ai/babysitter --skill qt-installer-framework-config --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-installer-framework-config Configure Qt Installer Framework (IFW) for cross-platform installers. This skill generates installer configurations with component management, online updates, maintenance tool, and custom branding. ## Capabilities - Generate installer configuration files - Set up component structure with dependencies - Configure online repository for updates - Customize installer UI and branding - Set up maintenance tool configuration - Configure uninstaller behavior - Generate component scripts - Set up platform-specific settings ## Input Schema ```json { "type": "object", "properties": { "projectPath": { "type": "string", "description": "Path to the project" }, "installerName": { "type": "string", "description": "Name of the installer" }, "appInfo": { "type": "object", "properties": { "name": { "type": "string" }, "version": { "type": "string" }, "publisher": { "type": "string" }, "url": { "type": "string" } }, "required": ["name", "version", "publisher"] }, "components": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "displayName": { "type": "string" }, "description": { "type": "string" }, "version": { "type": "string
- Capabilities
- Input Schema
- Output Schema
- Directory Structure
- Configuration Files
- config.xml
- package.xml
- installscript.qs
- controller.qs
- Build Commands
- Online Update Repository
- Best Practices
- Related Skills
- Related Agents
Build offline installer binarycreator -c config/config.xml -p packages MyAppInstaller Build online installer (small, downloads components) binarycreator -c config/config.xml -p packages -n MyAppOnlineInstaller Create/update repository repogen -p packages repository Update existing repository repogen --update-new-components -p packages repository Initial repository creation repogen -p packages output/repository
What does the qt-installer-framework-config skill do?
Configure Qt Installer Framework for cross-platform installers with component management, online updates, and custom UI
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill qt-installer-framework-config --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.
