Free · Claude Code Skills

Skills Lab.

Free Claude Code skills I have built for my own workflows. Each one is a standalone .md file you can drop into any Claude Code project. No signup, no gating.

6 Skills
Free Always
.md Drop-in Files
Claude Code Skills

Download and use.

Each skill is a standalone .md file. Drop it into your project and it works.

Skill · Creative

Demo Animation v2

Template-based demo generator with full mobile support. Responsive layout, touch gestures, fullscreen API, and landscape detection. Faster to generate but may need manual adjustments on complex projects.

Creative Animation Mobile Responsive
Built with this skill: Social Pipeline
Skill · Developer

Web Scraper

Generates browser console scripts to extract data from paginated websites. Accumulates results across pages via localStorage, then processes and cleans the output into ready-to-use JSON.

Developer Scraping Automation Browser Console
Skill · Security

Skill Reviewer

Audit any Claude Code skill file for security risks before installing. Reads the .md, checks for dangerous patterns across three severity tiers, and returns a structured safety verdict with quoted evidence.

Security Audit Read-Only
Skill · Developer

Code Deduplicator

Scans your codebase for duplicated code from the current session. Compares new functions, components, and utilities against existing code, then refactors automatically. Runs three parallel scans covering components, logic, and API routes.

Developer Refactoring Git Diff Parallel Tasks
Skill · Writing

Em Dash Remover

Scans any file for em dashes and replaces them with natural alternatives: commas, colons, full stops, or brackets. Removes one of the most obvious AI writing tells from your copy in a single pass.

Writing Copy Editing Quick Fix
Setup

How to use.

Four steps. Under a minute.

  1. 1.
    Download the .md file Click the download button on any skill card above.
  2. 2.
    Create the skills folder In your project root, create .claude/skills/ if it does not exist yet.
  3. 3.
    Drop the file inside Move the downloaded .md file into .claude/skills/.
  4. 4.
    Use the slash command Type the command in Claude Code (e.g. /web-scrape, /demo-animation, or /skill-review) and Claude will execute the skill.