Summary

A curated collection of 300 production-ready Claude prompts organized across 6 categories: Coding & Debugging (50), Business & Strategy, Writing & Communication, Research & Analysis, Creative Projects, and Personal Productivity. Each prompt is a template with bracketed placeholders designed for direct use rather than as generic inspiration. The prompts emphasize specificity — they name exact techniques (SQL optimization, rate limiters, webhooks) rather than vague generic tasks.

300 個生產就緒的 Claude 提示詞,分六個類別,每個提示詞含佔位符可直接套用。重點在於具體性——命名確切技術而非泛化任務描述。

Key Points

  • Coding category covers code review, refactoring, unit tests, security audits, CI/CD pipelines, microservice design, and state machines
  • Each prompt follows a consistent structure: task description + context placeholder + expected output format
  • The collection is explicitly “not demos” — targets tasks that previously took hours of manual work
  • Prompts include negative examples and constraints (e.g., “never deletes old data”, “handle pagination edge cases”)
  • Architecture-level prompts ask Claude to identify what breaks at scale, not just to generate working code

Insights

The most valuable aspect is not the prompt content itself but the implicit prompt engineering principles demonstrated: every prompt has a clear success criterion, specifies error handling requirements, and constrains the output format. The underlying pattern is converting vague intent (“review my code”) into structured specification (“review as senior engineer, identify bugs/security/performance/style, explain each issue, suggest fix”). This matches the Research-Plan-Implement framework from agentic coding: the prompt IS the plan.

Connections

Raw Excerpt

Every prompt in this guide was built with one goal. To replace a task that used to take hours and make it take minutes.