Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Configure pkg for Node.js binary builds with asset bundling and cross-platform targets.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -38% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -40% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -35% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -31% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 13% | 0% |
Configure pkg for Node.js binary builds.
json{ "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" } }
Other measured skills in the registry, with their headline benchmark lift.