template-skill

Replace with description of the skill and when Claude should use it.

Content Preview
---
name: template-skill
description: Replace with description of the skill and when Claude should use it.
---

# Insert instructions below
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/template-skill.md \
  https://raw.githubusercontent.com/anthropics/skills/main/template/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/anthropics/skills

Then reference at template/SKILL.md

Related Skills