150+ free Claude prompt templates for writing, business, marketing, coding, Claude Code, SQL, Excel, Python, JavaScript, Artifacts, Projects, long documents, research, computer use, SEO, YouTube, Instagram, LinkedIn, emails, resumes, interviews, studying, teaching, finance, productivity, and more. Each entry below is a ready-to-copy prompt — replace the bracketed placeholders with your own details and paste into Claude.
✍️ Writing Claude Prompts (5 codes)
CL-001: Rewrite in any tone
Rewrite the following text in a [friendly / formal / persuasive / witty] tone, keeping the meaning the same:
[paste text]
CL-002: Long-form editing pass
Here is a full draft. Do a developmental edit: flag weak arguments, redundant sections, and unclear transitions, then suggest fixes:
[paste full draft]
CL-003: Style match from samples
Study the writing style in these samples, then write a new piece about [topic] that matches the same voice, rhythm, and vocabulary:
[paste 2-3 writing samples]
CL-004: Turn an outline into a draft
Turn this outline into a complete first draft, expanding each point into full paragraphs:
[paste outline]
CL-005: Simplify jargon-heavy text
Rewrite this text so a smart non-expert could understand it, without losing any key information:
[paste text]
📣 Marketing Claude Prompts (4 codes)
CL-010: Campaign brainstorm
Generate 10 marketing campaign ideas for [product] targeting [audience] with a budget of [budget].
CL-011: Buyer persona builder
Build a detailed buyer persona for [product], including demographics, goals, pain points, and buying triggers.
CL-012: Content calendar
Create a 4-week content calendar for [platform] promoting [product], with themes and post types per day.
CL-013: Competitor comparison
Compare [my product] against [competitor] on features, pricing, and positioning, then suggest a differentiation angle.
⌨️ Claude Code Claude Prompts (5 codes)
CL-022: Plan before building
Before writing any code, give me a step-by-step plan for implementing [feature] in this codebase, including which files you'll touch and why.
CL-023: Fix a failing test suite
Run the test suite, identify why [test name / all tests] are failing, and fix the underlying issue without breaking other tests.
CL-024: Add a new feature end to end
Implement [feature description] end to end: code, tests, and a short summary of the changes made.
CL-025: Code review a pull request
Review this diff for bugs, security issues, and style problems, and suggest specific improvements:
[paste diff]
CL-026: Write a CLAUDE.md project config
Generate a CLAUDE.md file for this project describing the tech stack, coding conventions, and commands to run tests and build, based on this repo structure:
[paste repo structure / README]
🧩 Artifacts Claude Prompts (5 codes)
CL-044: Build an interactive tool
Build an interactive [artifact type] that lets a user [describe interaction], with clean, modern styling.
CL-045: Turn data into a dashboard artifact
Turn this dataset into an interactive dashboard artifact with filters and at least one chart:
[paste data]
CL-046: Create a slide-style one-pager
Build a single-page visual summary (as an artifact) of [topic], structured like a slide, with clear sections and a simple color scheme.
CL-047: Build a small game or simulator
Build a simple, playable [artifact type] that simulates [concept], with a scoreboard or state I can interact with.
CL-048: Build a calculator or converter tool
Build a small interactive calculator artifact that converts [input] into [output], with input validation.
📚 Long Documents & PDFs Claude Prompts (5 codes)
CL-052: Summarize a long document into key sections
Summarize this document into: 1) a 3-sentence overview, 2) key takeaways per section, 3) open questions.
CL-053: Extract structured data from a document
Extract [data points] from this document into a table with columns [column names].
CL-054: Compare two long documents
Compare these two documents and list the key differences in claims, numbers, and conclusions: [Document A] vs [Document B].
CL-055: Find contradictions across a large document
Read this entire document and flag any statements that contradict each other or seem inconsistent.
CL-056: Turn a contract into a plain-language summary
Summarize this contract in plain language, highlighting key obligations, deadlines, and risks — note this is not legal advice:
[paste contract]
🔬 Research Claude Prompts (5 codes)
CL-057: Literature summary
Summarize the current consensus on [research topic], noting key studies and any major disagreements.
CL-058: Pros/cons analysis
Give a balanced pros and cons analysis of [topic/decision], citing the strongest arguments on each side.
CL-059: Turn findings into an abstract
Turn these research notes into a structured academic abstract (background, methods, results, conclusion):
[paste notes]
CL-060: Identify research gaps
Based on the current literature on [topic], identify 3 under-explored questions worth researching further.
CL-061: Design a research methodology
Design a research methodology to test the hypothesis that [hypothesis], including method, sample, and limitations.
🔍 SEO Claude Prompts (4 codes)
CL-068: Keyword cluster research
Generate a keyword cluster around the topic [topic], grouped by search intent (informational, commercial, transactional).
CL-069: Meta title & description
Write 5 SEO-optimized title tags and meta descriptions for a page about [topic], under 60 and 155 characters respectively.
CL-070: On-page SEO audit
Review this page content for on-page SEO issues (keyword usage, headings, readability) and suggest improvements:
[paste content]
CL-071: Internal linking suggestions
Based on this list of my site's pages, suggest internal linking opportunities for a new article about [topic]:
[paste page list/titles]
🛠️ Prompt Engineering Claude Prompts (5 codes)
CL-146: Structure a prompt with XML tags
Rewrite this prompt using clear XML tags to separate instructions, context, and examples so Claude can follow it more reliably:
[paste rough prompt]
CL-147: Write a system prompt for a custom assistant
Write a system prompt for an assistant whose job is [assistant purpose], including tone, scope, and what it should refuse to do.
CL-148: Few-shot example builder
I want Claude to always respond in this format: [describe format]. Write 3 few-shot examples I can include in my prompt to demonstrate it.
CL-149: Chain-of-thought prompt template
Turn this task into a prompt that asks Claude to think step by step before giving a final answer: [describe task].
CL-150: Debug why a prompt isn't working
Here's a prompt that isn't producing the results I want, and an example of a bad output. Diagnose what's ambiguous or missing:
Prompt: [paste prompt]
Bad output: [paste output]