Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:20:28 +08:00
commit 5651879ea8
10 changed files with 564 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for ai-ml-engineering-pack skill
- [ ] prompt_optimizer.py: Script to optimize prompts using various techniques (token reduction, redundancy removal).
- [ ] prompt_validator.py: Script to validate prompt syntax and structure.
- [ ] cost_estimator.py: Script to estimate the cost of running a prompt on different LLMs.