Anthropic shipped two agentic products that change how marketers work: Claude Cowork (the desktop app version) and Claude Code (the terminal version). This guide sets up both, end to end, and shows you which one to reach for when.
You need Claude Pro, Max, Team, or Enterprise to use either. The free plan doesn't include them.
the differenceClaude Cowork = Claude with file access, app integrations, and scheduled tasks, inside the Claude Desktop app. It's the non-coder version. Best for: research, drafting, briefings, weekly automations, calendar and inbox triage.
Claude Code = Claude with full file and terminal access, inside an IDE like Antigravity. It's the power-user version. Best for: building tools, multi-file projects, scripting, automating tasks that require running commands.
Most marketers should set up both. Cowork for daily work, Claude Code when you want to build something.
This part takes about 20 minutes.
Cowork lives inside Claude Desktop. You don't install Cowork separately, it's a mode you turn on by giving Claude access to a folder.
This is the most important part. Cowork without a folder structure is just chat with file access. With the right structure, it becomes an assistant that remembers who you are and what you're working on.
On your computer (Mac: in your home directory, Windows: in Documents), create one parent folder called Claude Cowork. Inside it, create three subfolders:
About me (this is the brain, Cowork reads it on every task)Outputs from Claude (where Claude saves drafts, briefings, exports)Templates (your locked email templates, caption styles, brand guidelines)In Claude Desktop, open the Cowork panel, click Add folder, and point it at the parent Claude Cowork folder. Cowork now has access to all three.
Inside About me, create a file called me.md. Paste the following template and fill it in. Keep the total file under ~2,000 words. Past that, Cowork starts losing quality because it has to fit your context into the window before doing real work.
Template:
I am [name]. I run [business or role]. I'm based in [city, country].
My audience and ICP: [who you serve]
My voice: [3 to 5 adjectives]
How I write: [examples of sentence rhythm, punctuation, what to avoid]
What I'm working on right now: [top 3 priorities this quarter]
Tools I use daily: [list]
People I refer to often: [names + why]
How to talk to me: [communication preferences, e.g. always summarise after long tasks, never use em dashes, end with one question]
That's it. Don't paste full transcripts or massive bios. Summarise.
Two layers of instructions inside Cowork. Use both.
Global instructions (set in Claude Desktop settings โ Profile or Custom Instructions): your voice, preferences, communication style across everything.
Folder-specific instructions (a file called _instructions.md inside each subfolder): what the folder is for and what "done" looks like inside it. Example: in Outputs from Claude/Captions, the _instructions.md says "every caption ends with the ManyChat CTA, lowercase keyword, no em dashes."
This is what stops Cowork from giving you generic output. It writes like you because the instructions are layered, not pasted into every prompt.
In Claude Desktop, go to Customize, then Connectors, and switch on the ones that match where your work actually lives. For most marketers, the right starting set:
Each opens an OAuth window the first time, log in, approve, done.
Cowork has Scheduled Tasks. Set up one that runs every morning and pulls together your day.
Final setup step. In Claude Desktop settings, enable Chrome integration so Cowork can read pages you're viewing. Also sign in to the Claude mobile app with the same account so any chat or output is accessible from your phone.
You now have Cowork fully set up. Spend 20 minutes using it on a real task today to lock in the muscle memory.
This part takes about 30 minutes from zero. You will end with Claude Code editing real files for you inside Antigravity.
Antigravity is Google's free AI IDE. Think of it as a code editor that already has an AI built in. We're not using Antigravity's built-in AI for this guide. We're using Antigravity as the window we run Claude Code in, because it's free, beginner-friendly, and gives Claude Code everything it needs (a project folder, a terminal, and file editing).
antigravity.google and click Download.Claude Code is a separate program. Install it from Antigravity's terminal.
curl -fsSL https://claude.ai/install.sh | bash
claude command.claude and press enter.You're in. The terminal now shows Claude Code's interactive prompt, including which model it's using (should be Opus 4.8 if you're on Max).
claude-test.claude-test.claude-test folder.claude and press enter.That's the loop. You ask, Claude plans, you approve, Claude does it.
You'll see lots of slash commands in tutorials. These five are the only ones you need to get started.
/init: generates a starter CLAUDE.md file for your project (covered in 2.6)./clear: wipes Claude's memory of the current conversation. Use when you're switching tasks./compact: when Claude says you're running out of context, this summarises and frees space./model: switches model mid-session. Use /model claude-opus-4-8 for hard tasks./exit: closes Claude Code cleanly. Use this instead of just closing the terminal.Bonus: Ctrl+C cancels whatever Claude is currently doing without quitting the session.
CLAUDE.md is a markdown file Claude Code reads every time it starts in a folder. It's the most important file in your setup.
/init and press enter. Claude generates a starter CLAUDE.md.Project name: [what you're building]
What this project does: [one paragraph]
My voice and brand: [the same content from your Cowork About me file, copy it across]
Rules:
- No em dashes
- Sentence case headings
- Lowercase ManyChat keywords
- Output paste-ready (no meta instructions like "(edit this)")
Tools Claude can use: [list]
People to reference: [list]
How to ask before editing: always plan first, never delete files without confirming.
Save. From now on, every Claude Code session in this folder already knows all of this. You stop re-explaining yourself.
Three things to know before Claude Code touches anything you care about.
git init in your project folder (one terminal command). After Claude makes changes, you can run git status to see what changed, and git restore [filename] to undo edits to any file.--dangerously-skip-permissions exists to bypass that. Use it only on a sandbox folder, never on your real work.pwd (print working directory) in the terminal. The output tells you exactly where Claude is operating. If it's wrong, type cd path/to/right/folder to move.Pick one. Each takes 15 to 30 minutes the first time. After that, it's seconds.
You have a messy CSV of leads or signups. Open it in Antigravity. Ask Claude Code: "Open leads.csv. Strip duplicates by email. Standardise the country column to country codes. Sort by signup date descending. Save as leads-clean.csv. Tell me how many rows were removed."
You have a doc of caption ideas. Drop it in Claude Cowork/Templates/captions.md. In Cowork, ask: "Rewrite every caption in my About me voice. Apply the rules in _instructions.md. Save the result to Outputs from Claude/Captions/rewritten-[today].md."
You want to track three competitor IG bios weekly. In Antigravity, ask Claude Code: "Build me a Python script that takes a list of three Instagram handles, fetches the public bio for each via the IG web page, and writes them with today's date to a file called competitor-bios-[date].md. Run it now."
Claude will build the script, run it, hand you the output. You now have a competitor tracker you can re-run any week.
About me file under ~2,000 words. Longer files degrade output quality.Watch the full course here: Nick Saraev, Claude Code Full Course 4 Hours
Watch the full Cowork tutorial here: Arthur Winer, How to Use Claude Cowork
When Claude Code says command not found after install, quit Antigravity completely (Cmd+Q) and reopen. The shell needs to reload the path.
When Cowork's Scheduled Tasks don't fire, check Claude Desktop is actually open. They don't run if the app is closed.
When Claude Code asks for permission on every single action, run /permissions and set rules so it stops asking for routine reads.
When Cowork or Claude Code feels slow, switch model: type /model claude-haiku-4-5 for fast simple tasks, or /model claude-opus-4-8 for hard ones.
When the output reads AI-generated, your About me or CLAUDE.md doesn't have enough voice samples. Paste two of your real captions or emails into the file.
You now have the foundation. Three optional layers to add when you're ready.
.claude/skills/ for Claude Code, Skills panel for Cowork): saved instruction packets Claude loads when relevant. Build one for your weekly content review, your client onboarding email, anything you run more than twice./mcp to see what's already available. Add more from Customize, then Connectors in Claude Desktop..claude/agents/ for Claude Code): a way to spin up parallel Claude sessions for big tasks (research a topic, edit 30 files at once, audit a codebase). Ignore until you hit a task where a single session isn't enough.The foundation matters more than the extras. Get Cowork and Claude Code into your daily loop first, then layer the rest as needed.