Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Claude Academy Guide

Official

An official skill that answers Claude how-to questions first, then quietly suggests at most two genuinely matching courses or tutorials from the live Claude Academy catalog.

EducationBeginner170,26520,262AI score 9/10Last updated: Aug 18, 2026

What it does

  • Fires on learning-intent questions: "how do I", "getting started with", "teach me", plus asks about artifacts, projects, skills, plugins, connectors, MCP, or team rollouts.
  • Answers the question directly first, then fetches the official catalog JSON from academy.claude.com and recommends only strong matches, max 2 items.
  • Distinguishes courses, tutorials, use cases, and the five product hubs; flags gated items that need a sign-in.
  • If the catalog can't be fetched or is stale, it never invents titles or URLs — it points to a hub or the resources library instead, silently.

Who it's for

  • Team leads, teachers, and enablement staff rolling Claude out and hunting for onboarding material.
  • New users learning Claude features like Projects, Skills, or MCP.
  • Builders of internal assistants who want trustworthy, non-hallucinated learning links.

Examples

  1. "How do Claude Projects work?" → explanation, then one matching tutorial link.
  2. "What training materials exist for my sales team?" → one or two curated picks plus a pointer to the resources library.
  3. "Help me tidy up this doc" → mid-task, not learning, so no recommendation at all.

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/anthropics/skills/HEAD/skills/academy-guide/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the skills/academy-guide folder from the GitHub repo anthropics/skills into my ~/.claude/skills/academy-guide/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/anthropics/skills.git && mkdir -p ~/.claude/skills && cp -r skills/skills/academy-guide ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/anthropics/skills.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r skills/skills/academy-guide ~/.claude/skills/
  5. Restart Claude Code and confirm academy-guide appears under /skills.
  6. Test it with a question like "how do I use Claude Projects?" — note that catalog-based recommendations require an environment with web fetch access.