A curated Life of Arjav learning path covering six free Anthropic Academy courses on Claude, Claude Code, Claude Cowork, AI fluency, and the Claude API — with post-course prompts, learning paths, and a 7-day plan to turn learning into shipped proof.
TL;DR
- Six free Anthropic Academy courses, ordered from Claude basics to building with the Claude API.
- Separate recommended paths for students, creators, founders/operators, and developers.
- Each course includes a copy-paste prompt and a concrete output to build after finishing.
- A 7-day plan turns the courses into one visible proof-of-work project by day 7.
Best for: students, creators, operators, founders, developers, freelancers, and anyone trying to build useful AI skills without paying for a course first.
Source: Anthropic Academy / Anthropic Skilljar course pages
Status: Free courses listed at the time this guide was prepared
Prepared by: Life of Arjav
Instagram: @lifeofarjav
Where to start: the recommended course order
Do the courses in this order if you want the most practical progression:
- Claude 101 — learn the core product and everyday workflows.
- Claude Code 101 — understand Claude Code for daily development.
- Introduction to Claude Cowork — learn how Claude works with real files and projects.
- Claude Code in Action — go deeper into practical Claude Code workflows.
- AI Fluency: Framework & Foundations — learn how to work with AI responsibly and effectively.
- Building with the Claude API — learn how to build products and integrations with Claude.
If you are non-technical, start with courses 1, 3, and 5. If you are technical, start with courses 1, 2, 4, and 6. If you are an operator or founder, start with courses 1, 3, and 5, then move to 6 when you want to build systems.
Claude 101: the beginner course
Course link
Claude 101 on Anthropic Skilljar
What it covers
This is the beginner-friendly course for understanding Claude as a daily work assistant.
It focuses on:
- What Claude is
- How to use Claude for everyday work tasks
- Core Claude features
- How to structure better conversations
- Where to go next for more advanced Claude topics
Who should take it
Take this first if you are:
- New to Claude
- Using Claude casually but not systematically
- A student trying to use AI for studying or projects
- A creator or operator trying to use Claude for writing, research, planning, analysis, and execution
What to do after the course
Create a simple Claude workflow for your own daily work.
Use this prompt:
text Help me turn my daily work into a Claude workflow.
My role: [describe your role]
The tasks I repeat every week: [list tasks]
The work I want Claude to help with: [list work]
Create:
- A daily Claude routine
- Five reusable prompts
- A checklist for when to use Claude vs when not to use it
- A simple project structure for my work
Claude Code 101: AI inside your dev workflow
Course link
Claude Code 101 on Anthropic Skilljar
What it covers
This course teaches how to use Claude Code effectively in your daily development workflow.
It is the foundation course for developers who want to stop using AI as a separate chat window and start using it inside their actual development flow.
It focuses on:
- What Claude Code is
- How Claude Code fits into daily development
- How to use Claude Code for coding tasks
- How to work with Claude Code without losing control of the codebase
- How to treat Claude Code as a workflow assistant, not just a code generator
Who should take it
Take this if you are:
- A developer
- A technical founder
- A builder learning to ship products faster
- A student learning software development
- A non-technical operator trying to understand how AI coding agents work
What to do after the course
Use Claude Code on a small real repo, not a toy example.
Suggested practice task:
text Open this codebase and help me understand it.
Do not edit anything yet.
First give me:
- The project structure
- The main technologies used
- The key files I should understand first
- How the app starts locally
- One small safe improvement I can make as a beginner task
Then ask Claude Code to create a plan before making changes.
Introduction to Claude Cowork: working with real files
Course link
Introduction to Claude Cowork on Anthropic Skilljar
What it covers
This course teaches how to work alongside Claude on real files and projects.
It focuses on:
- The Claude Cowork task loop
- Working with real project files
- Plugins and skills
- File workflows
- Research workflows
- Steering multi-step work responsibly
- Using Claude as a working partner, not only a chatbot
Who should take it
Take this if you are:
- A founder managing documents, planning, or research
- An operator building systems and SOPs
- A student working with PDFs, notes, papers, and assignments
- A creator managing scripts, research, content, and lead magnets
- A knowledge worker who wants Claude to help with actual files
What to do after the course
Create a Claude Cowork project for one real workflow.
Example workflows:
- Turn meeting notes into action items
- Convert research into a content plan
- Organize a folder of messy documents
- Build a weekly report from multiple files
- Create an SOP from screenshots and notes
Starter prompt:
text I want to use Claude Cowork for this project: [describe the project]
Files I have: [list file types]
Output I need: [describe final output]
First inspect the files and create a safe work plan. Do not modify anything until I approve the plan.
Claude Code in Action: real shipping workflows
Course link
Claude Code in Action on Anthropic Skilljar
What it covers
This course is the practical follow-up for using Claude Code inside real development workflows.
It focuses on:
- Integrating Claude Code into your development workflow
- How AI coding assistants interact with codebases
- Reading files, running commands, and making changes with supervision
- Managing context during coding sessions
- Using Claude Code for debugging, refactoring, tests, and implementation
- Extending workflows with commands, integrations, MCP servers, GitHub, and hooks
Who should take it
Take this if you already understand the basics of Claude Code and want to use it for real shipping work.
Best fit:
- Developers
- Indie hackers
- technical founders
- automation builders
- AI engineers
- operators who work closely with engineering teams
What to do after the course
Use Claude Code to ship a small improvement end to end.
Workflow:
- Ask Claude Code to inspect the repo.
- Ask for a plan.
- Approve only a small change.
- Review the diff.
- Run tests.
- Ask Claude to explain what changed.
- Commit only after you understand the change.
Prompt:
text I want to make one small improvement to this codebase.
Constraints:
- Keep the change small
- Explain the plan first
- Do not edit until I approve
- After edits, show me the diff
- Tell me how to test it
Start by inspecting the project and suggesting 3 safe improvements.
AI Fluency: Framework & Foundations
Course link
AI Fluency: Framework & Foundations on Anthropic Skilljar
What it covers
This course teaches how to collaborate with AI systems effectively, efficiently, ethically, and safely.
It focuses on:
- How to think about AI collaboration
- When to use AI and when not to use it
- How to delegate work to AI clearly
- How to evaluate AI output
- How to use AI responsibly
- How to avoid blindly trusting generated answers
The public course page lists:
- 14 lectures
- 1.1 hours of video
- 1 quiz
- Certificate of completion
Who should take it
Take this if you want better judgment, not just better prompts.
Best fit:
- Students
- Operators
- Creators
- Founders
- Team leads
- Anyone using AI for research, writing, planning, or decision support
What to do after the course
Build your personal AI decision checklist.
Use this template:
md
My AI Use Checklist
Good use cases
- [task type 1]
- [task type 2]
- [task type 3]
Risky use cases
- [task type 1]
- [task type 2]
- [task type 3]
Before trusting an AI answer, I will check
- Source quality
- Missing context
- Possible hallucinations
- Whether the answer affects money, health, legal, or safety decisions
- Whether I need a human expert review
My rule
AI helps me think faster. It does not replace judgment.
Building with the Claude API
Course link
Building with the Claude API on Anthropic Skilljar
What it covers
This is the builder course for people who want to use Claude inside real products, tools, and automations.
It focuses on:
- Working with Anthropic models through the Claude API
- Understanding API-based Claude workflows
- Building with Claude from start to finish
- Moving beyond the Claude chat interface
- Connecting Claude to applications, tools, and systems
- Thinking about model calls as product infrastructure
Who should take it
Take this if you want to build with Claude, not just use Claude.
Best fit:
- Developers
- AI engineers
- technical founders
- automation builders
- SaaS builders
- operators working with internal tools
- anyone building agents, apps, or workflows on top of Claude
What to do after the course
Build one tiny Claude-powered app.
Good first projects:
- Resume feedback tool
- YouTube transcript summarizer
- Support ticket classifier
- Internal SOP search assistant
- Lead research assistant
- Content repurposing tool
- Code review helper
Starter product prompt:
text Help me design a tiny Claude API app.
Use case: [describe use case]
Users: [describe target users]
Input: [what the user provides]
Output: [what Claude should return]
Create:
- Product flow
- API request structure
- Prompt design
- JSON output schema
- Error handling plan
- MVP build plan
- Security and privacy checklist
Suggested learning paths by role
For students
- Claude 101
- AI Fluency: Framework & Foundations
- Introduction to Claude Cowork
- Claude Code 101, if you are learning to code
Use Claude for:
- Study plans
- Flashcards
- Explaining hard topics
- Research summaries
- Project planning
- Internship prep
- Portfolio project ideas
For creators
- Claude 101
- AI Fluency: Framework & Foundations
- Introduction to Claude Cowork
Use Claude for:
- Content research
- Carousel outlines
- Video scripts
- Lead magnets
- Newsletter drafts
- Content repurposing
- Audience research
For founders and operators
- Claude 101
- Introduction to Claude Cowork
- AI Fluency: Framework & Foundations
- Building with the Claude API
Use Claude for:
- SOPs
- Hiring scorecards
- Process docs
- Customer research
- Reporting
- Sales scripts
- Automation specs
- Internal tools
For developers and builders
- Claude 101
- Claude Code 101
- Claude Code in Action
- Building with the Claude API
- Introduction to Claude Cowork
- AI Fluency: Framework & Foundations
Use Claude for:
- Repo understanding
- Debugging
- Refactoring
- Test writing
- Documentation
- Feature scaffolding
- API integrations
- Agentic workflows
The practical 7-day plan
Day 1: Claude 101
Goal: understand Claude's core interface and everyday use cases.
Output: create 5 reusable prompts for your daily work.
Day 2: AI Fluency
Goal: learn when to use AI, when not to use it, and how to evaluate outputs.
Output: create your personal AI decision checklist.
Day 3: Claude Cowork
Goal: understand file-based and project-based Claude workflows.
Output: create one real Claude project with documents, context, and a clear task loop.
Day 4: Claude Code 101
Goal: understand Claude Code basics.
Output: use Claude Code to inspect one existing repo.
Day 5: Claude Code in Action
Goal: apply Claude Code to a real coding workflow.
Output: make one small reviewed code change.
Day 6: Building with the Claude API
Goal: understand how Claude can be used inside applications.
Output: design one tiny Claude-powered app.
Day 7: Build your proof
Goal: turn learning into a visible project.
Output options:
- GitHub repo
- demo video
- Notion case study
- LinkedIn post
- Instagram carousel
- simple landing page
How do I use this guide properly?
Do not just collect course links.
For each course, create one small output:
| Course | Output to create |
|---|---|
| Claude 101 | 5 reusable prompts for your daily work |
| Claude Code 101 | Repo understanding notes |
| Claude Cowork | One file-based project workflow |
| Claude Code in Action | One safe code change with reviewed diff |
| AI Fluency | Personal AI judgment checklist |
| Claude API | Tiny app spec or working MVP |
The goal is not to finish courses. The goal is to build proof that you can use Claude to do useful work.
Quick copy-paste resource list
text Claude 101 https://anthropic.skilljar.com/claude-101
Claude Code 101 https://anthropic.skilljar.com/claude-code-101
Introduction to Claude Cowork https://anthropic.skilljar.com/introduction-to-claude-cowork
Claude Code in Action https://anthropic.skilljar.com/claude-code-in-action
AI Fluency: Framework & Foundations https://anthropic.skilljar.com/ai-fluency-framework-foundations
Building with the Claude API https://anthropic.skilljar.com/claude-with-the-anthropic-api
FAQ
Are these Claude courses actually free?
Yes. All six courses listed here are free Anthropic Academy / Skilljar courses at the time this guide was prepared.
Which free Claude course should I start with?
Start with Claude 101. If you're technical, follow it with Claude Code 101 and Claude Code in Action; if you're non-technical, follow it with Introduction to Claude Cowork and AI Fluency.
Do I need to code to use these Claude courses?
No. Courses 1, 3, and 5 (Claude 101, Claude Cowork, and AI Fluency) require no coding. Claude Code 101, Claude Code in Action, and Building with the Claude API are for developers and builders.
How long does the AI Fluency course take?
The public course page lists 14 lectures, 1.1 hours of video, 1 quiz, and a certificate of completion.
Final note
Most people save course links and never build anything.
Use these courses as inputs. Your actual advantage comes from the outputs you create after every course.
Build small. Ship proof. Repeat.
Follow @lifeofarjav for practical AI guides, repos, workflows, and systems for builders.