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> }
}
More Image Prompts →

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>
}
More Video Prompts →

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>
}
More Audio Prompts →

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>
}
More Data-Viz Prompts →

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>
}
More Chat Prompts →

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>
}
More Agent Prompts →

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>
}
More Code Prompts →

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>
}
More Text Prompts →

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>
}
More Prompt Engineering →