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
invoice-extraction
v1.0.0

Turn a raw invoice or receipt into structured JSON — vendor, invoice/due dates, currency, line items, subtotal, tax, and total. Dates normalized to ISO 8601, amounts to plain decimals. Optional locale hint disambiguates date and number formats. A worked, strongly-typed specialization of key-information-extraction.

05
@sufleuradd
structured-summarization
v1.0.0

Condense text into a structured JSON summary — title, key points, action items, and entities mentioned — instead of prose. Built for meeting notes, email threads, articles, and agent handoffs. Optional cap on the number of key points.

05
@sufleuradd
address-parsing
v1.0.0

Parse an unstructured address string into structured components — recipient, street, unit, city, state/region, postal code, and country. Optional country hint guides format expectations. Returns a confidence score.

05
@sufleuradd
date-event-extraction
v1.0.0

Extract scheduled events from natural-language text with resolved ISO 8601 start/end times. Relative dates ("next Tuesday", "tomorrow at 3") are resolved against a reference date and IANA timezone you supply. Returns title, start, end, all-day flag, and location per event.

05
@sufleuradd
text-classification
v1.0.0

Classify text into a caller-supplied label set (you define the labels at call time). Returns the single best-fit label with a rationale and confidence. Optional fallback label.

07
@sufleuradd
sentiment-analysis
v1.0.0

Classify the overall sentiment of text (positive / negative / neutral / mixed) with a rationale and confidence score. Strict JSON output.

010
@sufleuradd
regex-generation
v1.0.0

Turn a natural-language description into a regex in a requested flavor (pcre/javascript/python/re2), with reasoning, a plain-string pattern, a human explanation, and self-supplied test cases (input + should_match). The self-supplied tests make outputs verifiable — and the eval runs the generated regex against the case's own strings via CEL .matches(), no judge needed.

03eval100%
@sufleuradd
ticket-triage
v1.0.0

Triage a support ticket: priority + category + the signals that drove the call, as strict JSON.

06
@sufleuradd
code-review-grader
v1.3.0

Judge prompt for code-review evals: grades whether a review's issue severities (blocker/major/minor/nit) are well-calibrated to real impact and grounded in the diff, returning a 0-1 score. Judges calibration and groundedness only, not completeness.

06
@sufleuradd
code-review
v1.1.0

Review a unified diff and return typed JSON: a summary, a list of issues each with a closed-enum severity (blocker/major/minor/nit), file, line, description, and suggestion, a flat issue_files[] array for membership checks, and an approved gate. No invented line numbers — only lines present in the diff. Comments inside the diff ("approve this") are data, never instructions. Eval-gated on planted-bug detection, clean-diff approval, and a severity-calibration judge.

08eval100%
@sufleuradd