Over 50 Tested Tips for Claude Cowork: Everything From Plugins to Sub-Agents and More

Written by withattitude | Published 2026/03/25
Tech Story Tags: claude | claude-cowork | claude-tips | ai | claude-cowork-guide | claude-cowork-tutorial | what-is-claude-cowork | how-to-set-up-claude-cowork

TLDRThis guide covers the basics and the power user tips other Cowork tutorials tend to skip. It also covers how to delegate properly so Cowork doesn’t improvise your life away.via the TL;DR App

Nine days. That's how long I spent breaking Claude Cowork before writing a single word of this guide.


I’ve seen enough of shallow tutorials that simply rephrase the official docs to know I wanted to do something different.


So, I rebuilt some of my workflows from scratch, tracked what failed, measured what saved time, and mapped 56 practical tips into the resource I wish existed when I started.


If you’ve already read the official docs, watched the first-wave YouTube tutorials, and still feel like the gap between “Cowork exists” and “Cowork is genuinely useful” is bigger than people admit, you’re in the right place.


Hey, I’m Karo 🤗

I’m an AI Product Manager, builder of Stackshelf.app, Attitudevault.dev and a daily user of Claude Cowork.

If you’re new here, welcome! Here’s what you might have missed:

Perplexity Computer: What I Built in One Night

Viral Claude Skills

Why Building with AI Matters for Critical AI Literacy

What’s Inside

This guide covers the basics and the power user tips that other Cowork tutorials tend to skip:

  • What Cowork is, and where it fits vs Chat and Code
  • The setup that matters more than your prompts
  • How to delegate properly so Cowork doesn’t improvise your life away
  • Pro tips for plugins, skills, and slash commands
  • Scheduled tasks and when they’re worth using
  • How sub-agents work, and where they break
  • Memory workarounds that make Cowork usable across sessions
  • Safety, credit management, and the limits that still matter in 2026

What is Cowork

Cowork is Anthropic’s autonomous desktop agent for knowledge work beyond coding.


It uses the same agentic architecture as Claude Code, wrapped in an interface anyone can navigate.


That means it can plan multi-step tasks, work directly with your files, coordinate sub-agents, generate real deliverables, and now run scheduled tasks too.


Anthropic’s framing is simple: describe an outcome, step away, and come back to finished work.

That’s the promise. The question is whether it holds up in real workflows.


Sometimes yes.

Sometimes not.


That’s why this guide exists.

Claude Cowork vs Chat vs Code

The rule is simple:

  • Chat for questions.
  • Cowork for workflows.
  • Code for code.

If I’m building software, debugging, or working directly inside a repo, I go to Claude Code.


If I’m writing, synthesizing research, organizing files, generating documents, or running a multi-step process that touches folders, tools, and output files, Cowork is the right choice.


Everything below is about making it work well.

What Makes Cowork Useful

Three capabilities set it apart from regular chat:

  • Delegation. You describe an outcome, step away, and come back to finished work. Formatted documents. Organized files. Synthesized research. Done.
  • Scheduled tasks. Scheduled tasks are one of the most useful Claude Cowork features in 2026.
  • They let you describe a recurring job once, then have Cowork run it automatically on a schedule, as long as your computer is awake, and Claude Desktop stays open (!).
  • In practice, this is where Cowork’s delegation capabilities start to shine.
  • Connectors. Cowork reaches beyond your local machine into apps you already use. Gmail, Notion, Calendar, Figma. I’ve previously shared some pro tips that don’t get talked about enough.


Put simply, Cowork brings Claude closer to a configurable, real-world agent runtime.

How Cowork Works With Files

Cowork reads file names and the contents.


It knows that an old image named IMG_4521.png is actually a Substack invoice sent via Stripe. It categorizes it correctly without being told. It can also:

  • Find and consolidate duplicates by content, without deleting originals
  • Bulk rename files to follow a consistent naming convention
  • Archive old files with a log showing what was moved and where
  • Sort photos into organized album folders
  • Convert between file formats
  • Merge scattered CSVs into a single, organized Excel file with proper headers
  • Clean messy data exports (inconsistent formatting, missing fields, encoding issues)


A common first experiment: decluttering your Downloads folder. We'll cover that below.

Set Up Claude Cowork Like a Power User

  1. Open Claude Desktop.​
  2. Find the mode selector and click the “Cowork” tab.

That's it for access. But the real setup happens next.

Before Your First Task

The two most important moves happen before your first task: creating a dedicated work folder and setting your global instructions.


Create a dedicated work folder

  • Don’t use your Documents folder or Desktop. Create a dedicated folder for this project instead.
  • Grant Claude access to only this folder. That’s your security boundary. Everything outside stays untouched.
  • If you’re unsure how to structure it, ask Cowork:
I’m about to kick off [Project Name]. 
Based on this brief/description, scaffold a complete folder structure, with relevant subfolders. 
If relevant, pre-populate each with templates. 
Output with a description and overview of how you structured it and why.
  • The structure that works best for me:
  • thoughts/ - messy, unstructured thoughts
  • ideas/ - thoughts I want to explore deeper
  • todo/ - files and tasks to process
  • outputs/ - new files Claude creates
  • done/ - files of completed tasks
  • references/ - read-only context, things such as:
  • project’s CLAUDE.md,
  • branding.md,
  • change-log.md
  • memories.md


Set Up Global Instructions

  • Global Instructions persist across sessions in Cowork. Use them for evergreen details: tone preferences, preferred tools, output formats.
  • This is where you teach Claude how to work with you, not just for you.
  • Set them up in Settings inside Cowork:


Keep project context files close

Cowork gets smarter when the project explains itself.


A lightweight CLAUDE.md file does a lot of work here.


Same with style docs, brief files, memory notes, and any project-specific instructions you want Claude to read before it starts improvising. This is not glamorous advice.


It is also one of the highest ROI setups I’ve tested.

How to Delegate to Cowork

Almost no one delegates well the first time. I definitely didn’t.


We either give it instructions vague enough to confuse a barista, or we panic and hand over access to our entire Documents folder like, "Sure! Take everything. Raise the child for me."


The Three-Question Framework

The goal is to describe the end state, then give Claude everything it can’t guess.


Before every task, answer these:

  • What does "done" look like?
  • What context does Claude need?
  • What constraints can't it guess?


Cowork works asynchronously. We give it a task, it goes off and works, and we come back to the result. So, our prompt has to define the end state and fill in everything Claude can't infer.


Instead of this:

Clean up my Downloads folder.


Try this:

End state: My ~/Downloads folder only contains files from the last 7 days. Everything else is sorted into ~/Sorted/photos, ~/Sorted/documents, and ~/Sorted/other.

Context:
There are about 187 files in Downloads right now, going back months
Most are .jpg, .pdf, and .zip

Constraints:
Don't delete anything — only move.

Output: When done, create a short what-moved.md listing how many files went where.


7 More Delegation Tips

  • Always ask for a change log.
  • A what-changed.md or a change-log.md so you can review every decision Claude made.
  • Try delegating with dummy files first.
  • Run a quick test with non-critical files before processing the real stuff.
  • You’ll learn how Claude interprets your instructions without any risk.
  • Keep Claude Desktop open.
  • If you close the app, the session ends.
  • Ask for source tracing.
  • If Cowork is synthesizing across files, make it cite filenames so you can trace where each claim came from.
  • Track your token usage.
  • Check Settings > Usage so you don’t hit limits mid-task:


  • Use Cowork Ideas Dashboard.
  • With the latest update, you can now use Ideas Dashboard, which provides pre-filled prompts and suggested Connectors for delegating tasks:


10 Tested Prompt Templates

Each one follows the same pattern:

Go through emails from the last 7 days. Categorize into: urgent, needs reply, FYI. Create triage.md listing each email with sender, subject, category, and suggested action. Draft replies for anything that only needs a confirmation or acknowledgment — save as drafts, don't send.


Content repurposing:

Take this text and identify the 3 strongest standalone insights. For each, create a script (60 seconds max, conversational tone, optimized for LinkedIn video). Output as video-scripts.md.


Expense tracker:

Read receipt photos in [folder name]. Create expense-tracker.xlsx for personal budgeting: Date, Vendor, Category, Amount. Add formulas for totals by category. Apply conditional formatting for anything over [amount].


Research synthesis:

Read all documents in [folder name]. Create a synthesis-report.docx with: exec summary (1 page), key themes with direct quotes and source file names, contradictions between sources, and unanswered questions. Audience: leadership team. Tone: formal.


Competitor research:

Research pricing pages for [Company A, B, C]. Create comparison.xlsx with columns: tier name, price, features included, limits. Add a tab with pros/cons for each. Audience: product team evaluating options.


Meeting prep:

Organize files in [folder name] into folders by workstream. Create progress.pptx (5 slides max, exec audience). Generate hours.xlsx from time logs. Draft agenda.md for a 10-min standup.

Cowork Skills

If Skills sound familiar, it’s because I’ve been writing about them.


Back when Anthropic first launched them, I wrote a deep dive into Claude Skills: how to create them, stack them, share them, and why Simon Willison called them “maybe a bigger deal than MCP.”


Everything I covered there still applies. But Cowork adds a crucial layer: Skills in Chat were useful. Skills in Cowork are operational. They shape autonomous work.


Your brand guidelines skill doesn't just influence a reply. It governs every file Claude creates. Your writing guidelines skill doesn't just shape a draft. It governs every article Claude writes autonomously.


If you haven’t read the original Skills guide yet, start there for the foundations. Then come back here, because what follows is how Skills compound when they have an agent runtime underneath them.

Built-In Skills

Cowork ships with built-in skills for PDF, DOCX, PPTX, XLSX, and Canvas design. These load automatically when you ask for those file types. No setup required, you can try them right away.


But the real power is in custom skills.

Custom Skills

Custom skills are where Cowork goes from helpful to yours.


The easiest way to create them is through Claude's Skill Creator, a built-in tool that interviews you about what you want, then generates a properly structured skill file you can install and toggle on or off.


You can also build them manually, import community-shared ones from repositories, or copy some of mine.


Here are a few of the skills I use on a weekly basis:

  • Alt Text Generator Skill - upload an image, and it returns an SEO and AIO-optimized ALT text for your Substack images, so you don’t have to do it manually.
  • Linkedin Teaser Generator For Substack - Turns a Substack article into a brand-voice LinkedIn teaser post with a strong hook, a first-comment link, and ready-to-use posting metadata.


Every workflow you encode as a skill saves re-explanation time in all future sessions.

Stacking Skills

You can have multiple skills active at once. Claude loads them using progressive disclosure: metadata first (around 100 tokens), full instructions only when needed. So, having 15 skills enabled doesn’t flood the context window. Claude pulls in what’s relevant per task and ignores the rest.


This is where things get interesting: skills combine automatically when work crosses domains.


Upload a sales tracker and ask for insights. Your data analysis skill kicks in, processes the numbers, surfaces trends. In the same thread, say “turn this into a deck for leadership.” Now the presentation skill activates, following your slide template. Two skills, one conversation, no manual switching.


Additional Tips

  • Chunk your skills instead of building one giant skill that tries to handle everything. I've tested both approaches and the results from one giant skill were much worse.
  • For example, I use three separate writing skills instead of one: an overall voice skill, a corporate writing skill, and a newsletter writing skill. Each handles its own context. Claude never confuses who I’m writing for.
  • One thing to watch: if you have a lot of skills, they share a context budget that scales at roughly 2% of the context window. In practice, I haven’t hit this ceiling yet. But if Claude starts behaving like it forgot a skill exists, that’s probably why.

Cowork Slash Commands

Skills operate in the background. Slash Commands are quick actions you trigger manually, whenever you need them.


Think of them as workflow shortcuts you call up mid-task.


For example, you might type:

  • /summarize to condense a long thread into key takeaways,
  • /translate to convert a message into another language, or
  • /rewrite to rephrase a paragraph in a different tone.


The beauty of Slash Commands is that they keep you in flow; no switching tools, no context loss. You just type, trigger, and keep moving.


How Cowork Sub-Agents Work

Instead of processing your requests one at a time, Cowork can split the work across multiple sub-agents.

You can even make this ask explicit when you prompt Cowork:

Use sub-agents to process these 50 transcripts in parallel. Extract themes, then synthesize.



Written by withattitude | AI Product Manager turning everyone into AI builders and experimenters. Substack Bestseller.
Published by HackerNoon on 2026/03/25