5 Commits

Author SHA1 Message Date
NULLchimp
61de783540 Updates prompt engineer chat mode description
Improves the description of the Prompt Engineer chat mode to clarify its purpose: analyzing and improving user-provided prompts based on established prompt engineering principles. The updated description reflects the mode's behavior of treating all user input as prompts and providing detailed analyses along with enhanced versions.
2025-07-04 11:19:16 +02:00
NULLchimp
d8511b0734 fix: Update description for Prompt Engineer chat mode to include OpenAI's techniques 2025-07-03 16:50:15 +02:00
NULLchimp
eb2d8aa8c6 fix: Add missing front matter to prompt engineer chat mode documentation 2025-07-03 16:47:27 +02:00
NULLchimp
ed5c9f3e1e
Update chatmodes/prompt-engineer.chatmode.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-03 15:36:32 +02:00
NULLchimp
24fff49e2c Adds prompt engineering chat mode
Introduces a new chat mode to refine user-provided prompts, leveraging OpenAI prompt engineering techniques.

This mode helps improve prompts by analyzing their structure, complexity, and specificity,
and then suggesting improvements and providing a refined prompt as output.

It is intended to help generate better and more complete prompts based on user input.
2025-07-03 13:35:10 +02:00