Tool-Specific Adapter
Targeting the specific model's strengths while preserving output format ensures consistent results across tools.
I have a prompt that works well in {{source_tool}} but I need to optimize it for {{target_tool}}.\n\nWorking prompt:\n{{working_prompt}}\n\nWhat it produces in {{source_tool}}: {{current_output_description}}\n\nAdapt the prompt for {{target_tool}} by:\n1. Adjusting for the model's known strengths and weaknesses\n2. Reformatting instructions to match the tool's conventions\n3. Updating any system/user message split as appropriate\n4. Preserving the exact same output format and quality\n5. Adding tool-specific optimizations (e.g., Claude's XML tags, GPT's function calling)
Variables to customize
Why this prompt works
Targeting the specific model's strengths while preserving output format ensures consistent results across tools.
Save this prompt to your library
Organize, version, and access your best prompts across ChatGPT, Claude, and Cursor.
Related prompts
Forcing the agent to plan before acting prevents premature execution and wasted steps. Explicit dependency mapping enables parallel execution and catches logical gaps early.
Tool Selection AgentThe ReAct pattern (Reason + Act) creates an explicit reasoning trace that improves tool selection accuracy. The error-handling rule prevents infinite retry loops.
Prompt CompressorExplicitly requiring all functional requirements to be preserved prevents the model from over-compressing and losing critical instructions.
Memory Management AgentExplicit memory read/write instructions create agents that improve over time. Categorization keeps memories organized, and the deduplication rule prevents context bloat.