Back to the blog

Installing a skill in Claude in 2 minutes

Tutorial3 min read · 26 September 2026

The GetPack team

A skill is a bit like an instruction manual you give Claude once: it reads it, understands when to use it, and applies the method every time you need it, without you having to explain it again. The catch is that the process to activate one isn’t the same depending on whether you use claude.ai in your browser or Claude Code in a terminal. Here are both, verified against Anthropic’s official documentation.

First, a checkbox that’s often overlooked

On claude.ai, skills rely on a feature called “code execution.” According to the official help center, you first need to check, under Settings then Capabilities, that the code execution and file creation option is turned on. Without it, the skills menu stays inaccessible or empty, and you can spend a while wondering why nothing shows up.

If you’re in a Team or Enterprise workspace, this setting isn’t yours to change: it’s up to the organization’s owners to turn it on, under Organization Settings then Plugins & Skills, on the Policy tab. If you still see nothing after checking your own settings, that’s probably where to look, or ask an admin to do it.

Activating a skill Claude already offers

Once code execution is turned on, head to Customize, then Skills. You’ll find a list of skills there, which you can toggle on individually as needed. This is the simplest step: no file to prepare, just a switch to flip.

Importing a skill as a zip file

For a skill you received or built yourself (like ones offered by a third-party studio), the process is different but still short. Still under Customize then Skills, click the “+” button, then “Create a skill,” then “Import a skill.” You just need to select the corresponding zip file. Claude reads the SKILL.md file it contains and adds it to your list, where you can then turn it on or off like the others.

One thing to check before using it for coursework or an exam: every serious academic skill reminds you to check your institution’s own AI usage rules, since they vary a lot from one school to another.

Claude Code: just a folder

If you use Claude Code (the command-line tool), the logic changes entirely: no menu, no zip file to import from an interface. The official documentation is very direct on this point: you just place a folder containing a SKILL.md file in the right spot.

Two possible locations, with two different scopes:

  • ~/.claude/skills/<skill-name>/SKILL.md: the skill is available across all your sessions, on all your projects, on this machine.
  • .claude/skills/<skill-name>/SKILL.md: the skill is available only in this specific project, which is handy if you want to commit it and share it with a working group.

The SKILL.md file is the only required file in the folder. It contains two parts: a header (the name and description that let Claude know when to suggest the skill) and the Markdown body, which describes the method to follow. Everything else (reference files, examples, small scripts) is optional and only gets loaded on demand, so as not to needlessly clutter the conversation’s context.

In practice, if you get a skill as a folder, you just copy it as-is into ~/.claude/skills/, without renaming anything, and Claude Code detects it automatically the next time you start a session.

What if two skills share the same name?

The documentation covers this case too: in the event of a name conflict, priority runs from organization-level down to personal, then to project-level, and a locally installed skill takes precedence over a default built-in one. Useful to know if you replace an existing skill with a customized version and can’t figure out why the old one still triggers.

Key takeaways

  • On claude.ai: Settings > Capabilities to turn on code execution, then Customize > Skills to activate an existing skill or import one via zip file.
  • In Team/Enterprise workspaces, the initial activation depends on a setting made by the organization’s admin.
  • In Claude Code: drop a folder with a SKILL.md into ~/.claude/skills/ (all your sessions) or .claude/skills/ (a single project).
  • The SKILL.md file is the only required file; everything else (references, scripts) loads on demand.
  • Remember to check your institution’s AI usage rules before using a skill in a graded academic context.

Once this setting is in place, you can try the principle right away with the flashcards-anki skill, which turns a course into revision flashcards ready to import.

Sources

  1. Use skills in Claude — Claude Help Center (support.claude.com) · accessed 26 September 2026
  2. Extend Claude with skills — Claude Code Docs · accessed 26 September 2026

Read the next article

Thesis26 September 2026

Thesis: building your research question and outline with AI

Method26 September 2026

Building your exam study schedule with AI, the right way

Method26 September 2026

Revising with AI, honestly: active recall, Feynman, quizzes

Career26 September 2026

Choosing your apprenticeship with real employment data

Code27 September 2026

Learning to code in the age of AI: what you still need to know how to do yourself

Code27 September 2026

The one-page spec to write before you prompt an AI to code

Thesis27 September 2026

How to cite ChatGPT or Claude in a thesis: APA, MLA, ISO 690

Code27 September 2026

Claude Code for beginners: install, first launch, CLAUDE.md

AI news27 September 2026

Claude Opus 5.5: what really changes (and how to use it to study)

Analysis27 September 2026

The AI race: why some people are scared and others aren't

Code27 September 2026

Building your first MCP server, step by step

Code27 September 2026

Deploying your first site for free: Vercel, Netlify, Cloudflare Pages, or GitHub Pages

Explainer27 September 2026

AI detectors: are Turnitin, GPTZero and Compilatio reliable?

Code27 September 2026

Writing your own Claude skill: structure, SKILL.md, and a description that triggers

Career27 September 2026

France's national student-entrepreneur status (SNEE) and the PEPITE network, explained

Analysis27 September 2026

France in the AI race: Mistral, energy and talent

AI news27 September 2026

French Tech and AI: the French startups to know in 2026

Code27 September 2026

Git without fear: commit, branch, remote explained, then the commands that save you

Explainer27 September 2026

Chinese AI: DeepSeek, Qwen, Kimi… why Europe is wary

Health27 September 2026

AI in medical school: study for PASS, LAS and the EDN safely

Tools27 September 2026

Free AI for students: every offer and discount (2026)

Career27 September 2026

AI on an internship or apprenticeship: what’s allowed, what isn’t

Code27 September 2026

From IDE to ADE: coding with AI agents in 2026

Code27 September 2026

Reading an error without panicking: the anatomy of a stack trace (Python and JavaScript)

Tools27 September 2026

Best AI for students in 2026: the honest comparison

Tools27 September 2026

New AI models in 2026: which one should you study with?

Tools27 September 2026

French AI tools you’ve never heard of: Noota, Moshi, Vibe…

Analysis27 September 2026

Why AI is so expensive (and American AI even more so)

Code27 September 2026

How to prompt an AI coding tool well: the method that changes everything

Code27 September 2026

Securing a vibe-coded app: 7 mistakes to fix before you publish

Code27 September 2026

Slopsquatting: when AI recommends packages that don't exist

Weekly brief27 September 2026

AI news roundup: the week of September 21–27, 2026

Code27 September 2026

Vibe coding: what it actually means (and how not to mess it up)

AI news27 September 2026

Why Yann LeCun wants AMI: AI beyond LLMs

Tutorial26 September 2026

Connect an MCP connector to Claude without writing a line of code

Degrees26 September 2026

Choosing your program with real MonMaster and InserSup data

Method26 September 2026

APA 7, ISO 690, Vancouver: how to cite your sources properly

Explainer26 September 2026

ChatGPT's 'hidden codes' on TikTok: fact vs. fiction

Health26 September 2026

Medicine: revise for the EDN with France's public drug database

Career26 September 2026

Internship pay and apprentice wages in 2026: the rules

Explainer26 September 2026

AI and academic integrity: what universities actually say

Join GetPack

Already have an account? Sign in