chocolatey-package-generator
SolidGenerate Chocolatey package 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
# Chocolatey Package Generator
Generate Chocolatey package for Windows distribution.
## Generated Patterns
```xml
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>myapp</id>
<version>1.0.0</version>
<title>My App</title>
<authors>My Name</authors>
<projectUrl>https://github.com/myuser/myapp</projectUrl>
<licenseUrl>https://github.com/myuser/myapp/blob/main/LICENSE</licenseUrl>
<description>My CLI application</description>
<tags>cli tools</tags>
</metadata>
</package>
```
## 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
homebrew-formula-generator
Generate Homebrew formula for CLI distribution on macOS and Linux.
1,160 Updated today
a5c-ai AI & Automation Solid
scoop-manifest-generator
Generate Scoop manifest for Windows CLI distribution.
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
pkg-binary-builder
Configure pkg for Node.js binary builds with asset bundling and cross-platform targets.
1,160 Updated today
a5c-ai AI & Automation Solid
nsis-installer-generator
Generate NSIS installer scripts for Windows with custom UI and features
1,160 Updated today
a5c-ai