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 · 0 collections
conversation-summary
v1.0.0

Summarize a support conversation into a structured agent-handoff brief, grounded only in the thread.

03
@sufleuradd
csat-risk-detection
v1.0.0

Flag a support conversation that's at risk of a poor CSAT, escalation, or churn, with the signals.

03
@sufleuradd
query-rewrite
v1.0.0

Rewrite a conversational user query into a standalone, retrieval-optimized query (plus optional alternatives for multi-query retrieval).

04
@sufleuradd
chunk-relevance-grading
v1.0.0

Grade each retrieved chunk's relevance to a question (high/medium/low/none + a filter boolean) for reranking and filtering before answer synthesis.

04
@sufleuradd
groundedness-guardrail
v1.0.0

A pre-answer RAG gate: decide whether the retrieved context is sufficient to answer, and produce a safe "I don't know" response when it isn't.

04
@sufleuradd
intent-routing
v1.0.0

Route an inbound customer message to one of your caller-defined queues, with an optional fallback.

04
@sufleuradd
query-decomposition
v1.0.0

Decide whether a complex question needs splitting, and if so break it into a minimal set of independently-answerable sub-queries — without over-decomposing simple questions.

05
@sufleuradd
answer-synthesis
v1.0.0

Answer a question strictly from retrieved chunks with inline citation markers — and say "not found" rather than guess when the chunks don't support an answer.

05
@sufleuradd
reply-drafting
v1.0.0

Draft a customer-facing reply in a given tone, grounded only in provided context, with a human-review gate.

05
@sufleuradd
entity-extraction
v1.0.0

Named-entity recognition: extract people, organizations, locations, dates, money, and more from text — each with a canonical normalized_value and a matched-text + occurrence-index span. Optionally restrict to a caller-supplied set of entity types.

05
@sufleuradd
pii-detection
v1.0.0

Detect and redact personally identifiable information (PII) — emails, phone numbers, names, addresses, card and account numbers, and more. Returns each detected span plus a fully redacted copy of the text. Optionally restrict to a caller-supplied set of PII types.

05
@sufleuradd
key-information-extraction
v1.0.0

Generic structured extraction: pull a caller-defined set of named fields out of any messy text — receipts, emails, forms, notes. You describe the fields; it returns each value (canonical string) or null when absent, with no fabrication. See invoice-extraction for a ready-made specialization.

05
@sufleuradd