🔧
DevOpsC#

Build CLI

by IvanMurzak

Build CLI is a DevOps skill for Claude Code, published by IvanMurzak in Unity-MCP.

3.9K stars355 forkson IvanMurzak/Unity-MCPAdded 2026/08/16Repository updated 2026/08/16
aiai-integrationanthropicclaudeclaude-codeclaude-desktopclicopilotcursorgame-developmentgamedevgeminillmmcpmcp-servermodel-context-protocolopenaiunitywindsurf
Install in seconds
Install Build CLI
Copy Build CLI into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/IvanMurzak/Unity-MCP/tree/main/.claude/skills/build-cli ~/.claude/skills/build-cli

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/IvanMurzak/Unity-MCP.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/build-cli/SKILL.md in IvanMurzak/Unity-MCP
Installs to
~/.claude/skills/build-cli
Collection
One of 25 skills cataloged from this repository
Category
DevOps798 skills

What Build CLI does

Build CLI compiles the unity-mcp-cli TypeScript project and links it globally for terminal use. Use it after changes or first-time setup to make the CLI command available anywhere.

Build CLI is cataloged under DevOps on DirSkills. Build CLI comes from a repository tagged ai, ai-integration, anthropic, claude and claude-code.

Documentation

README

Build CLI

Build the unity-mcp-cli TypeScript project and optionally link it globally.

Step 1 — Install Dependencies

cd cli && npm install

Only needed if node_modules/ is missing or package.json changed.

Step 2 — Build TypeScript

cd cli && npm run build

This compiles src/**/*.tsdist/**/*.js via tsc.

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

unity-mcp-cli --version

Confirm the CLI is accessible and shows the expected version.

Report

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Build CLI

  • What else does IvanMurzak publish alongside Build CLI?

    Build CLI is one of 25 skills that DirSkills catalogs from IvanMurzak/Unity-MCP, the repository it ships in. Its siblings there include Asset Data Reader, Asset Finder and Asset Modification. Each one is a separate skill with its own page in this directory, installs the same way Build CLI does, and is maintained by IvanMurzak in that same repository. The rest of the collection is listed on the IvanMurzak/Unity-MCP page.

  • How does Build CLI compare to other DevOps skills?

    Build CLI ranks #186 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Build CLI against them. Open each page to compare what they document and how they install.

More from IvanMurzak/Unity-MCP

Build CLI is one of 25 skills cataloged on DirSkills from IvanMurzak/Unity-MCP.

See all 25 skills