Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:49:36 +08:00
commit c98e515762
8 changed files with 3948 additions and 0 deletions

60
plugin.lock.json Normal file
View File

@@ -0,0 +1,60 @@
{
"$schema": "internal://schemas/plugin.lock.v1.json",
"pluginId": "gh:jamesrochabrun/skills:openai-prompt-engineer",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "1e394bc3cc50e25658005714108ae752ed9485d2",
"treeHash": "28471e558de017d084317b0661e57f1dee8c3cea581066c676167d1496c88603",
"generatedAt": "2025-11-28T10:17:52.598622Z",
"toolVersion": "publish_plugins.py@0.2.0"
},
"origin": {
"remote": "git@github.com:zhongweili/42plugin-data.git",
"branch": "master",
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
},
"manifest": {
"name": "openai-prompt-engineer",
"description": "Generate and improve prompts using best practices for OpenAI GPT-5 and other LLMs. Apply advanced techniques like chain-of-thought, few-shot prompting, and progressive disclosure."
},
"content": {
"files": [
{
"path": "README.md",
"sha256": "3a244dd14570baff535f20d7fe73ceeac2ce2c9ccd6d195151b5133316e0b8d1"
},
{
"path": ".claude-plugin/plugin.json",
"sha256": "b3126388a081d5cc91a8c0aee76fbada6ab7d61991ac0aaa045c232e6e332601"
},
{
"path": "skills/openai-prompt-engineer/SKILL.md",
"sha256": "1b8ffbc220583d2debf11a00872bfacf9ea34fe5d84c462771ac33e6dc7e80c3"
},
{
"path": "skills/openai-prompt-engineer/references/gpt5_techniques.md",
"sha256": "e37a483f8d5d0d50459f3941716f3c3bbbda537f81ce28323aefb2c08d9a071d"
},
{
"path": "skills/openai-prompt-engineer/references/optimization_strategies.md",
"sha256": "6232313e53164444310eb4c307671ef94f8ada3cf33314928501ac750646b55e"
},
{
"path": "skills/openai-prompt-engineer/references/prompt_patterns.md",
"sha256": "1bb6d5355e941e95b5dfe00463c5e8e0990b4930db224fed9151b6b3dbcd9ff5"
},
{
"path": "skills/openai-prompt-engineer/references/claude_techniques.md",
"sha256": "bb8eea3369bfd5643763e2e5164a303b4f3aa22b84296e2df7f613a46df2641f"
}
],
"dirSha256": "28471e558de017d084317b0661e57f1dee8c3cea581066c676167d1496c88603"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}