Agent Plugins Marketplace
← All plugins

context-prompt-assistant

v0.4.1

保留原意并结合 Codex/ChatGPT 项目上下文优化下一条提示词。. Includes 1 skill and 1 MCP server.

Codex1 Skill1 MCP serverstdio

By Context Prompt Assistant contributorsLicense: MIT1 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Sep 24, 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 context-prompt-assistant for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add context-prompt-assistant@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/DeriitoMe/codex-prompt-optimizer

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

context-prompt-assistant/
├── .codex-plugin/plugin.json
├── skills/context-prompt-assistant/SKILL.md
└── .mcp.json

Included Skills1

context-prompt-assistantskills/context-prompt-assistant/SKILL.md

优化准备交给 Codex 或 ChatGPT 的下一条指令。用户要求优化、润色、补全、明确提示词,或提供项目/对话链接并要求结合上下文时触发;普通开发指令、代码修改和任务执行不触发。

MCP servers1

context_promptstdio
command
node
args
./scripts/server.mjs
cwd
.

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "context-prompt-assistant",
  "version": "0.4.1",
  "description": "保留原意并结合 Codex/ChatGPT 项目上下文优化下一条提示词。",
  "author": {
    "name": "Context Prompt Assistant contributors"
  },
  "license": "MIT",
  "keywords": [
    "prompt",
    "codex",
    "chatgpt",
    "context",
    "coding"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Context Prompt Assistant",
    "shortDescription": "结合项目上下文优化 Codex 和 ChatGPT 指令",
    "longDescription": "在当前对话中保留原意、还原指代并补全必要约束;也可解析 Codex 或 ChatGPT 链接并报告可访问的上下文范围。",
    "developerName": "Local developer",
    "category": "Productivity",
    "capabilities": [
      "Analyze",
      "Write"
    ],
    "defaultPrompt": [
      "优化下一条 Codex 指令,只输出提示词,暂不执行。",
      "结合当前对话上下文优化这段开发需求。",
      "读取这个任务链接并优化我的下一条指令。"
    ]
  },
  "mcpServers": "./.mcp.json"
}

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

[context-prompt-assistant on Agent Plugins Marketplace](https://pluginsmp.com/plugins/context-prompt-assistant)