Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:23:43 +08:00
commit 1e8aee4f4d
4 changed files with 481 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "prompt-engineering",
"description": "Tools for crafting, refining, and improving LLM prompts - includes update-prompt command for balanced prompt optimization",
"version": "1.2.0",
"author": {
"name": "doodledood",
"email": "aviram.kofman@gmail.com"
},
"commands": [
"./commands"
]
}