Claude Code is a tab inside the Claude desktop app that can actually do things. It reads your files, searches your tools, drafts messages, runs tasks. Here's the simplest way to get it running.
Top to bottom. Each one's a click.
Go to claude.com/download. Open the .dmg and drag Claude into Applications.
Launch Claude. Sign in, or create an account if you don't have one.
You'll land in Claude Code. The sidebar shows the Claude Code wordmark, then New session, Routines, Customize, and More. Click New session to begin.
Near the message box, pick Local. This means Claude runs on your Mac and can read your local files. Simplest option.
Click the folder selector and choose the folder you want Claude to work in. Claude can only see files inside this folder, nothing else.
Use the model dropdown next to the send button. Sonnet for most things. Opus when you want it to think harder.
For your first session, choose Ask permissions. Claude will check with you before changing files. You can loosen this later.
That's it. Try something small first, like "summarise this PDF" or "list the files in this folder", to get a feel for it.
Then ask it to search, read, or act across them.
Click the + button next to the message box.
Select Connectors from the menu and browse the list.
Pick one, sign in, and authorise access.
Start tight, loosen later.
Make sure you're on Pro or higher. Sign out and back in. Update the app.
Sign out and back in. Check your subscription is active.
Remove it in Settings → Connectors and add it again. Check you authorised the right account.
Quit fully (⌘+Q) and reopen.
You don't need these for general use. Only install if a specific task needs them.
A skill is a reusable prompt you trigger with a slash command, e.g. /weekly-summary.
In the Code tab, try:
Create a skill called weekly-summary that searches my Outlook
and Slack for the past week and writes a summary as a markdown
file in Documents.
Skills live in the Claude Desktop app. From the sidebar, open Customise → Skills to view everything you've made, edit a prompt, or delete one.
Back in the Code tab, type /, pick the skill from the list, and hit Enter.
---
name: weekly-summary
description: Pull last week's Outlook + Slack into a summary.
---
## Weekly summary
1. Check Outlook for the past 7 days.
2. Check Slack for messages I sent or was mentioned in.
3. Write a short summary covering meetings, key messages, action items.
4. Save to Documents/weekly-summaries/ with today's date.
/pr-wrap builds an H+Co PR coverage wrap email — runs web searches across AU trade press and mainstream news, plus Outlook for pieces flagged by email, then outputs an HTML file ready to copy-paste into Outlook.
Connectors required: Outlook, Web search.
Note: we'll add social and Meltwater coverage in a future version.
Download pr-wrap.skillDrag pr-wrap.skill into the Claude Code window and ask Claude to install the skill. Once installed, run it with /pr-wrap followed by the campaign name, client name, and time frame — e.g. /pr-wrap Spring Launch, Allianz, last 7 days.
Double-click pr-wrap.skill to install it. Then in chat, run it with /pr-wrap followed by the campaign name, client name, and time frame — e.g. /pr-wrap Spring Launch, Allianz, last 7 days.