scoop-manifest-generator
SolidGenerate Scoop manifest for Windows CLI distribution.
AI & Automation 1,160 stars
71 forks Updated today MIT
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Scoop Manifest Generator
Generate Scoop manifest for Windows distribution.
## Generated Patterns
```json
{
"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
Details
- Author
- a5c-ai
- Repository
- a5c-ai/babysitter
- Created
- 4 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
chocolatey-package-generator
Generate Chocolatey package for Windows CLI distribution.
1,160 Updated today
a5c-ai AI & Automation Solid
homebrew-formula-generator
Generate Homebrew formula for CLI distribution on macOS and Linux.
1,160 Updated today
a5c-ai AI & Automation Solid
flatpak-manifest-generator
Generate Flatpak manifest with proper permissions and sandboxing
1,160 Updated today
a5c-ai AI & Automation Solid
msix-package-generator
Generate MSIX packaging configuration with manifest, assets, and signing for Windows applications
1,160 Updated today
a5c-ai AI & Automation Solid
setup-generate
Generate a `setup.manifest.yaml` file for a project using the `setup.aiwg.io/v1`
142 Updated yesterday
jmagly