agentsclimarketplace

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

Install
npx -y skills add a5c-ai/babysitter --skill scoop-manifest-generator

Assembled 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

Keep looking

Skills are one crate of 326,059. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.