Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Configure npm publishing with proper bin entry, files, and registry settings.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -38% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -35% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -24% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -37% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 15% | 0% |
Configure npm publishing for CLI packages.
json{ "name": "@myorg/mycli", "version": "1.0.0", "bin": { "mycli": "./dist/index.js" }, "files": ["dist", "README.md", "LICENSE"], "main": "./dist/index.js", "types": "./dist/index.d.ts", "engines": { "node": ">=18" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "prepublishOnly": "npm run build && npm test" } }
Other measured skills in the registry, with their headline benchmark lift.