agentsclimarketplace

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

Install
npx -y skills add a5c-ai/babysitter --skill chocolatey-package-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, 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

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.