⚠️ DEPRECATED (2026-09-19): This marketplace has been split into two domain marketplaces and will not receive further updates. For new installs use partme-ai/full-aigc-plugins (AIGC) and partme-ai/full-stack-plugins (development process). Existing installs keep working via GitHub redirects — remove thepartme-aimarketplace and add the two new ones to get future updates.
PartMe.AI Plugins is the central catalog for ten independently released plugins. This repository contains marketplace metadata rather than plugin runtime code. One canonical catalog keeps IDs, display names, descriptions, versions, repositories, ordering, and logos aligned across Codex, ZCode, and Kimi Code.
| Display name | Plugin ID | Repository | Version | Logo |
|---|---|---|---|---|
| Autodesk Maya Design | maya-design |
partme-maya-plugin | 0.1.0 | assets/official-logo.png |
| Blender Design | blender-design |
partme-blender-plugin | 0.3.0 | assets/official-logo.png |
| Comfy Design | comfy-design |
partme-comfy-plugin | 0.1.0 | assets/official-logo.png |
| Dreamina Canvas | dreamina-canvas |
partme-dreamina-canvas | 0.1.2 | assets/official-logo.png |
| Dreamina Design | dreamina-design |
partme-dreamina-design | 0.4.0 | assets/logo-approved.png |
| Google Stitch Design | stitch-design |
partme-stitch-plugin | 0.7.8 | assets/official-logo.png |
| Image Factory | image-factory |
partme-image-factory | 0.1.2 | assets/logo-approved.png |
| ProcessOn Design | processon-design |
partme-processon-plugin | 0.2.0 | assets/official-logo.png |
| Video Factory | video-factory |
partme-video-factory | 0.1.0 | assets/logo-approved.png |
| MiniMax Design | minimax-design |
partme-minimax-design | 0.4.0 | assets/logo-approved.png |
| 代码规范检查 | codeguard |
partme-codeguard-plugin | 0.2.0 | assets/official-logo.png |
| 宝塔 Linux 面板 | bt-linux-panel |
partme-bt-plugin | 1.0.0 | assets/official-logo.png |
| JianYing Edit | jianying-edit |
partme-jianying-plugin | 0.2.0 | assets/official-logo.png |
Entries are alphabetized by display name. Existing Codex plugin IDs are the canonical IDs for all three platforms.
partme-cine-planning is managed here as design_baseline_not_released. Its director, script, and storyboard modules contain specifications only. It intentionally has no plugin manifest and is excluded from all three installable marketplaces until its own release boundary is completed.
| Platform | Manifest |
|---|---|
| Codex | .agents/plugins/marketplace.json |
| ZCode | marketplace.json |
| Kimi Code | kimi-marketplace.json |
Each independent plugin repository remains responsible for its runtime adapters: .codex-plugin/plugin.json, .zcode-plugin/plugin.json, and kimi.plugin.json.
The ZCode marketplace uses only fields documented by ZCode. ZCode's documented plugin identity field is name; canonical display names remain in catalog.json and the plugin manifests for compatible clients. Runtime components are resolved from each independent plugin repository. Kimi marketplace entries expose the documented id, displayName, and source fields.
For OpenAI, the repositories remain compatibility-first with .codex-plugin/plugin.json; Dreamina Canvas additionally carries a tested portable Agent Plugins 1.0 root plugin.json. Portable migration is repository-owned because adding a root manifest changes component discovery and can disable legacy MCP declarations. A local marketplace or workspace publication is not a universal public-directory submission.
codex plugin marketplace add partme-ai/plugins
codex plugin add maya-design@partme-ai
codex plugin add blender-design@partme-ai
codex plugin add comfy-design@partme-ai
codex plugin add dreamina-canvas@partme-ai
codex plugin add dreamina-design@partme-ai
codex plugin add stitch-design@partme-ai
codex plugin add image-factory@partme-ai
codex plugin add processon-design@partme-ai
codex plugin add video-factory@partme-ai
codex plugin add codeguard@partme-ai
codex plugin add bt-linux-panel@partme-aiOpen Settings → Plugins → Create → Add plugin marketplace, enter partme-ai/plugins, then install from the personal marketplace section.
/plugins marketplace https://raw.githubusercontent.com/partme-ai/plugins/main/kimi-marketplace.json
If GitHub is slow or unreachable, add the AtomGit mirror of this marketplace instead. Every install command stays the same — only the marketplace URL changes:
codex plugin marketplace add https://atomgit.com/partme-ai/plugins.git
codex plugin add maya-design@partme-ai
codex plugin add stitch-design@partme-ai
# ... the remaining plugin lines are identical to the Codex section aboveFor ZCode, open Settings → Plugins → Create → Add plugin marketplace and enter
atomgit.com/partme-ai/plugins. For Kimi Code, register the mirrored
kimi-marketplace.json URL from the AtomGit raw endpoint, or clone this
repository and register the local file.
Notes:
- The AtomGit source and the GitHub source share the marketplace name
partme-ai, so adding one replaces the other. Switch back withcodex plugin marketplace add partme-ai/plugins. - The mirror tracks the same
mainbranch; plugin versions are identical on both platforms.
catalog.json is the only marketplace metadata source of truth. After an independent plugin release:
- Update its entry in
catalog.json. - Run
node scripts/sync-marketplaces.mjs --writeto regenerate all three platform manifests. - Run
node scripts/sync-marketplaces.mjsto validate the generated manifests, sibling repositories' platform metadata, and referenced logo files.
The validator fails when a platform manifest drifts from the catalog or an independent plugin repository is incomplete.
ZCode format reference: Plugin, Subagents, Skill, MCP, Hooks, and Command.
Kimi format reference: Plugins, Agents, Skills, MCP, and Hooks.
OpenAI format reference: Build plugins, Plugin architecture, Skills, MCP server, ChatGPT UI, Packaging, Connect and test, and Submission.
Apache-2.0. Each plugin repository carries its own license and third-party notices.