Example invocation
Live preview
Claude Skills Template Gallery — 50+ Skills for Claude Projects
A free, browser-only gallery of 50+ Claude Skills ready to paste into Claude Projects or Claude Code. No signup. No API calls. No tracking.
TL;DR
- 50 templates across 5 categories (Code Engineering / Writing / Data / SEO / General Productivity)
- One-click copy — paste the YAML into any Claude Project
- Share URL — encode any skill in a
#skill=slughash, zero server - Composer — build your own skill with live YAML validation
- 100% browser — data stays local, no network requests
What Are Claude Skills?
A Claude Skill is a reusable prompt package with YAML frontmatter + Markdown body, following the Anthropic Skills v1.0 framework. Unlike a plain text prompt, a Skill has:
- Structured name + description so Claude knows when to invoke it
allowed-toolsso Claude knows which tools it may use- Version + license for provenance and reuse
- Example invocation so you know how to call it
The 5 Categories
| Category | Emoji | Count | Example Skills |
|---|---|---|---|
| Code Engineering | 🔍 | 10 | code-review, git-commit-message, sql-optimizer, regex-builder |
| Writing & Content | ✍️ | 10 | blog-outline, seo-meta, translation, proofreading |
| Data Analysis | 📊 | 10 | csv-profiler, json-analyzer, log-explainer, chart-recommender |
| SEO & Webmaster | 🔬 | 10 | meta-description-auditor, sitemap-qa, og-validator, schema-ld-generator |
| General Productivity | 📦 | 10 | meeting-summarizer, decision-matrix, rca-investigator, okr-drafter |
How to Use the Gallery
Step 1 — Browse
Click Browse (default tab). Use the category pills to filter by domain, or type a keyword in the search bar. Each card shows the skill name, one-line description, and category badge.
Step 2 — Preview
Click Preview to open any skill. Use the Code / Split / Preview tabs to see:
- Code — raw YAML frontmatter + Markdown body
- Split — side-by-side YAML and rendered Markdown
- Preview — formatted Markdown output
Step 3 — Copy / Download / Share
- 📋 Copy — copies the full
.skill.mdcontent to your clipboard - ⬇ Download — saves it as
<slug>.skill.md - 🔗 Share URL — encodes the skill ID in the URL hash (e.g.
#skill=code-review)
Step 4 — Paste into Claude
Open Claude Projects → create or open a project → paste the .skill.md content into the Skills panel. Done.
How to Build Your Own
Click Composer. Fill in:
| Field | Required | Constraint |
|---|---|---|
name | ✅ | lowercase + hyphens, ≤64 chars |
description | ✅ | ≤1024 chars |
allowed-tools | optional | one tool per line |
version | optional | semver (e.g. 1.0.0) |
license | optional | MIT, Apache-2.0, … |
Click Validate to check your YAML. When valid, Copy or Download the file.
Claude Skills Schema Reference
Every skill follows this YAML frontmatter schema (Anthropic Skills v1.0):
| |
5 Frequently Asked Questions
Q1: What is a Claude Skill?
A Claude Skill is a reusable instruction package with YAML frontmatter + Markdown body, defined by Anthropic’s Skills framework. It encodes when to invoke the skill, which tools Claude may use, and what output format to produce. Skills are stored as .skill.md files inside a Claude Project.
Q2: How do I install a Skill in Claude Projects?
Open Claude Projects → Settings → Skills → click Import → paste the .skill.md content (or drag the downloaded file). The skill becomes available in the project’s skill library. Alternatively, use the Share URL feature: open the gallery link with #skill=<slug>, copy the content, and paste into your project’s skill panel.
Q3: What’s the difference between Claude Skills and Custom GPTs?
Claude Skills use Anthropic’s native YAML + Markdown framework with tool restrictions, version fields, and a formal invocation model. Custom GPTs (OpenAI) use a visual builder with no standardized skill format and no tool restrictions comparable to Claude’s allowed-tools. Skills are designed for developers; Custom GPTs target end-users.
Q4: What fields are required in a Claude Skill’s YAML?
Only two are required: name (lowercase slug, ≤64 chars) and description (when to invoke). Optional fields include allowed-tools (list), version (semver), and license (string). The Markdown body after the --- separator is free-form and defines the skill’s actual instructions.
Q5: Can I share a Claude Skill between Projects?
Yes. Export by downloading the .skill.md file or using the Share URL hash. Import by pasting the content into any other Claude Project. There is no centralized shared skill library — skills live in individual projects. Use the Share URL hash (#skill=<id>) for zero-server sharing.
Related Tools on dlsome.top
- JSON-to-TypeScript Converter — generate TypeScript interfaces from JSON schemas
- YAML-to-JSON Converter — validate and convert YAML to JSON
- JWT Inspector — decode and verify JWTs (HS256/RS256/ES256)
- Cron Parser — parse cron expressions across 4 platforms
- AI Prompt Helper — build structured prompts with tone control
- JSON Schema Validator — validate JSON against JSON Schema
- JSONPath Tester — test JSONPath / JSONata / JMESPath expressions with live tree view and path highlighting
Last updated: 2026-08-11 · Claude Skills Template Gallery · Built on Anthropic Skills v1.0