Pillar 4 · Knowledge · Intro

Claude 101: Foundations for Everyday Work.

Claude 101 is the on-ramp course that teaches you what Claude is, how to write prompts that land, and how to organize work using Projects, Artifacts, Skills, and Connectors. It is a product tour, not an architecture course, but it grounds every later concept in the actual UI you will be tested on. If you already use claude.ai daily you can skim it; if not, do not skip it.

14 Skilljar lessons·~120 min on Skilljar·D5 + D2

Mirrors Anthropic's Claude 101 course on Skilljar.

Original course14 lessons · ~120 min
Claude 101
Take it on Anthropic Skilljar ↗
Claude 101: Foundations for Everyday Work, painterly hero showing the course's central concept with the Loop mascot as guide.
01 · What you'll learn

You'll walk away with

  1. What Claude is, what Constitutional AI means in plain language, and where Claude is available (web, desktop, Slack, Excel)
  2. How to write prompts that beat the five canonical failure modes (too generic, wrong length, wrong format, hallucinated facts, wrong tone)
  3. How Projects (knowledge), Artifacts (output), Skills (procedure), and Connectors (tools) divide responsibility cleanly
  4. When to reach for Skills vs Projects (procedure vs knowledge) without overlapping the two
  5. How the 4D Framework (Delegation, Description, Discernment, Diligence) frames every later course
02 · The course mirror

Lesson outline

Every lesson from Claude 101 with our one-line simplification. The Skilljar course is the source; we summarize.

#Skilljar lessonOur simplification
1What is Claude?Claude is a steerable AI assistant trained under Constitutional AI; available on web, desktop, mobile, Slack, and Excel.
2Your first conversation with ClaudeWalk through the chat UI, message history, and the basic conversational rhythm of asking and refining.
3Getting better resultsFive canonical failure modes (generic, length, format, hallucination, tone) with the iteration mindset and a simple eval recipe.
4Navigating the Claude desktop app: Chat, Cowork, CodeThree surfaces in one app; Chat for conversation, Cowork for delegation on real files, Code for agentic dev work.
5Introduction to projectsSelf-contained workspaces with knowledge, instructions, and chat history; auto-RAG when knowledge exceeds context.
6Creating with artifactsStandalone interactive outputs (docs, code, HTML, SVG, Mermaid, React) rendered alongside the chat for reuse and sharing.
7Working with skillsFolders of instructions and scripts Claude loads dynamically; Anthropic-built or custom; procedure not knowledge.
8Connecting your toolsMCP-powered web connectors (Drive, Slack, Linear, Stripe) and desktop extensions; Claude only sees what you can see.
9Enterprise searchClaude for Work feature that connects Claude to your org's knowledge sources with custom prompts.
10Research mode for deep divesLong-running research that searches, reads, and synthesizes citations into a structured report.
11Claude in action: use-cases by roleA use-case gallery walkthrough; sales, marketing, finance, HR, legal, research patterns.
12Other ways to work with ClaudePointer to Claude Code, Claude in Chrome, Claude in Excel, Claude in Slack as specialized surfaces.
13What you've learnedRecap of the four organizing primitives and the iteration mindset.
14Certificate of completionSkilljar certificate; not exam-relevant on its own but a signal of foundations coverage.
03 · Our simplification

The course in 7 paragraphs

Claude 101 looks like a product tour but it is actually the course that teaches you the four primitives every later course assumes you know. Claude is not a chatbot; it is a steerable assistant trained under Constitutional AI, available across web, desktop, mobile, Slack, and Excel. The course frames Claude as a thinking partner, which sounds soft but matters on the exam because every D5 question about appropriate use, evaluation, and human-in-the-loop traces back to this framing. Skip the lesson and you miss the vocabulary the rest of the curriculum uses.

The load-bearing lesson is Lesson 3, Getting better results. It catalogs the five failure modes you will hit on day one: responses too generic, wrong length, wrong format, confidently wrong facts, wrong tone. Each has a fix that is mechanical, not magical: add audience and constraints, ask for explicit length, show a format example, ask for sources, describe tone in plain language. The lesson also introduces the iteration mindset (treat first drafts as starting points, give specific feedback, know when to start fresh) and the 4D Framework (Delegation, Description, Discernment, Diligence). The 4D vocabulary reappears across every Anthropic course, and the iteration habits are the practical answer when D5 exam questions ask how a responsible operator should use Claude. Learn this lesson once, deeply, and you save time on every later course.

Projects are the organizing primitive for knowledge. A project is a self-contained workspace with its own chat history, knowledge base, and instructions. Project instructions apply to every conversation in the project; this is how you stop re-explaining tone, audience, and constraints turn after turn. When the knowledge base exceeds the context window, Claude transparently switches to RAG mode (search-and-retrieve) so the project capacity expands roughly 10x. For Claude for Work users, projects also enable team collaboration with view, edit, and owner roles.

Artifacts are the organizing primitive for output. When Claude generates something significant and self-contained (typically over 15 lines, something you would edit, iterate on, or reuse) it renders it in a dedicated panel beside the chat instead of dumping it inline. Artifacts cover documents, code, HTML pages, SVGs, Mermaid diagrams, and live React components. The interaction model is iterate incrementally: one change at a time so you can see what each instruction did. Free, Pro, and Max users can publish artifacts to a public link; Team and Enterprise users share them inside the org.

Skills vs Projects is the single most-confused distinction in the course, and it lands on the exam in disguise. The clean rule: projects store knowledge, skills perform tasks. A project holds the brand guidelines PDF; a skill encodes the procedure for applying them to every deck you generate. Skills are folders of instructions and scripts Claude loads dynamically; Anthropic ships built-in skills for Excel, Word, PowerPoint, and PDF creation, and you can author custom skills by chatting with Claude itself. Skills require code execution and file creation to be enabled.

Connectors are the organizing primitive for reach. They are powered by MCP (Model Context Protocol), which the course memorably describes as USB-C for AI: a universal standard that lets any developer build a connector and any Claude surface use it. There are two kinds: web connectors (Drive, Notion, Slack, Asana, Linear, Stripe, and many others) and desktop extensions (local file access, browser control, native app integration via the Claude Desktop app). The safety contract is simple and worth memorizing: Claude only sees what you see. Connecting your work email never grants Claude access to anyone else's inbox, every permission is scoped to what the connector actually needs, and every grant is revocable from either Claude's settings or the third-party service. For enterprise environments, Enterprise Search (Lesson 9) layers custom prompts on top of organization-specific knowledge sources.

If you already use claude.ai daily, you can skim Claude 101 for the vocabulary and move on. If you do not, do not skip it; later courses will assume you know what an artifact is, what a connector does, and why projects exist. Treat Lessons 3, 5, 6, 7, and 8 as the load-bearing five; the rest are useful but not exam-critical. The 4D Framework, the projects-vs-skills split, and `Claude only sees what you see` are the three things you should be able to recite on demand.

04 · Listicle pattern

5 canonical prompt failure modes (and the fix for each)

Lesson 3 of Claude 101 catalogs the five most common day-one failures. Memorize the fix, not the failure.

  1. Response is too generic

    Your prompt didn't include enough context. Fix: add audience, role, and constraints. Write an email about the delay becomes Write an email to our enterprise client explaining the integration is delayed two weeks; this is the second delay; keep it professional but apologetic.

    Concept: prompt-engineering-techniques
  2. Response is the wrong length

    Claude is guessing. Be explicit: two-paragraph summary, under 100 words, comprehensive analysis, length isn't a concern. Length is a parameter, not a hint.

  3. Format isn't what you wanted

    Claude understood the what but not the how. Fix: show, don't tell. Provide a format example or describe structure: bullet points with bold headers per section.

  4. Confidently wrong facts

    Hallucinations are most likely on niche specifics. Fix: ask Claude to cite sources or indicate confidence; for high-stakes work, verify independently; enable web search to ground in current information.

  5. Tone isn't right

    Claude defaults to helpful and professional. Fix: describe tone in plain language (more conversational, authoritative and formal) and provide an example of writing in the style you want.

    Concept: system-prompts
05 · Listicle pattern

Projects vs Skills, in one sentence each

The cleanest mental model from Lesson 7. If you can recite this, you've already passed half the D5 questions on the surface.

  1. Projects store knowledge

    Long-term reference materials, persistent context across all chats in the project, team-collaboration target. Use for client hubs, research repositories, brand kits.

  2. Skills perform tasks

    Procedural how-to packages Claude loads when relevant. Use for repeatable workflows: brand-voice review, quarterly variance analysis, deck templating.

  3. They compose

    A customer call prep skill can pull from customer profiles in a project's knowledge base. The project provides the what (information); the skill provides the how (process).

    Concept: skills
06 · Key takeaways

6 takeaways with cross-pillar bridges

Claude is built around four primitives: Projects (knowledge), Artifacts (output), Skills (procedure), Connectors (reach). Every later course inherits this vocabulary.

Project instructions apply to every chat in the project; when knowledge exceeds the context window, Claude transparently switches to RAG mode for ~10x capacity.

Artifacts trigger automatically for content that's substantial, self-contained, and reusable; you can also explicitly request Create this as an artifact if Claude misses the cue.

Skills are procedural (how Claude executes); Projects are referential (what Claude knows). They compose, not overlap.

Connectors are powered by MCP and follow the rule Claude only sees what you see; permissions are scoped, revocable, and per-service.

The 4D Framework (Delegation, Description, Discernment, Diligence) is the AI-fluency vocabulary every later Anthropic course assumes; learn it here.

07 · Exam mapping

How this maps to the CCA-F exam

Domains
D5 Context + Reliability · D2 Tool Design + Integration
Blueprint
15% (D5)
What it advances
Direct prep for D5 task statements on the Claude product surface (Chat, Projects, Artifacts, Skills, Connectors) and the human-in-the-loop habits the exam frames as evaluation and iteration. Light overlap with D2 prompt clarity practices.
08 · Curated supplementary sources

3 hand-picked extras

These amplify the Skilljar course beyond what the course itself covers. Each was picked for a specific reason.

09 · Concepts wired

Concepts in this course

10 · Scenarios in play

Where you'll see this in production

11 · Sibling Knowledge

Other course mirrors you may want next

12 · AEO FAQ

8 questions answered

Phrased as the way real students search. Tagged by intent so you can scan to what you actually need.

ScopeWhat is Claude 101 and is it worth taking before the Claude Architect exam?
Claude 101 is Anthropic's free 14-lesson Skilljar course that introduces the Claude product surface: Chat, Projects, Artifacts, Skills, and Connectors. It's the only course that teaches the vocabulary every later course assumes you know, so yes, take it first if you don't use claude.ai daily. If you do, skim Lessons 3, 5, 6, 7, 8 and move on.
ComparisonWhat's the difference between Claude Projects and Claude Skills?
Projects store knowledge; Skills perform tasks. A Project is a workspace with persistent knowledge, instructions, and chat history Claude references across every conversation in the project. A Skill is a procedural package (instructions, scripts, resources) Claude loads when it determines the workflow applies. They compose: a skill can read knowledge from a project's knowledge base.
DefinitionWhen does Claude create an artifact vs reply inline in chat?
Claude creates an artifact when content is significant and self-contained (typically over 15 lines), is something you'll likely edit or reuse, and stands on its own without the surrounding conversation. If Claude replies inline when you expected an artifact, just ask: Create this as an artifact.
How-toHow do I get Claude to follow a specific format every time?
Show, don't just tell. Provide an example of the format directly in the prompt or in your project's Instructions. Vague tells (`use bullet points`) work less reliably than examples. For repeatable workflows that need the same format every time, encode the procedure in a custom Skill so Claude follows the steps consistently.
DefinitionWhat can Claude actually access through connectors and is it safe?
Connectors are powered by MCP (Model Context Protocol) and grant Claude scoped, revocable access to your tools (Drive, Slack, Linear, Stripe, and others). The safety rule is Claude only sees what you see: connecting your work email gives Claude access to your inbox, never anyone else's. Permissions are revocable from Claude's settings or the third-party service at any time.
TroubleshootWhy does Claude give me confidently wrong information sometimes?
Claude occasionally generates plausible but incorrect content, especially on niche specifics or recent events. The fixes are mechanical: ask Claude to cite sources, ask it to indicate confidence level, enable web search to ground responses in current information, and for high-stakes work verify key facts independently. Treat first drafts as starting points, never as final answers.
ScopeDo I need a paid Claude plan to use Projects, Artifacts, Skills, and Connectors?
Projects and Artifacts are available on Free, Pro, Max, Team, and Enterprise. Skills require Pro, Max, Team, or Enterprise (and code execution + file creation enabled). Connectors are available across plans, but enterprise-grade connectors and higher rate limits are gated to paid tiers. Check your plan's Capabilities settings.
DefinitionWhat is the 4D Framework and why does it matter for the certification?
The 4D Framework is Anthropic's AI-fluency vocabulary: Delegation (deciding human vs AI work), Description (clearly communicating with AI), Discernment (critically evaluating AI output), Diligence (using AI responsibly). Every later Anthropic course assumes this vocabulary, and exam questions on appropriate use, evaluation, and oversight trace back to it. Learn it once in Claude 101 and you don't have to relearn it.
Last reviewed: 2026-05-06·Refresh cadence: 120 days; or whenever Skilljar updates the Claude 101 course·View on Skilljar ↗
K · Intro · D5 · Context + Reliability

Claude 101: Foundations for Everyday Work, complete.

You've covered the full ten-section breakdown for this primitive, definition, mechanics, code, false positives, comparison, decision tree, exam patterns, and FAQ. One technical primitive down on the path to CCA-F.

Share your win →