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.

15 Skills
Free Always
.md Drop-in Files

View the public skills repo on GitHub →

Claude Code Skills

Download and use.

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

Skill · Web Dev

Client Intake Builder

Generates a branded, single-file HTML client intake questionnaire. Four question banks (brand, web, automation, pre-call), your colours and fonts, validation, and a success state. Pairs with PHP Form Mailer to send email.

Forms Client Onboarding HTML Freelance
Skill · AI Search

llms.txt Generator

Generates a spec-compliant llms.txt for your website so AI assistants and answer engines can understand and cite it accurately. One honest line per page, private endpoints excluded, links validated.

AI Search GEO SEO llms.txt
Skill · Dev Workflow

Vault Janitor

Scans a folder tree for accumulated junk (dependency folders, build caches, stray backups, logs) and produces a sized, grouped cleanup report. Report-only by default: it deletes nothing until you approve a specific list.

Cleanup Disk Space Maintenance Report-First
Skill · Outreach

Lead Scorer

Scores a lead list 0 to 100 against your own ideal-client rubric and ranks it into hot, warm, and cold tiers. Every score comes with the reason and a next action. Thin data gets flagged for research, not guessed.

Leads Sales Prospecting CSV
Skill · Productivity

Obsidian Daily Note

Create or append to today's daily note in your Obsidian vault without leaving the terminal. Finds the vault, builds the dated path, adds your text as a titled section, and never overwrites existing content.

Obsidian Notes Productivity Daily Log
Skill · Productivity

Idea Inbox

Captures a raw idea as a dated, tagged markdown file in a dedicated ideas folder and keeps an index up to date. Cleans the filler out of your dump while keeping every substantive detail. Dump fast, refine later.

Ideas Notes Productivity Knowledge Base
Skill · Writing

Brand Voice Linter

Lints your copy against a brand voice guide: buzzword clusters, hedge language, vague superlatives, passive voice, and AI-tell phrases. Reports every violation with a suggested rewrite. Report-only by default, fixes on request.

Writing Brand Voice Copy Editing AI Tells
Skill · Outreach

Cold Outreach Writer

Drafts one personalised cold email under 180 words from your research notes, built on a specific observation about the prospect. Returns three alternative subject lines, a LinkedIn note, and a 7-day follow-up. Drafts only, never sends.

Outreach Sales Email Copy Freelance
Skill · Web Dev

PHP Form Mailer

Wires any HTML form to a two-email PHP system: a structured notification to you, a branded HTML confirmation to the person who submitted. No form SaaS, no monthly fee, runs on any cPanel or shared PHP host. Includes a live curl test step.

PHP Forms Email No Dependencies
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.