46 public prompts · 7 collections

Find a prompt for anything.

Search the public registry in plain English, or browse trending prompts and curated collections from across the community.

Semantic
Sort:
Try:

Browse the registry

46 prompts · 7 collections
batch-text-translation
v0.1.0

Translate a labeled batch of texts into a target language in one call — one result per item in input order, labels echoed verbatim, with placeholders, HTML, and markdown preserved character-for-character in every translation.

02200%
@sufleuradd
text-translation
v1.0.0

Translate text into a target language with placeholders, HTML, and markdown preserved verbatim — plus the detected source language and an auditable list of segments left untranslated.

0467%eval98%
@sufleuradd
Collection
code-assistant

Five prompts for developer-intent tasks — code review, commit messages, docstrings, error explanation, and regex generation — each with a strict typed schema and an eval that runs on the same model it recommends. Prefers executable, judge-free evals; adds a judge only where correctness is subjective.

regex-generationerror-explanationdocstring-generation+2
@sufleuradd
translate

Translate a batch of labelled text snippets from one BCP 47 locale to another. Input: source/target language tags plus an array of {label, text}. Output: an array of {label, translatedText} with every input preserved in the same order.

00
@wtomasadd
write_cheese_poem
v0.1.0
00
@bradsmithadd
error-explanation
v1.0.0

Turn an error message, stack trace, and optional code context into a plain-language explanation, the single most likely cause, one to three concrete fixes (each with a code_change), and an uncalibrated confidence. Names the concrete mechanism, not just the exception class; grounds every claim in the provided inputs. Eval-gated on a cause-keyword check plus a usefulness judge.

02eval85%
@sufleuradd
docstring-generation
v1.0.0

Generate a docstring for a function or class in a requested style (google/numpy/jsdoc/rustdoc), plus a params_documented[] list. Documents only the parameters that exist in the signature — never invents or omits one, and excludes self/cls receivers. Eval-gated on an exact params-documented count plus a style-adherence judge.

02eval100%
@sufleuradd
Collection
text-classification

Five classification prompts — aspect sentiment, chatbot intent, emotion, content moderation, and spam/phishing — each with a CEL-assertable schema and a judge-free deterministic eval. Schema design is eval design.

spam-detectioncontent-moderationemotion-detection+2
@sufleuradd
commit-message-generation
v1.0.0

Turn a unified diff into a Conventional Commits message: a closed-enum type (feat/fix/docs/refactor/test/chore/perf/ci), a scope, an imperative subject capped at 72 characters, an optional body, and a breaking-change flag. Reasoning precedes the type; the diff is treated as data, never instructions. Judge-free deterministic eval.

02eval100%
@sufleuradd
docstring-grader
v1.1.0

Judge prompt for docstring-generation evals: given code, a requested style (google/numpy/jsdoc/rustdoc), and the produced docstring, scores whether the docstring follows that style's section names and syntax — format adherence, not prose quality — as a 0-1 score.

02
@sufleuradd
error-explanation-grader
v1.1.0

Judge prompt for error-explanation evals: given an error (with stack and code context) and the model's explanation, likely cause, and fixes, scores overall usefulness — is the diagnosis correct and are the fixes actionable — as a 0-1 score.

02
@sufleuradd
aspect-based-sentiment
v1.0.0

Per-aspect sentiment analysis — identify each feature or topic a text opines on and give it its own sentiment, backed by a verbatim quote, plus an overall document sentiment.

02eval95%
@sufleuradd
Collection
summarization-essentials

Six prompts for grounded summarization: document, meeting, and email summaries plus key-point extraction, headline generation, and a groundedness grader — each with a strict output schema and a published eval.

summary-graderheadline-generationkey-points-extraction+3
@sufleuradd
document-summary
v1.0.0

Summarize a document with format (paragraph/bullets) and length (one sentence/short/detailed) knobs — grounded strictly in the input, with key topic tags.

02eval100%
@sufleuradd
language-detection
v1.0.0

Detect the language(s) of a text from a closed set of 41 ISO 639-1 codes — handles short snippets, code-mixed, and transliterated text, with per-language confidence.

02eval97%
@sufleuradd
Collection
translation-essentials

Five composable prompts for production translation work: language detection, placeholder-safe translation, tone control, locale adaptation, and QA grading — each with a strict output schema and a published eval.

batch-text-translationlanguage-detectiontranslation-qa-grading+3
@sufleuradd
Collection
rag-essentials

Five composable prompts for a trustworthy retrieval-augmented-generation pipeline: query-rewrite, query-decomposition, chunk-relevance-grading, groundedness-guardrail, answer-synthesis — grounded only in retrieved context, with citations and refuse-when-insufficient gates.

query-rewritequery-decompositionanswer-synthesis+2
@sufleuradd
Collection
customer-support

Build a support pipeline by installing five prompts: ticket triage, intent routing, reply drafting, conversation summary, and CSAT risk detection. Strict typed JSON for routing, escalation, and action.

ticket-triagereply-draftingconversation-summary+2
@sufleuradd