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.

24 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 · Freelance

Proposal Writer

Drafts a client proposal from your own service tiers, saved once in a pricing config. Situation read, scoped line items, investment table, process, and terms. Drafts only: you review before the client sees anything.

Proposals Freelance Sales Client Work
Skill · Outreach

Follow-up Radar

Scans a folder of outreach files for overdue follow-ups and drafts them, oldest first. Its first run here found eleven overdue, one by twelve weeks. Report-first: it never sends anything.

Outreach Follow-ups CRM Report-First
Skill · Freelance

Discovery Brief

Runs a structured discovery interview across seven areas and writes the brief plus a strategy starter with a draft positioning sentence. Unknowns stay open questions: it never fabricates answers.

Discovery Briefs Strategy Freelance
Skill · Freelance

Client Workspace Scaffolder

Scaffolds a complete client project folder from a structure template you define once: subfolders, a filled brief, and a feedback log. Checks for collisions and never overwrites existing work.

Client Onboarding Folders Templates Freelance
Skill · Agent Workflow

Skill Builder

Authors a new Claude Code skill the right way: a trigger-matching description, the right storage tier, cross-workspace links, and registration for agents that do not auto-load skills. The skill that builds skills.

Claude Code Skills Meta Workflow
Skill · Agent Workflow

Session Handoff

Freezes a work session into a START_HERE.md: state, decisions and why, ordered next steps, and the gotchas that burned time. The next session (or the next person) resumes in minutes.

Handoff Productivity Workflow Claude Code
Skill · Agent Workflow

AGENTS.md Writer

Generates the AGENTS.md plus CLAUDE.md contract that lets one skill folder serve both Claude Code and Codex. Groups skills by task and marks each one as required reading for agents that do not auto-load.

AGENTS.md Codex Claude Code Multi-Agent
Skill · Ops

Ops Status Report

Compiles a status snapshot of any folder-based workspace: tracked items, overdue dates, recent activity, and tool health, ending in an Attention Needed section. Read-only except the report it writes.

Ops Reports Status Automation
Skill · Creative

Screen Recorder

Records a cropped region of your Windows desktop to a clean MP4. Drag a box over any part of the screen, record silently, and click Stop to save. FFmpeg under the hood, no editor or account.

Creative Recording Video Screen Capture
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.