Agent Plugins Marketplace
All plugins

unity-claude-ai-template

v1.0.0

Opinionated Unity 6 + VContainer + UniTask Claude Code configuration. Hook-enforced architecture, 65 skills, 36 agents, 57 slash commands, Unity Knowledge Graph.

Claude Code2 MCP serversstdio

By Berk TerekLicense: MIT7 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 3, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install unity-claude-ai-template for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install unity-claude-ai-template@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/berkterek/unity-claude-ai-template-repo

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

unity-claude-ai-template/
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers2

blenderstdio
command
python3
args
.claude/scripts/blender-mcp-bridge.py
graph_mcpstdio
command
python3
args
.claude/graph/graph-mcp-server.py

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "unity-claude-ai-template",
  "version": "1.0.0",
  "description": "Opinionated Unity 6 + VContainer + UniTask Claude Code configuration. Hook-enforced architecture, 65 skills, 36 agents, 57 slash commands, Unity Knowledge Graph.",
  "author": {
    "name": "Berk Terek",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/berkterek/unity-claude-ai-template-repo",
  "license": "MIT",
  "keywords": [
    "unity",
    "unity6",
    "vcontainer",
    "unitask",
    "claude-code",
    "template",
    "gamedev"
  ],
  "engines": {
    "claude-code": ">=0.5.0"
  },
  "skills": ".claude/skills/",
  "agents": ".claude/agents/",
  "commands": ".claude/commands/",
  "hooks": ".claude/hooks/",
  "rules": ".claude/rules/",
  "docs": ".claude/docs/",
  "settings": ".claude/settings.json",
  "claudemd": ".claude/CLAUDE.md",
  "post_install": {
    "message": "Template installed. Run /setup-project inside Claude Code to configure feature flags. See .claude/docs/quick-start.md."
  },
  "requires": [
    {
      "tool": "git",
      "min_version": "2.0"
    },
    {
      "tool": "jq",
      "min_version": "1.6"
    },
    {
      "tool": "python3",
      "min_version": "3.8"
    }
  ],
  "optional_dependencies": {
    "unity-mcp-server": "https://github.com/CoderGamester/mcp-unity",
    "openupm-cli": "Used by /discover and install.sh for openupm package resolution"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[unity-claude-ai-template on Agent Plugins Marketplace](https://pluginsmp.com/plugins/unity-claude-ai-template)