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

View File

@@ -0,0 +1,12 @@
{
"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.",
"version": "0.0.0-2025.11.28",
"author": {
"name": "James Rochabrun",
"email": "jamesrochabrun@gmail.com"
},
"skills": [
"./skills/openai-prompt-engineer"
]
}