How to Install a Claude Skill

Install and enable a Claude Skill in a few steps - from a .zip file to trying it in chat.

Updated June 5, 20264 min readBy MakeMySkill Team

Once you have a skill - whether you wrote it yourself or downloaded one from the Skill Library - installing it in Claude takes under a minute. Here's how.

Step by step: install a Claude Skill

  1. 1Download and unzip. Download the skill and unzip it so you have the skill folder containing SKILL.md.
  2. 2Open Skills settings. In Claude, go to Settings → Capabilities → Skills.
  3. 3Add the skill. Click Add Skill → Upload Skill.
  4. 4Upload the file. Drag and drop the .zip file (or the folder) to upload it.
  5. 5Enable it. Toggle the skill on. Claude will now consider it automatically when a request matches its description.
  6. 6Try it in chat. Open the three-dot menu on the skill and choose “Try in chat” to confirm it works.

Project skills vs personal skills

If you use Claude Code, skills can also live in folders. Project skills go in .claude/skills/<name>/SKILL.md inside a repo and ship with the codebase, so your whole team gets them. Personal skills go in ~/.claude/skills/<name>/SKILL.md on your machine and follow you across projects.

Where Claude Skills live
TypeLocationBest for
UploadedClaude Settings → SkillsQuick personal use in the Claude app
Project.claude/skills/<name>/Team-shared standards committed to a repo
Personal~/.claude/skills/<name>/Your own aliases across all projects

Troubleshooting

  • The skill never triggers: its description probably doesn't match how you phrased the request. Edit the description to be more specific about when to use it.
  • Upload fails: confirm the .zip contains a folder with a SKILL.md at its root, and that the frontmatter has both a name and description.
  • Wrong behavior: tighten the instructions and add an example of the output you want.

Need a skill to install? Generate one in seconds with MakeMySkill, or grab a ready-made one from the library.

Frequently asked questions

Where do I install a Claude Skill?

In the Claude app, go to Settings → Capabilities → Skills, click Add Skill → Upload Skill, and upload the .zip. For Claude Code, place the skill folder in .claude/skills/ (project) or ~/.claude/skills/ (personal).

Why isn't my installed skill being used?

Claude decides whether to apply a skill based on its description. If it never triggers, make the description more specific about what the skill does and when to use it, matching the language you'd actually use in a request.

Can I share a skill with my team?

Yes. Commit it as a project skill at .claude/skills/<name>/SKILL.md in your repo, and everyone working in that project gets the same skill automatically.

Ready-made skills

Keep reading

Build a Claude Skill now

Describe what you want in plain English and generate a ready-to-use skill in seconds - free.

Create a Skill