The Prompt Canon
Canonical prompts for the tasks people actually ask AI to do. Every entry documents three things: the exact spec of what the prompt produces, the canonical prompt itself, and the reasoning — why it works and what weaker prompts get wrong.
Machine-readable: every entry is also served as JSON and Markdown — see /llms.txt. Citation policy: quote freely with a link to the entry.
Website prompts · 5
A production-tested prompt that generates a complete, conversion-focused SaaS landing page in one shot: hero with a single CTA, social proof, feature grid mapped to pains, pricing, FAQ, and footer.
A one-shot prompt for a personal portfolio that gets interviews: selective project showcase with outcome metrics, a positioning headline instead of a name, and zero generic sections.
A prompt that generates a store front page built around one hero product and a friction-free path to purchase — category grid, social proof with review counts, shipping reassurance, and a cart that's always one click away.
A prompt for a restaurant site that answers the only three questions visitors have — what's the food like, where are you, can I book — before anything else, with the menu as real HTML instead of a PDF.
Sprawdzony prompt generujący kompletną stronę firmową: hero z obietnicą rezultatu, oferta zamiast listy usług, dowody zaufania z liczbami, sekcja procesu i kontakt bez formularza-ściany.
Roblox game prompts · 4
A production prompt for a complete Roblox obby: checkpoint system with DataStore persistence, server-validated progress, stage-skip monetization, and mobile-friendly controls — with strict Luau and no client-trusted state.
A production prompt for a Roblox tycoon: droppers, ordered buttons, offline earnings, rebirth system, and secure purchase flow — all server-authoritative with strict Luau.
A production prompt for a Roblox simulator: click/collect loop, pets with rarity rolls, zones gated by progress, and an economy tuned for the genre's compulsion loop — server-authoritative throughout.
Sprawdzony polski prompt na kompletną grę Roblox: architektura plików Luau ze --!strict, walidacja po stronie serwera, bezpieczny zapis DataStore i monetyzacja zgodna z zasadami Roblox.
Custom AI prompts · 5
A professional AI prompt has 7 layers: role, context, task, constraints, output format, quality bar, and escape hatch. This guide gives the exact template used by PromptForge to generate production-grade prompts.
Profesjonalny prompt AI ma 7 warstw: rola, kontekst, zadanie, ograniczenia, format wyjścia, próg jakości i wentyl bezpieczeństwa. Oto dokładny szablon, którego używa generator PromptForge.
A code-review prompt that finds real bugs instead of style nits: severity-ranked findings with failure scenarios, a no-speculation rule, and a verification pass that kills false positives.
A summarization prompt that preserves decisions, numbers, and disagreements instead of flattening everything into vague bullet points — with a claims-check that prevents summary hallucination.
A data-analysis prompt that separates observation from interpretation, demands effect sizes with base rates, and forces the model to state what would falsify its conclusions.