2 Commits

Author SHA1 Message Date
Tj Vita
a45c37d9f6
Update Prompt Engineer chat mode description (#398)
* Update Prompt Engineer chat mode description

Change "propt" to "prompt" for item 74, Prompt Engineer description;

* Fix typo in prompt-engineer chatmode description
2025-11-16 09:51:20 +11:00
NULLchimp
23e3d3a51e
Prompt engineer chatmode (#39)
* 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.

* fix: Correct filename casing for Prompt Engineering Chat Mode in README

* feat: Add Prompt Engineer chat mode to README

* Update chatmodes/prompt-engineer.chatmode.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix: Add missing front matter to prompt engineer chat mode documentation

* fix: Update description for Prompt Engineer chat mode to include OpenAI's techniques

* 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.

* Adds Prompt Engineer chat mode

Introduces a new chat mode specialized in analyzing and improving prompts.

This mode treats every user input as a prompt, providing a detailed analysis and generating an improved version, enhancing prompt engineering workflows.

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-05 07:28:33 +10:00