Universal Prompt Format
Explicitly noting tool-specific dependencies prevents silent failures when the same prompt is used in a different AI tool.
Convert the following prompt into a universal format that works consistently across ChatGPT, Claude, Gemini, and Copilot.\n\nOriginal prompt:\n{{original_prompt}}\n\nOriginal tool: {{original_tool}}\n\nGenerate:\n1. A tool-agnostic version that preserves all instructions\n2. Notes on which parts relied on tool-specific features\n3. Any adjustments needed for each target tool\n4. The recommended structure: role, context, task, constraints, output format\n5. Variable placeholders (using {{variable}} syntax) for parts that change per use
Variables to customize
Why this prompt works
Explicitly noting tool-specific dependencies prevents silent failures when the same prompt is used in a different AI tool.
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.