Create macOS DMG installers with custom backgrounds and app placement
Creates professional macOS DMG installers with custom backgrounds and precise app placement.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
README.mdCreate macOS DMG (Disk Image) installers with custom backgrounds, icon positioning, and professional appearance.
{
"type": "object",
"properties": {
"projectPath": { "type": "string" },
"appPath": { "type": "string" },
"outputPath": { "type": "string" },
"backgroundImage": { "type": "string" },
"windowSize": { "type": "object" }
},
"required": ["projectPath", "appPath"]
}
create-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-workflowActivates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.