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:
- Go to the GitHub link for the skill
- Copy the contents of the
SKILL.mdfile

- In your project folder, create a new folder called
.claude, then inside that create another folder calledskills - Paste the contents into a new file and save it inside that
skillsfolder - 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.
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.
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.
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.
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.
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.