explaingit

anthropics/skills

Analysis updated 2026-06-20

129,066PythonAudience · developerComplexity · 2/5LicenseSetup · easy

TLDR

Official Anthropic repository of example Skills for Claude, instruction files in SKILL.md format that teach Claude Code how to handle specialized tasks like document creation or data analysis.

Mindmap

mindmap
  root((repo))
    What It Is
      Claude Skills repo
      SKILL.md format
      Official examples
    Skill Categories
      Creative and design
      Development tools
      Enterprise tasks
      Document creation
    How To Use
      Plugin marketplace
      Drop in project
      Claude.ai upload
    License
      Apache 2.0 most
      Source-available docs
    Audience
      Claude Code users
      Developers
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Install ready-made Skills to teach Claude Code how to generate properly formatted Word documents or Excel spreadsheets.

USE CASE 2

Learn the SKILL.md format and write a custom Skill that automates your team's specific code review or reporting workflow.

USE CASE 3

Register this repository as a Claude Code plugin to give Claude access to all example Skills in every project at once.

What is it built with?

Python

How does it compare?

anthropics/skillsnousresearch/hermes-agentopen-webui/open-webui
Stars129,066135,689135,781
LanguagePythonPythonPython
Setup difficultyeasyhardhard
Complexity2/54/54/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min
Most Skills are free to use and modify for any purpose under Apache 2.0, the four document creation Skills are source-available for reading only.

In plain English

This is a public repository from Anthropic that holds example Skills for Claude. In this context a Skill is a folder of instructions, scripts, and resources that Claude loads on demand when it is working on a specialized task. The README explains the idea simply: Skills teach Claude how to complete specific tasks in a repeatable way, such as creating documents that follow a company's brand guidelines, analyzing data using an organization's particular workflow, or automating personal tasks. The repository is organized so each Skill lives in its own folder containing a SKILL.md file with YAML frontmatter and the instructions Claude will follow. The frontmatter only requires two fields, a name and a description, which is also what tells Claude when to use the Skill. The repository groups examples into Creative and Design, Development and Technical, Enterprise and Communication, and Document Skills, plus a separate spec folder for the Agent Skills specification and a template folder you can copy as a starting point. The README also points out that the document creation and editing Skills behind Claude's built-in document capabilities, in subfolders for docx, pdf, pptx, and xlsx, are included as reference, most other Skills are released under Apache 2.0, while those four are source-available rather than open source. You would use this repository if you want to install ready-made Skills or learn the structure for writing your own. The README shows how to register the repo as a Claude Code plugin marketplace, install document or example Skill sets, or upload custom Skills through Claude.ai and the Claude API. The example Skills are written primarily in Python.

Copy-paste prompts

Prompt 1
Using the SKILL.md format from anthropics/skills, write a new Skill that teaches Claude to generate API documentation following our company's template.
Prompt 2
Show me how to register the anthropics/skills repository as a Claude Code plugin so I can use all the example Skills across my projects.
Prompt 3
Help me write the YAML frontmatter for a SKILL.md that triggers automatically when I ask Claude to create a weekly status report.
Prompt 4
What Skills in anthropics/skills are under Apache 2.0 vs source-available, and which ones can I copy and modify freely?
Prompt 5
Create a new Skill based on the anthropics/skills template that runs my Python test suite and posts a formatted summary of any failures.

Frequently asked questions

What is skills?

Official Anthropic repository of example Skills for Claude, instruction files in SKILL.md format that teach Claude Code how to handle specialized tasks like document creation or data analysis.

What language is skills written in?

Mainly Python. The stack also includes Python.

What license does skills use?

Most Skills are free to use and modify for any purpose under Apache 2.0, the four document creation Skills are source-available for reading only.

How hard is skills to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is skills for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Scan in gitsafehub Deploy in gitdeployhub anthropics on gitmyhub

Verify against the repo before relying on details.