Agent skill · Frontend

qt-installer-framework-config

Configure Qt Installer Framework for cross-platform installers with component management, online updates, and custom UI

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Allowed tools: ReadWriteEditBashGlobGrep
Path: library/specializations/desktop-development/skills/qt-installer-framework-config/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-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

What's inside
Steps it walks through
  1. Capabilities
  2. Input Schema
  3. Output Schema
  4. Directory Structure
  5. Configuration Files
  6. config.xml
  7. package.xml
  8. installscript.qs
  9. controller.qs
  10. Build Commands
  11. Online Update Repository
  12. Best Practices
  13. Related Skills
  14. Related Agents
Ships with 1 file
  • README.md
Commands it runs
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
More from babysitter
All skills →
About this skill
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.

Keep going