1328 hand-tested AI prompts across image, video, and music — each with full context, variables, and a sample output. Content is authored in Traditional Chinese; the UI here is English.
Feed Claude your original resume plus the target job posting, and it rewrites every section of your resume in that company's language — keywords, metrics, and industry terms all aligned — to boost your ATS pass rate.
Killer copy for a brand's About / About Us page. Compresses 'who I am, why I started this business, what I believe, who this is for' into about 400 words that read like a real person, not a press release.
Feed in a textbook chapter, lecture notes, or meeting materials, and get three items generated at once: flashcards to help you memorize, a self-quiz to test yourself, and a speaking outline to help you explain it out loud. Good for certification exam prep, study-group facilitation, and new-hire training. It has a built-in anti-fabrication rule that says "organize only from the provided material"; for long material, feed it in batches and generate one pack per batch, then merge — that's the most reliable approach.
Turns budget, walking pace, traveling with elders, and rain contingencies all into hard constraints that trigger a full re-plan if violated, forcing the AI to build an itinerary you can actually walk through, with a rain backup and daily cost subtotal for every day, and a constraint-check pass run after planning is done. Good for family trips or traveling abroad with elders. Note: the AI often gets business hours and ticket prices wrong — every such item is forcibly flagged "confirm before departure," and you should always check the official website yourself before you go.
Feed in your shop name, business hours, price range, and tone persona, and get four LINE Official Account template sets generated at once: a price-inquiry guide, a booking confirmation with a fully-booked alternative, a two-part complaint reply, and a closing auto-reply. The tone stays consistent throughout, and each message is kept to a length readable in one message. Double-check prices and hours against each template before pasting them into your backend — the AI doesn't know your shop's actual real-time situation.
Paste in your health checkup numbers and get each one translated into plain language, with flagged (out-of-range) items collected together, plus a concrete list of questions you can read straight off at your follow-up appointment. Solves the pain point of "seeing the flagged numbers, not understanding what they mean, and not knowing what to ask in a 3-minute consultation." Not medical advice — abnormal values are always for your doctor to interpret; the AI's role is limited to translation and coaching you on questions, and it is barred from making a diagnosis.
Paste in a long thread that's been forwarded among many people and gone back and forth a dozen times, and the AI identifies who's asking for what, which parts actually concern you, and who to reply to (and who not to) — plus a reply draft in a tone that fits Taiwanese workplace norms and a heads-up on any political risk.
Paste a suspicious message from a LINE group chat to the AI, and it automatically breaks down the claims, checks the credibility of each one, compares it against common misinformation tactics, and gives you a red/yellow/green traffic-light verdict along with Taiwanese fact-checking resources — a 3-minute check before you forward it.
A drop-in custom instruction for ChatGPT Custom Instructions / Claude Projects / any system prompt. It doesn't just force Traditional characters — it also corrects mainland-style word choices (e.g. 質量→品質 'quality', 視頻→影片 'video', 信息→資訊 'information', 土豆→馬鈴薯 'potato'), plus a built-in explanation of why it breaks and how to re-lock it.
A time-saving customer service tool for Shopee sellers, IG shops, and small brick-and-mortar stores. Generates auto-reply scripts in one pass for common questions — business hours, parking, in-person meetups, shipping fees, returns and exchanges — plus a Taiwan-style negative-review reply template that leads with empathy before offering a solution. The output is formatted to paste directly into LINE Official Account auto-replies and IG FAQs.
This doesn't write your resume — it audits one. It flags sentences that read like AI wrote them, uses pointed follow-up questions to force you to back up vague claims with real numbers, then gives a before-and-after rewrite example plus a personal banned-words list. Use it as the last check before you submit.
Nine times out of ten, asking AI for a formula fails because it doesn't know what your table actually looks like. This template gives you a fill-in-the-blanks format for describing your column structure; the formula you get back comes with a step-by-step breakdown, a 5-row mini sample table, and two common gotchas flagged, with both legacy and modern function syntax provided.
Generates the same email in three versions — formal, neutral, and friendly — each with a subject line, followed by a breakdown of "why it's worded this way." Especially useful for high-stakes emails like follow-ups, declines, apologies, and reporting up the chain — firm without burning the bridge.
Turn messy source material like meeting notes and report paragraphs into a slide outline formatted 'one point per page, separated by ---,' ready to paste straight into Gamma or Canva AI to produce a deck. Page titles are forced into statements of insight rather than labels, the conclusion goes on page two, and it comes with a 30-second opening script.
Use this right after any speech-to-text tool: paste the transcript and get a formal record, a list of decisions, an action-item table with "Owner/Deadline/Dependencies," and a 3-line summary for people who missed the meeting. It handles transcription typos and mixed Chinese-English text, flags any deadline that wasn't actually stated as "to be confirmed," and doesn't make things up.
Dump in a raw, whatever-you-jotted-down log of the week and get back a weekly report where results are quantified, blockers come with proposed solutions, and next week's plan is aligned to what your manager actually cares about. Scattered small tasks get merged automatically, slipping progress can't be hidden, and support requests are framed as needs — with an upward-management perspective built in.
Writing a ten-page proposal your manager doesn't have time to read is the real reason most proposals go nowhere. This prompt organizes your idea into a one-page proposal—problem, solution, expected benefit, resources needed, risks—all kept to a single page, and forces the AI to push back and ask you for missing information from a decision-maker's point of view. Good for situations where you need resources, budget, or headcount from a manager or another department.
A Stop hook that fires a desktop notification and plays a sound the moment Claude Code finishes running. You can freely switch to other windows—the AI will call you back when it's done, no need to keep staring at the terminal.
Rewrites awesome-cursorrules' Next.js App Router standard into an AGENTS.md/CLAUDE.md you can drop straight into your project root, so Claude Code, Codex, and Cursor automatically follow Server-Components-first, file-based routing, TypeScript, and performance conventions when writing Next.js.
Uses two Markdown templates (create-prd.md and generate-tasks.md) to turn 'dumping a pile of requirements on AI' into a controlled process: first generate a PRD, break it into a checkable task list, then complete one subtask at a time — pausing after each for your go-ahead before continuing.
Uses VoltAgent/awesome-claude-code-subagents (154+ subagents, 10 categories, MIT license) as a curated directory for picking the right subagent and installing it into Claude Code's .claude/agents/ using the standard YAML format.
Borrows the approach from the 40k-star awesome-cursorrules repo to codify 'how to write for a given tech stack' into a project rule file, so Cursor / Claude Code / Codex always produce code in your conventions instead of generic boilerplate.
Has Claude Code scan your repo and produce a tight, verifiable CLAUDE.md project memory file under 200 lines—covering build/test/lint commands, directory structure, conventions, and prohibitions—while routing anything that doesn't belong there into skills or path-scoped rules instead.
Applies the spirit of Plan Mode so Claude Code hands over a structured plan (files affected, steps, risks, acceptance criteria) before touching any file—you review, correct, and approve it before execution begins. Prevents the AI from charging ahead and writing a pile of things you didn't want.