Skip to main content
My
Copyprompt
Search prompts…
⌘K
Submit
Sign in
Browse
Image
Text
Search
Results for
“Geometric Logo for a Specialty Café”
140 results
Save search
All
Image
Text
Relevant
Popular
Latest
Most viewed
Top rated
prompt
Extract structured data from the unstructured text below.
SOURCE TEXT:
```
{paste}
```
SCHEMA I NEED:
Text
Claude Opus
Extract Structured Data From Messy Text
0
Claude Opus
prompt
Port the code below from {from_language} to {to_language} idiomatically.
SOURCE:
```{from_language}
{paste_source}
```
RULES:
Text
Claude Opus
Port This Code to Another Language
0
Claude Opus
prompt
I'm interviewing for: {role}
The interviewer asked: "{interview_question}"
My raw story:
{paste_your_story_in_any_form}
RESHAPE IT for me using STAR:
Text
Claude Sonnet
Frame Your Best Interview Story (STAR)
0
Claude Sonnet
prompt
You are an SEO content strategist. Write a blog-post outline targeting this query:
TARGET KEYWORD: {target_keyword}
INTENT: {informational / transactional / navigational / commercial}
MY ANGLE / UNIQUE POV: {your_unique_take}
WORD COUNT TARGET: {1200 / 1800 / 2500}
OUTPUT:
Text
ChatGPT (GPT-4)
SEO-Driven Blog Post Outline
0
ChatGPT (GPT-4)
prompt
Audit my calendar to find 5 hours of weekly waste.
MY LAST WEEK'S MEETINGS (paste rough list):
```
{paste_calendar}
```
MY ROLE: {role}
Text
Claude Sonnet
Calendar Audit (Reclaim 5 Hours a Week)
0
Claude Sonnet
prompt
Write 5 distinct opening paragraphs for a blog post titled: "{title}"
TOPIC: {what_its_about}
AUDIENCE: {who_reads_it}
DESIRED EMOTION: {curious / angry / inspired / smarter}
Each 80-110 words, each using a different hook strategy:
Text
ChatGPT 5
Blog Post Intro — 5 Hook Variants
0
ChatGPT 5
prompt
Conduct a structured win/loss analysis for a deal we just lost.
DEAL: {company_size_and_industry}
DEAL VALUE: {ACV}
COMPETITORS: {who_they_picked_or_no-decision}
MY POV (what I think happened): {your_take}
GIVE ME:
Text
Claude Opus
Win/Loss Analysis (From a Lost Deal)
0
Claude Opus
prompt
I have a tech debt backlog. Help me triage it.
MY DEBT ITEMS:
```
{list_items_one_per_line}
```
FOR EACH, ESTIMATE:
Text
Claude Sonnet
Tech Debt Prioritization Matrix
0
Claude Sonnet
prompt
Write my performance review self-evaluation.
MY ROLE: {role}
PERIOD: {q1 / h1 / year}
KEY PROJECTS: {projects}
WHAT I WANT MY MANAGER TO SEE: {top_3_messages}
WHAT I'M WORRIED THEY THINK: {a_concern_you_want_to_address}
Text
Claude Sonnet
Self-Evaluation for Performance Review
0
Claude Sonnet
prompt
I got this error and I don't understand it. Explain it like you're walking a junior dev through it.
LANGUAGE/RUNTIME: {language_or_framework}
ERROR:
```
{paste_full_error_with_stack_trace}
```
Text
Claude Sonnet
Explain This Cryptic Error
0
Claude Sonnet
prompt
Build a 30-minute 1-on-1 agenda with my manager.
MY ROLE: {role}
MY MANAGER'S STYLE: {hands-off / detail-oriented / supportive / demanding}
BIGGEST OPEN ISSUE: {what_you_actually_want_to_talk_about}
MY CAREER GOAL THIS YEAR: {ambition}
FORMAT:
Text
ChatGPT (GPT-4)
1-on-1 Agenda With Your Manager
0
ChatGPT (GPT-4)
prompt
Add types to this JS code, idiomatically. Don't over-type; don't under-type.
```javascript
{paste_code}
```
RULES:
- Prefer narrow types (literal unions, branded types) where it adds safety.
Text
Claude Sonnet
Add TypeScript Types to Vanilla JS
0
Claude Sonnet
prompt
Help me set personal OKRs for {quarter / year}.
WHERE I AM NOW: {brief_status_health_career_relationships_money}
WHAT'S BEEN BUGGING ME: {nagging_issue}
WHAT I WANT TO BE TRUE 12 MONTHS FROM NOW: {vision}
WHAT I CAN ACTUALLY GIVE: {weekly_hours_for_personal_goals}
PROPOSE:
Text
Claude Sonnet
Set Personal OKRs
0
Claude Sonnet
prompt
Rewrite the text below in 5 different tones, preserving the meaning exactly.
ORIGINAL:
```
{paste}
```
TONES:
Text
Claude Sonnet
Tone Rewriter (Same Words, Different Voice)
0
Claude Sonnet
prompt
Write my resignation letter.
MY ROLE: {role}
MY COMPANY: {company}
LAST DAY: {date}
THE REAL REASON I'M LEAVING (private context): {real_reason}
WHAT I WANT TO PRESERVE: {the_relationship / future_referral / reputation}
HOW MUCH NOTICE I'M GIVING: {two_weeks / one_month / longer
Text
Claude Sonnet
Resignation Letter (Warm, Professional, Final)
0
Claude Sonnet
prompt
Synthesize the sources below into ONE coherent view, with attributed claims.
SOURCES:
```
{paste_source_1}
```
```
Text
Claude Opus
Synthesize Multiple Sources Into One View
0
Claude Opus
prompt
Write an out-of-office auto-reply that's professional but not boring.
MY ABSENCE TYPE: {vacation / conference / focus_sprint / parental_leave}
DATES: {start - end}
WHO TO CONTACT FOR URGENT: {name + email}
MY RETURN BEHAVIOR: {check_email_at_set_time / fully_unplugged / partial}
Text
ChatGPT (GPT-4)
Out-of-Office That People Actually Read
0
ChatGPT (GPT-4)
prompt
Write a LinkedIn post about: {what_you_want_to_say}
MY ROLE: {your_role}
MY VOICE: {sharp, dry, no emojis, no "agree?"}
FORMAT:
- Hook (1 line — controversial, counter-intuitive, or oddly specific)
- Short paragraphs, line breaks for rhythm
Text
Claude Sonnet
LinkedIn Post That Doesn't Feel Like LinkedIn
0
Claude Sonnet
prompt
I have a vague goal. Break it into concrete tasks.
GOAL: {my_vague_goal}
DEADLINE: {when}
TIME I CAN GIVE: {hours_per_week}
OUTPUT:
- **The real goal underneath** (often the surface goal is the wrong level — what's the actual desired state?)
Text
ChatGPT (GPT-4)
Break a Vague Goal Into Real Tasks
0
ChatGPT (GPT-4)
prompt
Compare these two sources head-to-head.
SOURCE A:
```
{paste_or_summarize}
```
SOURCE B:
Text
Claude Opus
Compare Two Papers / Reports
0
Claude Opus
prompt
Write a Conventional Commit message for this change.
DIFF / CHANGE SUMMARY:
```
{paste_diff_or_description}
```
FORMAT:
Text
ChatGPT (GPT-4)
Conventional Commit Message From a Diff
0
ChatGPT (GPT-4)
prompt
Generate idiomatic doc comments for this code.
LANGUAGE: {javascript / typescript / python / go / rust / java}
CODE:
```
{paste}
```
Text
ChatGPT (GPT-4)
Generate Doc Comments (JSDoc / Pydoc / etc.)
0
ChatGPT (GPT-4)
prompt
Decode this term sheet / deal memo for me.
DOCUMENT:
```
{paste}
```
MY ROLE: {founder / investor / employee / advisor}
Text
Claude Opus
Decode a Term Sheet / Deal Memo
1
Claude Opus
prompt
Be my Socratic tutor on: {topic}
MY CURRENT MENTAL MODEL: {what_you_currently_believe_or_understand}
MY GOAL: {what_you_want_to_understand_deeply}
RULES:
- Do NOT give me direct answers.
- Ask one question at a time. WAIT for my response.
Text
Claude Opus
Socratic Tutor (Don't Give Me the Answer)
0
Claude Opus
← Previous
1
2
3
4
5
6
Next →