Learn Claude — Part 6: Projects, Memory & Connectors — Your Claude Operating System

Search for a command to run...

No comments yet. Be the first to comment.
An 8-part journey from your first message to professional mastery of Claude AI. Start with how LLMs actually work (tokens, context windows), master conversation mechanics and advanced prompting, then level up to real data analysis, building apps with Artifacts, professional workflows with Projects and connectors, agentic coding with Claude Code, and finally the API and automation. Every part ends with a hands-on exercise — you won't just read about Claude, you'll build with it.
Welcome to Learn Claude, a series that takes you from your first message to professional-level workflows: advanced prompting, data analysis, building apps, Claude Code, and the API. This first post bu
Chat answers evaporate. Artifacts persist: documents, code, diagrams, and fully working apps that appear in a panel beside the conversation, get iterated like real work products, and can be downloaded

Typed prompts only scratch the surface. Claude's practical power multiplies when you feed it your material — documents, screenshots, spreadsheets — and this is where the hallucination problem from Par

Prompting is the highest-leverage skill in this entire series. We'll build it in three levels — start where you are. Level 1: The foundation formula Every solid prompt covers four things: Role + Task

Signing up takes two minutes. What separates casual users from effective ones isn't the interface — it's conversation mechanics: how you manage context, when you branch, when you restart, and which se

Everything so far happens inside one conversation. Professional usage means building infrastructure around conversations: persistent context, standing instructions, and live connections to your actual tools. This is the part where Claude stops being an app you visit and becomes a system you work in.
A Project bundles three things for an ongoing area of work:
Knowledge — files and notes uploaded once, visible to every chat inside the Project
Custom instructions — standing rules for how Claude behaves there
Grouped chats — everything related, in one place
The payoff compounds: instead of re-explaining your situation in every conversation, the context is ambient. A "Job Search" project holds your CV and target roles; every new chat starts already briefed. Say only "cover letter for this posting: [paste]".
This is where most people underperform. Instructions are a system prompt you control — treat them with Part 3-level care. A professional template:
ROLE: You are my [editor / analyst / senior dev reviewing my code].
CONTEXT: [2–3 lines: who I am, what this project is]
ALWAYS: [output format, tone, language level, length defaults]
NEVER: [emojis, filler praise, unexplained jargon]
WHEN UNSURE: Ask me one clarifying question instead of guessing.
Rules of thumb, learned the hard way:
Short beats long. 10 sharp lines outperform two rambling pages — every line is context spent on every message.
Knowledge is for facts, instructions are for behavior. Your pricing sheet is knowledge; "always quote prices in EUR" is an instruction.
Stale knowledge poisons silently. An outdated CV in the project means confidently outdated cover letters. Audit your Project files monthly.
The Blog Project — knowledge: style guide, audience description, past top posts. Instructions: voice rules, formatting, SEO checklist. Every draft starts 80% on-brand. (This series is written inside one.)
The Codebase Companion — knowledge: architecture notes, conventions doc, key schemas. Instructions: "match our patterns; flag breaking changes explicitly."
The Client Project (one per client) — knowledge: brief, contract scope, correspondence summaries. Instructions: their tone, their terminology. Context-switching between clients becomes instant.
Outside Projects, two account-wide layers travel with you:
Preferences (Settings) — your global standing instructions, applied everywhere
Memory — Claude can retain useful details across conversations. Professionals curate it: review what's stored in Settings, delete the noise, keep the durable facts. Treat it like a colleague's notes about you — accurate and current, or corrected.
Precedence intuition: Preferences set your global defaults; Project instructions specialize them; the conversation itself can override both.
The final layer, and the most quietly transformative. Connectors (built on an open standard called MCP — Model Context Protocol) let Claude securely access other apps you authorize: Google Drive, Gmail, Calendar, Notion, GitHub, Slack, Asana, and a growing directory.
The shift in what a prompt can be:
"Find our Q3 planning doc in Drive and summarize the open decisions."
"Check my calendar and draft a reply proposing times I'm actually free."
"Look at the last 20 GitHub issues and cluster them by root cause."
No copy-paste. Claude reads (and, where you permit, acts) at the source. You enable connectors in Settings and authorize each one explicitly.
Professional caution, stated plainly: a connector that can act (send email, edit tasks) deserves more skepticism than one that only reads. Grant minimal scopes, and review before Claude executes anything irreversible. Power tools, respected.
Notice what you've assembled across six parts:
Preferences (who you are, always) → Project (this domain's knowledge + rules) → Connectors (live data) → Conversation (the task at hand) → Artifact (the deliverable)
That stack — not any single feature — is what "professional Claude usage" actually means.
Build one real Project this week using the instructions template above: 3 knowledge files, 8–10 instruction lines. Then connect one read-only connector (Drive or Calendar) and run a prompt that touches both. Note how short your prompts have become — that's infrastructure doing the work.
Part 7: coding — from chat-assisted programming to Claude Code, the agentic tool that works in your repository like a colleague.