Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Build the unity-mcp-cli TypeScript CLI tool and link it globally for terminal use.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-08 | ✗→✓ | ▲ Improved | -44% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -43% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -8% | 0% |
| case-16 | ✗→✓ | ▲ Improved | 2% | 0% |
| case-21 | ✗→✓ | ▲ Improved | -56% | 0% |
Build the unity-mcp-cli TypeScript project and optionally link it globally.
bashcd cli && npm install
Only needed if node_modules/ is missing or package.json changed.
bashcd cli && npm run build
This compiles src/**/*.ts → dist/**/*.js via tsc.
$ARGUMENTS contains --link or first time)bashcd cli && npm link
This creates a global symlink so unity-mcp-cli is available from any terminal. Only needed once — after that, npm run build alone is sufficient.
bashunity-mcp-cli --version
Confirm the CLI is accessible and shows the expected version.
Print the version and confirm success. If any step failed, show the error output.
Other measured skills in the registry, with their headline benchmark lift.