← All Claude Skills
Free · no signup

The five Claude Skills to start with

A skill gives Claude rules and tools for one specific job. All five here are open source, cost nothing and install with a single command. Copy it, paste it into Claude, done.

How to install a skill

Claude Code has a built-in way to do this. You add the source once, then install the skill from it. Both go straight into your running Claude session, not into the terminal.

What you need

Claude Code on your machine. If you do not have it yet, that takes about ten minutes: setting Claude up properly.

The five skills

01 Foundation

Agent Skills

The official collection from Anthropic.

  • Claude creates and reads Excel, Word, PowerPoint and PDF as real files
  • Comes from Anthropic itself, not from the community
  • The source holds three packages. document-skills is the one for everyday office work
  • A good base for writing your own skills later
Paste into Claude Code
/plugin marketplace add anthropics/skills
/plugin install document-skills@anthropic-agent-skills
anthropics/skills 168k stars Anthropic
02 Design

UI / UX Pro Max

Websites that do not look AI-made.

  • 67 design styles, 161 colour palettes, 57 font pairings to draw on
  • Knows React, Next.js, Vue, Svelte, Tailwind, shadcn/ui, Flutter and more
  • Claude picks colours, spacing and type by system instead of at random
Paste into Claude Code
/plugin marketplace add nextlevelbuilder/ui-ux-pro-max-skill
/plugin install ui-ux-pro-max@ui-ux-pro-max-skill
nextlevelbuilder/ui-ux-pro-max-skill 116k stars MIT
03 Testing

Playwright

Find the bugs before your customer does.

  • Claude opens your site in a real browser and clicks through it
  • A screenshot at every step, so you see exactly what it saw
  • Chromium, Firefox and WebKit, which covers the Safari engine too
Run in your terminal
claude mcp add playwright npx @playwright/mcp@latest
The one difference

Playwright is not a skill, it is an MCP server. That is why the command looks different and runs in the terminal rather than in the Claude session. The result is the same: afterwards Claude can drive a browser.

microsoft/playwright 94k stars Apache-2.0
04 Research

Last 30 Days

Research in minutes instead of hours.

  • Searches Reddit, X, YouTube, TikTok, Hacker News and GitHub in one pass
  • Ranked by real signals, upvotes, likes and money, not by an editor
  • One report instead of twenty open tabs
Paste into Claude Code
/plugin marketplace add mvanhorn/last30days-skill
/plugin install last30days@last30days-skill
mvanhorn/last30days-skill 58k stars MIT
05 Marketing

Marketing Skills

Copy, CRO and ads as ready-made workflows.

  • 49 skills in one package: copywriting, CRO, SEO, cold email, paid ads, pricing
  • Built for founders who do their own marketing
  • Claude writes landing pages to a structure instead of by feel
Paste into Claude Code
/plugin marketplace add coreyhaines31/marketingskills
/plugin install marketing-skills@marketingskills
coreyhaines31/marketingskills 44k stars MIT

Star counts and licences checked on 12 August 2026. All five projects are open source and belong to their respective authors.

Start with one, not with five

One skill you actually use every day for a week is worth more than five you try once and forget. Take the one that matches the work costing you the most time this week.

Setting it up is not the hard part. The hard part is knowing which rules you want to give Claude in the first place. That is exactly the part I work through with people.

A new one lands every two days

I post another skill on Instagram every second day, and the full guide always ends up here on the site, free and without a signup.