AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Prompt Adapt

skill-agricidaniel-claude-prompts-prompt-adapt · by AgriciDaniel

>

No reviews yet
0 installs
36 views
0.0% view→install

Install

$ agentstack add skill-agricidaniel-claude-prompts-prompt-adapt

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-agricidaniel-claude-prompts-prompt-adapt)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Prompt Adapt? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Prompt Adapter

Convert prompts between AI models while preserving intent and maximizing output quality.

Adaptation Workflow

Step 1: Identify Source and Target

Determine:

  1. Source model: What model was this prompt written for?
  2. Target model: What model should it run on?
  3. Priority: Preserve style fidelity or optimize for target strengths?

Step 2: Analyze Source Prompt

Break down the prompt into components:

  • Core subject/action
  • Style modifiers
  • Technical parameters (model-specific)
  • Negative prompts (if any)
  • Aspect ratio / dimensions

Step 3: Apply Model Translation Rules

Load {PROMPT_ENGINE_DIR}/references/model-guide.md for detailed rules. Key translations:

Midjourney -> Flux:

  • Remove --ar, --v, --style, --s, --chaos parameters
  • Expand shorthand into natural language descriptions
  • Flux prefers longer, more descriptive prompts
  • Remove :: weight syntax, integrate naturally

Midjourney -> DALL-E:

  • Remove all -- parameters
  • Rewrite as clear, direct descriptions
  • DALL-E prefers straightforward language over artistic jargon
  • Remove negative prompts (DALL-E doesn't support them well)

Flux -> Midjourney:

  • Add --ar for aspect ratio
  • Add --v 6.1 or appropriate version
  • Condense long descriptions into key phrases
  • Add style parameters (--style raw for photorealistic)

Any -> Sora (Video):

  • Add camera movement descriptions (pan, zoom, tracking, etc.)
  • Add temporal flow ("the scene transitions from... to...")
  • Specify duration if possible
  • Focus on motion and action over static details

Any -> Leonardo AI:

  • Reference specific Leonardo models (Phoenix, Alchemy, etc.)
  • Use Leonardo-specific quality tokens
  • Adapt negative prompts to Leonardo format

Step 4: Search for Target Model Examples

Find reference prompts in the target model:

python3 {PROMPT_ENGINE_DIR}/scripts/search_prompts.py "SUBJECT" --model TARGET_MODEL --limit 3

Use these as style references for the adaptation.

Step 5: Present Adaptation

Output format:

  1. Original prompt (source model labeled)
  2. Adapted prompt (target model labeled)
  3. Translation notes (what changed and why)
  4. Parameter mapping (source params -> target params)
  5. 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)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.