Skip to content
Skillv1.0.0

unity-mcp-server

@CLAUDE.md

by akiojin(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from akiojin/unity-mcp-server (AGENTS.md). Install upstream with npx skills add akiojin/unity-mcp-server. Copyright stays with the author.

@CLAUDE.md

Codex

  • すべての shell コマンドは bash -lcworkdir 指定で実行する
  • 検索は rg / rg --files を最優先で利用する
  • 小さな単一ファイル変更は apply_patch を使い、生成物や大規模変更は別手段にする
  • 既存のユーザー変更を戻したり git reset --hard など破壊的操作は行わない
  • 返答は簡潔にまとめ、変更箇所は path:line 形式で示し、自然な次の行動があれば提案する
  • 報告だけで終わらず、必ず改善提案か次に取るべき自分の行動指針を含める
  • 実行可能な作業は自分で完了させ、ユーザーに押し付けない

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/akiojin-unity-mcp-server-unity-mcp-server/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

akiojin-unity-mcp-server-unity-mcp-server.ocm.jsonjson
{
  "ocm": "1",
  "id": "akiojin-unity-mcp-server-unity-mcp-server",
  "kind": "skill",
  "name": "unity-mcp-server",
  "description": "@CLAUDE.md",
  "publisher": "akiojin",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "@CLAUDE.md"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/akiojin/unity-mcp-server",
      "path": "AGENTS.md",
      "ref": "d18cb8a6622aee03463606e9b8494993f82a4cc5",
      "url": "https://github.com/akiojin/unity-mcp-server/blob/d18cb8a6622aee03463606e9b8494993f82a4cc5/AGENTS.md",
      "key": "akiojin/unity-mcp-server/AGENTS.md"
    }
  },
  "instructions": "@CLAUDE.md\n\n## Codex\n- すべての shell コマンドは `bash -lc` と `workdir` 指定で実行する\n- 検索は `rg` / `rg --files` を最優先で利用する\n- 小さな単一ファイル変更は `apply_patch` を使い、生成物や大規模変更は別手段にする\n- 既存のユーザー変更を戻したり `git reset --hard` など破壊的操作は行わない\n- 返答は簡潔にまとめ、変更箇所は `path:line` 形式で示し、自然な次の行動があれば提案する\n- 報告だけで終わらず、必ず改善提案か次に取るべき自分の行動指針を含める\n- 実行可能な作業は自分で完了させ、ユーザーに押し付けない",
  "cost": {
    "context_tokens": 81
  }
}

Fetch it by URL: GET /api/v1/registry/akiojin-unity-mcp-server-unity-mcp-server/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.