Image Prompt media
Generate still images with style, composition, and Midjourney-specific controls.
^prompt[image.midjourney]{
description: <specific visual elements, start with key nouns>,
parameters: { ar: <16:9>, v: <7>, s: <stylize 0-1000>, chaos: <0-100>, no: <exclude> }
}
Video Prompt media
Create short sequences or storyboard-driven animations.
^prompt[video.template]{
storyboard: [<scene1 description>, <scene2>],
duration: <seconds>,
transitions: <dissolve|fade|cut>,
style: <cinematic|animated>
}
Audio Prompt media
Generate ambience, voiceovers, or soundscapes with mood and effects.
^prompt[audio.template]{
mood: <calm|upbeat|tense>,
length: <30s|1m>,
instrumentation: <synth-pad|guitar|orchestral>,
effects: <reverb|echo>
}
Data-Viz Prompt viz
Design charts or interactive visualizations with dataset specifications.
^prompt[data-viz.template]{
dataset: <url|json data snippet>,
chart_type: <bar|line|pie|scatter>,
focus: <comparative|trend|distribution>,
colors: <blue-gradient>
}
Chat Prompt chat
Structure multi-turn dialogues with system and user context for ChatGPT.
^prompt[chat.template]{
system: "You are a helpful AI assistant. Be clear, specific, and provide context.",
user: <initial query>,
tone: <formal|friendly|professional>
}
Agent-Context Prompt agent
Configure autonomous agents with goals, tools, and success criteria.
^prompt[agent-context.template]{
goal: <main objective>,
tools: [web_search, code_execution, browse_page],
success_criteria: <measurable outcomes like accuracy >90%>,
constraints: <budget|time>
}
Code Generation Prompt code
Generate or debug code with detailed specifications for ChatGPT.
^prompt[code.basic]{
task: <function description>,
language: <python|javascript>,
requirements: <inputs/outputs>
}
Text Editing Prompt
Rewrite, summarize, or expand text with style and tone controls.
^prompt[text.rewrite]{
original: <text>,
style: <concise|formal|engaging>,
length: <shorter|longer>
}
Prompt Engineering
Optimize prompts for Midjourney or ChatGPT with best practices.
^prompt[pe.optimize]{
original_prompt: <input>,
improvements: <make more specific|add examples|reduce fluff>,
target_tool: <ChatGPT|Midjourney>
}