Chocolatey package generator
Skill a5c-ai/babysitter/library/specializations/cli-mcp-development/skills/chocolatey-package-generator
Generate Chocolatey package for Windows CLI distribution.From its SKILL.md
npx -y skills add a5c-ai/babysitter --skill chocolatey-package-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, 183 tokens by cl100k_base, as published. Nobody here has run it
Chocolatey Package Generator
Generate Chocolatey package for Windows distribution.
Generated Patterns
<?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
What ships with it: 1 file
168 B alongside SKILL.md
- README.md168 B