Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Create macOS DMG installers with custom backgrounds and app placement
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -78% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -32% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -75% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 11% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -37% | 0% |
Create macOS DMG (Disk Image) installers with custom backgrounds, icon positioning, and professional appearance.
json{ "type": "object", "properties": { "projectPath": { "type": "string" }, "appPath": { "type": "string" }, "outputPath": { "type": "string" }, "backgroundImage": { "type": "string" }, "windowSize": { "type": "object" } }, "required": ["projectPath", "appPath"] }
bashcreate-dmg \ --volname "My Application" \ --volicon "icon.icns" \ --background "background.png" \ --window-pos 200 120 \ --window-size 600 400 \ --icon-size 100 \ --icon "MyApp.app" 150 185 \ --hide-extension "MyApp.app" \ --app-drop-link 450 185 \ "MyApp-1.0.0.dmg" \ "dist/"
macos-notarization-workflowmacos-codesign-workflowOther measured skills in the registry, with their headline benchmark lift.