← All guides
Setup Updated May 6, 2026

How to Install the 5 Claude Code Skills

No technical background needed. If you can copy and paste, you can install a Claude Code skill in about 60 seconds.


No technical background needed — if you can copy and paste, you can do this.

Before you start

You’ll need Claude Code installed on your computer. If you haven’t done that yet, download it at claude.ai/code and follow the setup instructions there first.

How installing a skill works

Every skill is just a text file (called a SKILL.md) that tells Claude how to behave differently. Installing one takes about 60 seconds:

  1. Go to the GitHub link for the skill
  2. Copy the contents of the SKILL.md file

Copying the contents of a SKILL.md file on GitHub

  1. In your project folder, create a new folder called .claude, then inside that create another folder called skills
  2. Paste the contents into a new file and save it inside that skills folder
  3. That’s it — Claude will pick it up automatically next time you use it

When in doubt, just copy the GitHub URL, paste it into your IDE terminal, and ask Claude Code to read the page and install it for you.

The 5 skills

1. 🛠️ Skill Creator

What it does: Gives Claude the ability to build, test, and refine its own skills. Essentially teaches Claude to teach itself.

→ Install Skill Creator

2. 🪨 Caveman

What it does: Makes Claude speak in shorter, more direct responses — cutting up to 65% of unnecessary words while keeping 100% of the accuracy. Faster answers, lower costs.

→ Install Caveman

3. 🎨 UI UX Pro Max

What it does: Transforms Claude into a senior product designer. Before writing any code, it picks the right visual style, colour palette, and fonts for your specific project automatically.

→ Install UI UX Pro Max

4. 🔍 Claude SEO

What it does: A full SEO team in one skill. Handles technical audits, schema markup, Core Web Vitals, and even optimizes your content for AI search results (Google AI Overviews). Just type /seo followed by what you need.

→ Install Claude SEO

5. 🎥 Remotion

What it does: Lets Claude write, animate, and render videos for you using code — no timeline, no drag and drop. You describe what you want, Claude builds the video.

→ Install Remotion

Ran into a problem?

The most common issue is the folder structure. Double-check it looks exactly like this inside your project:

your-project/
└── .claude/
    └── skills/
        └── your-skill-name.md

If Claude isn’t picking up the skill, restart Claude Code and try again.