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 @@
# References
Bundled resources for ai-ml-engineering-pack skill
- [ ] prompt_optimization_techniques.md: Documentation on various prompt optimization techniques (e.g., token reduction, keyword extraction).
- [ ] llm_api_documentation.md: API documentation for common LLMs (e.g., OpenAI, Cohere).
- [ ] prompt_engineering_best_practices.md: Best practices for prompt engineering and design.