Scoop manifest generator
Skill a5c-ai/babysitter/library/specializations/cli-mcp-development/skills/scoop-manifest-generator
Generate Scoop manifest for Windows CLI distribution.From its SKILL.md
npx -y skills add a5c-ai/babysitter --skill scoop-manifest-generatorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.1 KB, 173 tokens by cl100k_base, as published. Nobody here has run it
Scoop Manifest Generator
Generate Scoop manifest for Windows distribution.
Generated Patterns
{
"version": "1.0.0",
"description": "My CLI application",
"homepage": "https://github.com/myuser/myapp",
"license": "MIT",
"url": "https://github.com/myuser/myapp/releases/download/v1.0.0/myapp-win-x64.zip",
"hash": "sha256:abc123...",
"bin": "myapp.exe",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/myuser/myapp/releases/download/v$version/myapp-win-x64.zip"
}
}
Target Processes
- package-manager-publishing
- cli-binary-distribution
What ships with it: 1 file
167 B alongside SKILL.md
- README.md167 B