Agent Plugins Marketplace
All plugins

july-ai-workflow

v0.2.1+codex.20260825131146

显式调用的 July/Luban Unity 研发流程:分步生成 GDD、MDD,并严格实施一份指定 MDD

Codex1 Skill

By July0 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Aug 25, 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add july-ai-workflow@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/XjVoilin/JulyAIWorkflow

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/july-ai-workflow/.

Plugin files

plugins/july-ai-workflow/
├── .codex-plugin/plugin.json
└── skills/july-game-pipeline/SKILL.md

Included Skills1

july-game-pipelineskills/july-game-pipeline/SKILL.md

仅在用户显式调用后,将游戏策划案生成 GDD、将 GDD 生成全部 MDD,或严格实施一份指定 MDD。适用于使用 JulyFramework 与 Luban 的 Unity 项目;不生成图片、Prefab 或测试。

Plugin manifests1

plugins/july-ai-workflow/.codex-plugin/plugin.json
{
  "name": "july-ai-workflow",
  "version": "0.2.1+codex.20260825131146",
  "description": "显式调用的 July/Luban Unity 研发流程:分步生成 GDD、MDD,并严格实施一份指定 MDD",
  "author": {
    "name": "July"
  },
  "homepage": "https://github.com/XjVoilin/JulyAIWorkflow",
  "repository": "https://github.com/XjVoilin/JulyAIWorkflow",
  "keywords": [
    "unity",
    "july-framework",
    "luban",
    "gdd",
    "mdd"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "July AI Workflow",
    "shortDescription": "分步生成 GDD、MDD,并实施指定 MDD。",
    "longDescription": "仅在显式调用后运行。分别完成策划案到 GDD、GDD 到全部 MDD,或严格实施一份用户指定的 MDD。代码实施遵守 JulyArch 角色与 Luban 作者源边界,不生成图片、Prefab 或测试。",
    "developerName": "July",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": [
      "使用 $july-game-pipeline 按照策划案生成 GDD。",
      "使用 $july-game-pipeline 按照 GDD 生成全部 MDD。",
      "使用 $july-game-pipeline 按照我选中的一份 MDD 实施。"
    ]
  }
}

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

[july-ai-workflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/july-ai-workflow)