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.

3 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 · 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. /humanizer, /techdebt, or /skill-review) and Claude will execute the skill.