Files
codex-game-studios/.codex-plugin/plugin.json

44 lines
1.5 KiB
JSON

{
"name": "codex-game-studios",
"version": "0.1.0",
"description": "A Codex plugin for building game-production workflows step by step, starting with guided game concept brainstorming.",
"author": {
"name": "wxm",
"email": "18854896936@163.com",
"url": "https://gitea.wuxianming.ac.cn/wxm/codex-game-studios"
},
"homepage": "https://gitea.wuxianming.ac.cn/wxm/codex-game-studios",
"repository": "https://gitea.wuxianming.ac.cn/wxm/codex-game-studios",
"license": "MIT",
"keywords": [
"games",
"game-development",
"studio-workflow",
"brainstorm",
"gdd"
],
"skills": "./skills/",
"interface": {
"displayName": "Codex Game Studios",
"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": [
"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": []
}
}