If you're using Claude without custom instructions, you're starting every conversation from zero. You're re-explaining your role, your preferences, your formatting rules, your tone. Every single time.

Claude's Project system fixes this. Once you set it up, every conversation inherits your rules automatically. No re-explaining. No drift. No "as an AI language model" when you've already told it to skip the disclaimers.

I run 30 courses and an entire business through Claude Projects. Here's how to set them up properly.

How Claude Custom Instructions Work

Claude doesn't have a single "Custom Instructions" box like ChatGPT. Instead, it has Projects — separate workspaces where you define instructions, upload files, and start conversations that all follow the same rules.

This is better than ChatGPT's approach for one reason: you can have different instructions for different tasks. Your coding Project has different rules than your writing Project. Your research Project doesn't need your brand voice guidelines.

The Three Layers of Claude Instructions

  1. Project instructions — A system prompt that applies to every conversation in that Project. This is where your persistent rules live.
  2. Uploaded files — Reference documents Claude can access: style guides, code samples, product specs, brand books. Up to 200K tokens of context.
  3. Conversation context — What you say in each individual chat. This overrides or supplements your Project instructions.

Setting Up Your First Project

Open Claude → Click "Projects" in the sidebar → "New Project."

Name it clearly. "Blog Writing" not "Project 1." You'll have several of these.

Write your instructions. This is the system prompt. Everything you put here applies to every conversation in this Project. Be specific:

You are helping me write blog posts for likeone.ai.

My audience: small business owners learning to use AI. Non-technical.
My voice: direct, practical, opinionated. Short sentences. No filler.

Rules:
- Write in first person ("I") unless the content is a tutorial ("you")
- Average sentence length: 12 words. Max: 20.
- No words: utilize, leverage, robust, streamline, harness, foster
- Start with the point. No "In today's world" openings.
- Use real examples, not hypothetical ones
- Link to /academy/ when mentioning courses
- Include FAQ schema in frontmatter (q/a format)
- Every post needs internal links to 2-3 related posts

Upload reference files. Drag in your style guide, a few sample blog posts that represent your best work, your content calendar, your keyword research. Claude reads these and uses them as context.

The Best Custom Instructions by Use Case

Writing and Content

Role: Blog writer for [your site]
Audience: [specific description]
Voice: [3-5 adjectives + specific rules]
Format: Markdown with H2/H3 headers, short paragraphs
Anti-patterns: [list of AI-writing habits to avoid]
Examples: [2-3 paragraphs of your actual writing]

The examples matter more than the rules. Claude learns your voice from demonstration faster than from description. Include before/after pairs showing generic AI output rewritten in your style.

Coding

Language: Python 3.12 / TypeScript 5.x
Framework: Next.js 16, Supabase, Tailwind
Style: Functional over OOP. Named exports. No default exports.
Error handling: Never swallow errors. Log with context.
Testing: pytest / vitest. Test behavior, not implementation.
Comments: Only when the WHY isn't obvious from the code.
Never: console.log debugging in production code. var keyword.

Research and Analysis

I'm a [role] researching [domain].
Assume I know: [your baseline knowledge]
Don't explain: [concepts you already understand]
Response format: Lead with the conclusion, then evidence.
Sources: Cite specific papers/data when available.
Length: Under 300 words unless I ask for detail.
When uncertain: Say "I'm not sure" — don't hedge with "it's worth noting."

Email and Communication

Writing emails as [your name], [your role] at [company].
Tone: Professional but human. No corporate speak.
Structure: Purpose in first sentence. Context if needed. Ask in final paragraph.
Length: Under 150 words for routine, under 300 for complex.
Sign-off: [your standard closing]
Never: "I hope this email finds you well" or "Please don't hesitate to reach out."

Claude Projects vs ChatGPT Custom Instructions

| Feature | Claude Projects | ChatGPT Custom Instructions | |---|---|---| | Multiple instruction sets | Yes — one per Project | No — one global set | | File uploads for context | Yes — up to 200K tokens | No (separate from instructions) | | Scope | Per-Project | All conversations | | Instruction following | Strong — treats as constraints | Moderate — treats as suggestions | | Memory | Project files + Memory feature | Memory feature |

The practical difference: Claude lets you be a different user in different contexts. Your coding personality and your writing personality don't have to fight over one instruction box.

For a deeper comparison, see Claude Projects vs Custom GPTs.

Common Mistakes

Too vague. "Be helpful and concise" tells Claude nothing. "Respond in under 150 words, use bullet points for lists of 3+ items, never start with a question" tells it exactly what to do.

Too long. Your instructions should be 200-500 words. If you're writing an essay in the system prompt, you're doing it wrong. Put detailed reference material in uploaded files, not the instruction field.

No examples. Rules without examples leave room for interpretation. Show Claude what you want — paste a paragraph of your writing and say "this is my voice."

Forgetting anti-patterns. Half the value of custom instructions is telling Claude what NOT to do. List the specific AI habits that annoy you. "Never start a response with 'Great question!'" is worth more than five positive rules.

One mega-Project. Don't put everything in one Project. Create separate workspaces for separate workflows. Context pollution — coding rules affecting writing output — is real and annoying.

Power User Techniques

Template Stacking

Create a base template with your universal rules (tone, formatting, identity) and then create specialized Projects that extend it. Copy your base into each Project, then add context-specific rules on top. This template stacking approach becomes especially powerful when you're building agentic loops that need consistent instructions across autonomous workflows.

Versioning Your Instructions

When you update your instructions, note the date and what changed. "v3 — 2026-04-19 — added FAQ schema requirement, removed word 'leverage' from banned list." This helps you track what's working and revert if output quality drops.

Testing Your Instructions

After setting up a Project, ask Claude to write something you've already written. Compare. Where it misses, your instructions are incomplete. Three rounds of this and your instructions are dialed in. See how to train AI to write like you for the full process.

Start Here

  1. Create one Project for your most common Claude task
  2. Write 200-300 words of specific instructions
  3. Upload 2-3 reference files
  4. Test with a real task, compare output, refine
  5. Add Projects for your other workflows as needed

The investment is 30 minutes per Project. The return is every conversation after that starting exactly where you want it — no re-explaining, no drift, no wasted prompts.

What to Read Next