Agent skill
pkg-binary-builder
Configure pkg for Node.js binary builds with asset bundling and cross-platform targets.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/pkg-binary-builder
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?