Build the unity-mcp-cli TypeScript CLI tool and link it globally for terminal use.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add IvanMurzak/Unity-MCP --skill build-cli --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Build Cli?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ivanmurzak-build-cli)More formats (shields.io, HTML) on the badges page.
---
name: build-cli
description: "Build the unity-mcp-cli TypeScript CLI tool and link it globally for terminal use."
disable-model-invocation: true
argument-hint: "[optional: --link to also run npm link]"
---
# Build CLI
Build the `unity-mcp-cli` TypeScript project and optionally link it globally.
## Step 1 — Install Dependencies
```bash
cd cli && npm install
```
Only needed if `node_modules/` is missing or `package.json` changed.
## Step 2 — Build TypeScript
```bash
cd cli && npm run build
```
This compiles `src/**/*.ts` → `dist/**/*.js` via `tsc`.
## Step 3 — Link Globally (if `$ARGUMENTS` contains `--link` or first time)
```bash
cd 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.
## Step 4 — Verify
```bash
unity-mcp-cli --version
```
Confirm the CLI is accessible and shows the expected version.
## Report
Print the version and confirm success. If any step failed, show the error output.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.