Prompts
Prompts that were written for real work and tested before they were published. Each one records which models it runs on and what to change elsewhere.
- MidjourneyStable Diffusion
Image prompt skeleton
A fill-in structure for image models that keeps subject, environment, light, lens and style in the order the models weight them.
- Universal
Debug from a stack trace
Works from the trace and the relevant source to name the most likely cause, with the check that would confirm it.
- Universal
Translate while keeping terminology fixed
Translates text while leaving a named glossary of terms untouched - useful for documentation and interfaces.
- Universal
Turn a vague request into a written brief
Takes a one-line request from a colleague or client and returns the questions that have to be answered before work starts.
- Universal
Write a SQL query from a plain question
Produces one query against a schema you provide, and asks a question instead of guessing when the schema is ambiguous.
- Universal
Rewrite a product description for a specific audience
Rewrites shop copy to a fixed length and audience while keeping the technical specifications exactly as given.
- Universal
Explain this code to a new maintainer
Explains what a file does, why it is shaped that way, and where the traps are - aimed at someone about to change it.
- Universal
Technical SEO audit of a single page
Audits one page from its actual HTML, ranks findings by impact, and marks what it cannot verify without a crawler.
- Universal
Extract structured data as JSON
A strict extraction prompt that returns valid JSON only, with nulls for missing fields instead of invented values.
- Universal
Summarise a meeting transcript into decisions and actions
Extracts decisions, owners and open questions from a raw transcript, and refuses to invent an owner where the transcript does not name one.
- Universal
Rewrite an error message for humans
Turns a technical error into one a non-technical user can act on, without inventing a cause the log does not support.
- Universal
Strict code review of a diff
A review prompt that reports only what would break in production, gives the smallest fix for each finding, and is allowed to say the diff is fine.