添加brainstorm工作流与插件元数据

This commit is contained in:
wxm
2026-05-18 22:05:39 +08:00
parent d34b4cae32
commit 8c7cd6c010
15 changed files with 1598 additions and 18 deletions

View File

@@ -1,28 +1,43 @@
{
"name": "codex-game-studios",
"version": "0.1.0",
"description": "[TODO: Brief plugin description]",
"description": "A Codex plugin for building game-production workflows step by step, starting with guided game concept brainstorming.",
"author": {
"name": "[TODO: Author Name]",
"email": "[TODO: author@example.com]",
"url": "[TODO: https://example.com]"
"name": "wxm",
"email": "18854896936@163.com",
"url": "https://gitea.wuxianming.ac.cn/wxm/codex-game-studios"
},
"homepage": "[TODO: https://example.com/codex-game-studios]",
"homepage": "https://gitea.wuxianming.ac.cn/wxm/codex-game-studios",
"repository": "https://gitea.wuxianming.ac.cn/wxm/codex-game-studios",
"license": "[TODO: License identifier, for example MIT]",
"keywords": [],
"license": "MIT",
"keywords": [
"games",
"game-development",
"studio-workflow",
"brainstorm",
"gdd"
],
"skills": "./skills/",
"interface": {
"displayName": "Codex Game Studios",
"shortDescription": "[TODO: Short description for compact views]",
"longDescription": "[TODO: Longer plugin description for details views]",
"developerName": "[TODO: Developer or team name]",
"shortDescription": "Game-production workflows for Codex",
"longDescription": "Build a Codex game-production plugin step by step. The current workflow starts with /brainstorm, a guided concept ideation process that turns a rough idea into a structured game concept document.",
"developerName": "wxm",
"category": "Coding",
"capabilities": [],
"websiteURL": "[TODO: https://example.com]",
"privacyPolicyURL": "[TODO: https://example.com/privacy]",
"termsOfServiceURL": "[TODO: https://example.com/terms]",
"defaultPrompt": [],
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://gitea.wuxianming.ac.cn/wxm/codex-game-studios",
"privacyPolicyURL": "https://gitea.wuxianming.ac.cn/wxm/codex-game-studios",
"termsOfServiceURL": "https://gitea.wuxianming.ac.cn/wxm/codex-game-studios",
"defaultPrompt": [
"Run /brainstorm for my game project."
],
"brandColor": "#0F766E",
"composerIcon": "./assets/codex-game-studio.svg",
"logo": "./assets/codex-game-studio.svg",
"screenshots": []
}
}