Iâm embarking on a 30 day challenge to master Claude Code in marketing.
As someone whoâs quite deep into AI x Marketing, this feels non-negotiable at this point.
Wanted to share this 0 â 1 journey openly, mainly as a way to document what Iâm learning. If it helps other marketers along the way, even better.
The 2-Week Struggle: Why I Nearly Gave Up
Iâve actually been exploring Claude Code for the past 2 weeks.
Watching videos, reading guides, bookmarking resources. Just... stuck in tutorial mode because the terminology kept confusing me.
Everyone throws around terms like âagentsâ and âskillsâ and âhooksâ like theyâre self-explanatory. Theyâre really not. Especially when most guides are written for developers, not marketers.
Things finally clicked for me today. So while itâs still top of my mind, hereâs what actually helped me break through the confusion.
#1: Claude Code (the tool itself)
What I thought: Some coding platform where Iâd need to learn Python or JavaScript.
What it actually is: A system where you build automation workflows using plain English. Youâre technically âwriting code,â but itâs just markdown files with instructions.
Reality check: The word âcodeâ puts marketers off. But youâre not becoming a developer, youâre just teaching an AI your marketing processes.
#2: Claude Code CLI
What it looks like: That black terminal window you see developers use. All text, no mouse clicks.
Why it matters: Claude Code runs in the terminal. No fancy interface to click around and just typing commands. Feels old-school and I couldnât really get the hang of this.
The shift: Think of it like typing an email versus filling out a form. More direct, less fuss.
#3: IDE Integration (Cursor, VS Code, etc.)
What it is: IDE = Integrated Development Environment
What they actually are: Optional visual wrappers that sit on top of Claude Code. They give you:
File trees you can see and navigate
Prettier formatting for your markdown files
Mouse navigation if you prefer that
Common options:
Cursor - Popular in Claude Code circles
VS Code - Microsoftâs free editor, highly customizable
Antigravity - by Google
Day 1/30 - What I Did
Step 1: Found the Best Guide Available
After going through dozens of Claude Code tutorials, I settled on Joshua Schultzâs complete guide. Itâs over 10,000 words of solid architectural breakdown.
Iâve read a lot of AI guides over the past year, and most fall into two camps: either too surface-level (just showing you what buttons to click) or too technical (assuming you already know how systems work). Joshuaâs guide is different.
It teaches you the âwhyâ behind the architecture. Iâm not interested in just copying templatesâI want to understand how the system thinks so I can build my own workflows. The guide breaks down the hierarchy (Commands â Agents â Skills â Hooks) in a way that actually makes sense. I finally understood why youâd use a Command versus a Skill, and when an Agent is overkill.
Step 2: Set Up Claude.ai Project as My Learning Copilot
Hereâs what I did: I uploaded Joshuaâs guide into a Claude.ai Project (the web interface, not Claude Code yet).
Why this approach works:
Claude.ai keeps the entire guide in memory across all my questions
I can ask things like âHow do Commands differ from Skills?â without re-explaining everything
Basically have an AI tutor that already knows the framework Iâm learning
Resources that Helped me Out
Nate Herkâs Claude Code Guide:
Mark Kashefâs Claude Code Guide:


