The Library
Browse Every Prompt
Filter by platform, role, function or prompt type. Save the ones you want, copy them straight into your favourite AI tool.
AI platformAll platforms
Job roleAll roles
FunctionAll functions
Prompt typeAll types
Build a spreadsheet formula from plain English
Plain-English description in, paste-ready spreadsheet formula out — Excel or Google Sheets dialect. Includes the "when it breaks" caveats most AI prompts skip.
Convert an Excel formula to Google Sheets (or vice versa)
Convert spreadsheet formulas between Excel and Google Sheets, with a callout of any function that doesn't exist in the target and the workaround used.
Debug an error message — paste it, get the fix
Paste any error message, get a plain-English explanation, the most likely cause, and a step-by-step fix. Works for code, Zapier, Excel, Webflow, anywhere.
Generate a regex from a plain-English description
Plain-English in, ready-to-paste regex out. Includes a walkthrough, test results against your sample inputs, and known limitations.
Write a Zapier filter step from a plain-English condition
Plain-English condition in, Zapier-UI-ready filter step out. Names operators exactly as Zapier shows them and warns about the case-sensitivity / blank-value gotchas that fail in production.
Google Apps Script for Sheets — automate a recurring task
Google Apps Script that does one specific thing on your Sheet, with the setup steps + a test row to verify before you turn the trigger on.
Custom code embed for Webflow / Squarespace / Wix
Custom-code embed for Webflow, Squarespace, or Wix — paste-ready, with exact placement steps for that platform and the most common gotcha.
Read & explain an API response in plain English
Paste a raw API response, get a field-by-field plain-English walkthrough plus which fields you actually need to use. Saves an hour of API doc reading.
Build a Make.com scenario from a plain-English flow
Take a plain-English flow, get a step-by-step Make.com scenario plan with the exact modules, mappings, and error-handler placement.
Quick code review — what's wrong with this snippet?
A code review you can read without being a developer. Verdict, bug, safety flags, clarity tweaks, and what to test before trusting it. No lecture.