Agent Plugins Marketplace
← All plugins

prompting

v0.4.2

Codex, ChatGPT, OpenAI API와 Claude Code·Anthropic API 모델에서 바로 사용할 수 있는 간결한 프롬프트를 작성합니다.

CodexClaude Code1 Skill

By sonsu2 GitHub starsUpdated 1 hour ago

Directory evidence

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

Installs for the current user
codex plugin marketplace add sonsu-lee/sonsu-marketplace
codex plugin marketplace upgrade sonsu-marketplace
codex plugin add prompting@sonsu-marketplace

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

Compatibility: the page URL and API slug “prompting” remain stable.

  • Codex: prompting@agent-plugin-marketplace → prompting@sonsu-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/sonsu-lee/sonsu-marketplace

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

Plugin files

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

Included Skills1

prompt-builderskills/prompt-builder/SKILL.md

Codex, ChatGPT, OpenAI API 또는 Claude Code·Anthropic API 모델에서 바로 사용할 수 있는 프롬프트를 생성·재작성·최적화할 때 사용한다. 사용자가 프롬프트, 프롬프트 template, system·developer instruction 또는 특정 모델에 맞춘 프롬프트 조정을 요청할 때 호출한다. 프롬프트 산출물을 요구하지 않는 prompt engineering 개념 설명에는 사용하지 않는다.

Plugin manifests2

plugins/prompting/.codex-plugin/plugin.json
{
  "name": "prompting",
  "version": "0.4.2",
  "description": "Codex, ChatGPT, OpenAI API와 Claude Code·Anthropic API 모델에서 바로 사용할 수 있는 간결한 프롬프트를 작성합니다.",
  "author": {
    "name": "sonsu",
    "url": "https://github.com/sonsu-lee"
  },
  "keywords": [
    "prompting",
    "prompt-builder",
    "codex",
    "chatgpt",
    "openai-api"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Prompting",
    "shortDescription": "간결한 모델 맞춤형 프롬프트 작성",
    "longDescription": "요청한 결과, 제약, 제품별 사용 지점, 모델과 출력 형식을 보존하면서 바로 복사해 사용할 수 있는 프롬프트를 생성·재작성·최적화합니다.",
    "developerName": "sonsu",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "defaultPrompt": [
      "이 요청을 바로 사용할 수 있는 Codex 작업 프롬프트로 만들어 줘.",
      "모호함과 중복을 제거하도록 이 프롬프트를 다시 작성해 줘.",
      "이 프롬프트를 OpenAI Responses API에 맞게 조정해 줘."
    ]
  }
}
plugins/prompting/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "prompting",
  "displayName": "Prompting",
  "version": "0.4.2",
  "description": "Codex, ChatGPT, OpenAI API와 Claude Code·Anthropic API 모델에서 바로 사용할 수 있는 간결한 프롬프트를 작성합니다.",
  "author": {
    "name": "sonsu",
    "url": "https://github.com/sonsu-lee"
  },
  "keywords": [
    "prompting",
    "prompt-builder",
    "codex",
    "chatgpt",
    "openai-api"
  ]
}

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

[prompting on Agent Plugins Marketplace](https://pluginsmp.com/plugins/prompting)