agentsclimarketplace

Scoop manifest

Skill woyxiang/skills/skills/scoop-manifest

Create Scoop application manifests for Windows. Use when: (1) user asks to create a scoop manifest, bucket JSON, or app manifest, (2) user wants to package a CLI tool for scoop, (3) user mentions scoop bucket, (4) user asks how to add an app to scoopFrom its SKILL.md

Install
npx -y skills add woyxiang/skills --skill scoop-manifest

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.9 KB, 415 tokens by cl100k_base, as published. Nobody here has run it

Scoop Manifest

Create JSON manifests for the Scoop Windows package manager.

Detection

Triggers: "scoop manifest", "bucket JSON", "app manifest", "create manifest for", "add to scoop", "scoop package"

File patterns: bucket/*.json in Scoop bucket repos

Keywords: scoop, manifest, bucket, checkver, autoupdate

Routing

When you need to...Read
Understand the manifest schema (all fields)manifest-schema.md
Set up version detection and auto-updateautoupdate.md
Add install/uninstall scripts or persist datainstall-scripts.md
Follow the step-by-step workflow to create a manifestworkflow.md
See real manifest patterns from the Main bucketexamples.md

Workflow Summary

  1. Search — Find the GitHub repo, identify the latest release
  2. Inspect — Check release assets for Windows binaries, note naming convention
  3. Analyze — Download zip, find bin path and extract_dir
  4. Build — Fill fields per manifest-schema.md, pick pattern from examples.md
  5. Autoupdate — Set checkver + autoupdate per autoupdate.md
  6. Validate — JSON syntax + structural consistency

Dependencies

  • curl or gh(use api to find GitHub repos and release pages)
  • Web search (to find app's home page)
  • JSON validation (node -e "require('./file.json')" or similar)

Source

Manifest schema and autoupdate docs adapted from the Scoop Wiki.

What ships with it: 5 files

37.3 KB alongside SKILL.md

Keep looking

Skills are one crate of 325,949. 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.