迁移setup-engine工作流

This commit is contained in:
wxm
2026-05-19 01:29:15 -07:00
parent 445d86c300
commit e46f78f94b
74 changed files with 14945 additions and 50 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "codex-game-studios",
"version": "0.2.0",
"description": "A Codex plugin for game-production workflows and guided game concept brainstorming.",
"description": "A Codex plugin for game-production workflows, concept brainstorming, and engine setup.",
"author": {
"name": "wxm",
"email": "18854896936@163.com",
@@ -15,13 +15,15 @@
"game-development",
"studio-workflow",
"brainstorm",
"setup-engine",
"game-engine",
"gdd"
],
"skills": "./skills/",
"interface": {
"displayName": "Codex Game Studios",
"shortDescription": "Game-production workflows for Codex",
"longDescription": "Codex Game Studios exposes plugin-native skills for guided game concept ideation and structured game design documentation.",
"longDescription": "Codex Game Studios exposes plugin-native skills for guided game concept ideation, engine/version setup, technical preferences, and structured game design documentation.",
"developerName": "wxm",
"category": "Coding",
"capabilities": [
@@ -33,7 +35,8 @@
"privacyPolicyURL": "https://gitea.wuxianming.ac.cn/wxm/codex-game-studios",
"termsOfServiceURL": "https://gitea.wuxianming.ac.cn/wxm/codex-game-studios",
"defaultPrompt": [
"Use $brainstorm to shape my game concept."
"Use $brainstorm to shape my game concept.",
"Use $setup-engine to configure my game engine."
],
"brandColor": "#0F766E",
"composerIcon": "./assets/codex-game-studio.svg",