Confidence level (High/Medium/Low -- based on model compatibility)
Common Pitfalls
Midjourney weight syntax (::2) has no direct equivalent in most models
DALL-E ignores most style parameters -- weave them into descriptions
Sora needs temporal language that image models don't use
Aspect ratios must be specified differently per platform
Some styles only work well on specific models (e.g., --niji is Midjourney-only)
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: agricidaniel-claude-prompts-prompt-adapt3description: Prompt Adapter4---56# Prompt Adapter78Convert prompts between AI models while preserving intent and maximizing output quality.910## Adaptation Workflow1112### Step 1: Identify Source and Target1314Determine:151. **Source model**: What model was this prompt written for?162. **Target model**: What model should it run on?173. **Priority**: Preserve style fidelity or optimize for target strengths?1819### Step 2: Analyze Source Prompt2021Break down the prompt into components:22- Core subject/action23- Style modifiers24- Technical parameters (model-specific)25- Negative prompts (if any)26- Aspect ratio / dimensions2728### Step 3: Apply Model Translation Rules2930Load `{PROMPT_ENGINE_DIR}/references/model-guide.md` for detailed rules. Key translations:3132**Midjourney -> Flux:**33- Remove `--ar`, `--v`, `--style`, `--s`, `--chaos` parameters34- Expand shorthand into natural language descriptions35- Flux prefers longer, more descriptive prompts36- Remove `::` weight syntax, integrate naturally3738**Midjourney -> DALL-E:**39- Remove all `--` parameters40- Rewrite as clear, direct descriptions41- DALL-E prefers straightforward language over artistic jargon42- Remove negative prompts (DALL-E doesn't support them well)4344**Flux -> Midjourney:**45- Add `--ar` for aspect ratio46- Add `--v 6.1` or appropriate version47- Condense long descriptions into key phrases48- Add style parameters (`--style raw` for photorealistic)4950**Any -> Sora (Video):**51- Add camera movement descriptions (pan, zoom, tracking, etc.)52- Add temporal flow ("the scene transitions from... to...")53- Specify duration if possible54- Focus on motion and action over static details5556**Any -> Leonardo AI:**57- Reference specific Leonardo models (Phoenix, Alchemy, etc.)58- Use Leonardo-specific quality tokens59- Adapt negative prompts to Leonardo format6061### Step 4: Search for Target Model Examples6263Find reference prompts in the target model:64```bash65python3 {PROMPT_ENGINE_DIR}/scripts/search_prompts.py "SUBJECT" --model TARGET_MODEL --limit 366```6768Use these as style references for the adaptation.6970### Step 5: Present Adaptation7172Output format:731. **Original prompt** (source model labeled)742. **Adapted prompt** (target model labeled)753. **Translation notes** (what changed and why)764. **Parameter mapping** (source params -> target params)775. **Confidence level** (High/Medium/Low -- based on model compatibility)7879## Common Pitfalls8081- Midjourney weight syntax (`::2`) has no direct equivalent in most models82- DALL-E ignores most style parameters -- weave them into descriptions83- Sora needs temporal language that image models don't use84- Aspect ratios must be specified differently per platform85- Some styles only work well on specific models (e.g., `--niji` is Midjourney-only)8687---88> Converted and distributed by [TomeVault](https://tomevault.io/claim/agricidaniel) — claim your Tome and manage your conversions.89<!-- tomevault:4.0:skill_md:2026-04-13 -->
Run npx skillmds@latest add tomevault-io/agricidaniel-claude-prompts-prompt-adapt in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Prompt Adapter It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.