Claude Academy Guide
OfficialAn 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.
EducationBeginner★ 170,265⑂ 20,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.comand 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
- "How do Claude Projects work?" → explanation, then one matching tutorial link.
- "What training materials exist for my sales team?" → one or two curated picks plus a pointer to the resources library.
- "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)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the 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.
- Open a terminal.
- Clone the repo:
git clone https://github.com/anthropics/skills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r skills/skills/academy-guide ~/.claude/skills/ - Restart Claude Code and confirm
academy-guideappears under/skills. - Test it with a question like "how do I use Claude Projects?" — note that catalog-based recommendations require an environment with web fetch access.