15,017
edits
| Line 10: | Line 10: | ||
# [https://docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/prompt-generator Automatically generate first draft prompt templates - Anthropic]: Providing an automatic prompt generation based on user requirements. Login to [https://console.anthropic.com/dashboard Anthropic Console] --> Click on "Generate a prompt" | # [https://docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/prompt-generator Automatically generate first draft prompt templates - Anthropic]: Providing an automatic prompt generation based on user requirements. Login to [https://console.anthropic.com/dashboard Anthropic Console] --> Click on "Generate a prompt" | ||
== | == Converting Conversations into Reusable Prompts == | ||
<pre> | <pre> | ||
| Line 36: | Line 36: | ||
2. Commands to verify the success of each previous step | 2. Commands to verify the success of each previous step | ||
</pre> | </pre> | ||
== Automated Prompt Improvement with AI == | |||
* [https://platform.openai.com/chat/edit?models=gpt-5&optimize=true OpenAI API - Edit Prompt] - Optimize prompts for o3, GPT-4.1, GPT-5, GPT-5.1, and GPT-5.2 models | |||
* [https://platform.claude.com/dashboard Claude Developer Platform] - Select 'Generate a prompt' to optimize for reasoning or non-reasoning models | |||
== Role Playing == | == Role Playing == | ||