prompting
v0.4.2Codex, ChatGPT, OpenAI API와 Claude Code·Anthropic API 모델에서 바로 사용할 수 있는 간결한 프롬프트를 작성합니다.
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
codex plugin marketplace add sonsu-lee/sonsu-marketplace
codex plugin marketplace upgrade sonsu-marketplace
codex plugin add prompting@sonsu-marketplacePaste 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-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/prompting/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/prompt-builder/SKILL.md
Included Skills1
Codex, ChatGPT, OpenAI API 또는 Claude Code·Anthropic API 모델에서 바로 사용할 수 있는 프롬프트를 생성·재작성·최적화할 때 사용한다. 사용자가 프롬프트, 프롬프트 template, system·developer instruction 또는 특정 모델에 맞춘 프롬프트 조정을 요청할 때 호출한다. 프롬프트 산출물을 요구하지 않는 prompt engineering 개념 설명에는 사용하지 않는다.
Plugin manifests2
{
"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에 맞게 조정해 줘."
]
}
}{
"$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"
]
}For maintainers
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)