Initial commit

This commit is contained in:
zhongwei
2025-11-29 09:37:28 +08:00
commit 826b04b3e4
8 changed files with 291 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "game-development",
"description": "游戏引擎开发 - UE5/Unity/跨引擎架构",
"version": "1.0.0",
"author": "743175724",
"skills": [
"./plugins/game-development/skills/unreal-gameplay-framework.md"
],
"agents": [
"./plugins/game-development/agents/unreal-architect.md",
"./plugins/game-development/agents/unity-architect.md",
"./plugins/game-development/agents/engine-technical-director.md"
],
"commands": [
"./plugins/game-development/commands/create-ue-plugin.md"
]
}