Model adaptation
Agent skills for AI filmmaking, cinematic prompting, and model-specific prompt export.
npx -y skills add 0xhughs/director-skills --skill model-adaptationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Translate universal cinematic image/video briefs into model-specific prompt formats, settings, constraints, and export packages for image and video models including Grok/Aurora, Gemini/Nano Banana, GPT-image, Le Chat/FLUX, Kling, Seedance, Veo, Sora, Runway, Pika, Luma, Midjourney, Stable Diffusion, Ideogram, Hailuo, and unknown tools.
SKILL.md
4.0 KB, 757 tokens by cl100k_base, as published. Nobody here has run it
model-adaptation
When to use
- The user names a specific image or video model/tool.
- The user asks to convert a prompt from one model to another.
- The user asks why a prompt works in one model but fails in another.
- The user wants best settings, a model-agnostic package, or exports for multiple tools.
- The prompt uses model-dependent features: negative prompts, reference images, seeds, duration, aspect ratio, resolution, camera control, audio, or text rendering.
When not to use
- The user only wants story ideation with no target tool.
- The user asks for unsafe policy bypasses.
- The user wants live, up-to-date official specs and source verification; in that case browse or check current docs before asserting changed capabilities.
Required inputs
- Universal prompt brief or existing prompt
- Target model(s)
- Modality: image, T2V, I2V, editing, extension, upscaling, etc.
- Desired aspect ratio/duration/resolution if relevant
Optional inputs
- Reference assets and their roles
- Negative constraints
- Seed/settings
- Known failure from previous output
- Current docs supplied by user
Workflow
- Parse the universal brief into creative intent, cinematic execution, and model-dependent controls.
- Look up the relevant model profile and capability matrix. If a capability is not in the references, mark it unknown rather than guessing.
- Choose prompt structure: natural prose, slot template, time-blocked prompt, shot list, or parameterized export.
- Translate negatives correctly: separate field where supported, positive restatement where unsupported, capped constraints for video.
- Map reference assets to supported syntax and roles. If unsupported, describe a workaround or mark unknown.
- Map settings: aspect ratio, duration, resolution, seed/reference controls, audio, and text/logo constraints.
- Produce a translation report noting preserved intent, changed syntax, unsupported fields, unknowns, and likely failure modes.
- For multi-model exports, keep one universal brief plus per-model prompts/settings.
Decision logic
- If the target model is absent from profiles, create a conservative generic export and mark all capabilities unknown.
- If the prompt depends on text/logos, route to models with stronger documented text support or simplify text.
- If video motion is overloaded, simplify before model export.
- If a source guide conflicts with another, prefer model-specific guide for that model and record confidence.
Output formats
- Model-specific prompt export
- Model comparison table
- Prompt translation report
- Multi-model export package
- Unknown capability log
- Failure-mode warning
Quality checks
- No unsupported capability is invented.
- The adapted prompt preserves creative intent while changing syntax for the model.
- Settings are separated from prompt text where the target supports parameters.
- Reference and negative-prompt behavior is explicit.
- The export is ready to paste or hand to an API/tool.
Anti-patterns
- Using one universal prompt format for all models
- Assuming negative prompts work everywhere
- Guessing current model specs from memory
- Mixing source-image preservation with redescribing the whole image for I2V
- Providing safety or filter bypass instructions.
Exit criteria
- The user has model-specific prompt(s), settings, unknowns, and a translation rationale.
Supporting files
Read only the supporting file needed for the active task:
references/model_capability_matrix.mdreferences/image_model_profiles.mdreferences/video_model_profiles.mdreferences/prompt_translation_rules.mdreferences/parameter_compatibility.mdreferences/failure_modes_by_model.mdreferences/model_update_protocol.md