Agent Plugins Marketplace
All plugins

prompt-engineering

v1.1.0

提示词工程专家 - 优化 LLM 提示词、设计命令/钩子/技能、提升 AI 输出质量

CodexClaude Code1 Skill

By zhangq0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 19, 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 prompt-engineering for Codex and Claude Code

Installs for the current user
codex plugin marketplace add ibootz/claude-devkit-marketplace
codex plugin marketplace upgrade claude-devkit-marketplace
codex plugin add prompt-engineering@claude-devkit-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the claude-devkit-marketplace catalog, then install this plugin.

Compatibility: the page URL and API slug “prompt-engineering-2” remain stable.

  • Codex: prompt-engineering-2@agent-plugin-marketplaceprompt-engineering@claude-devkit-marketplace

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/ibootz/claude-devkit-marketplace

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

Plugin files

plugins/prompt-engineering/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/prompt-engineering/SKILL.md

Included Skills1

prompt-engineeringskills/prompt-engineering/SKILL.md

只管提示词的措辞与结构(示例、思维链、说服原则、上下文取舍)——为命令、钩子、技能、子代理设计、评审、迭代生产级提示词。frontmatter 字段与目录结构等载体规范见 plugin-dev 对应 skill。

Plugin manifests2

plugins/prompt-engineering/.codex-plugin/plugin.json
{
  "name": "prompt-engineering",
  "version": "1.1.0",
  "description": "提示词工程专家 - 优化 LLM 提示词、设计命令/钩子/技能、提升 AI 输出质量",
  "author": {
    "name": "zhangq"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Prompt Engineering",
    "shortDescription": "提示词工程专家",
    "category": "Productivity"
  }
}
plugins/prompt-engineering/.claude-plugin/plugin.json
{
  "name": "prompt-engineering",
  "version": "1.1.0",
  "description": "提示词工程专家 - 优化 LLM 提示词、设计命令/钩子/技能",
  "author": {
    "name": "zhangq"
  }
}

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

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