agentsclimarketplace

Pkg binary builder

Skill a5c-ai/babysitter/library/specializations/cli-mcp-development/skills/pkg-binary-builder

Configure pkg for Node.js binary builds with asset bundling and cross-platform targets.From its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill pkg-binary-builder

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

SKILL.md

1.0 KB, 134 tokens by cl100k_base, as published. Nobody here has run it

Pkg Binary Builder

Configure pkg for Node.js binary builds.

Generated Patterns

{
  "pkg": {
    "scripts": "dist/**/*.js",
    "assets": ["dist/**/*.json", "node_modules/better-sqlite3/**/*"],
    "targets": ["node18-linux-x64", "node18-macos-x64", "node18-win-x64"],
    "outputPath": "build"
  },
  "scripts": {
    "build:binary": "pkg . --compress GZip"
  }
}

Target Processes

  • cli-binary-distribution
  • package-manager-publishing

What ships with it: 1 file

148 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.