git404hub

anthropics/skills

136,982PythonAudience · developerComplexity · 2/5ActiveLicenseSetup · easy

tl;dr

A collection of example Skills, specialized instruction sets that teach Claude how to complete specific tasks like document creation, data analysis, and automation in repeatable ways.

vibe map

mindmap
  root((repo))
    What it does
      Teaches Claude tasks
      Reusable instruction sets
      Specialized workflows
    Skill categories
      Creative and Design
      Development and Technical
      Enterprise and Communication
      Document Skills
    How to use
      Install ready-made Skills
      Write custom Skills
      Register as plugin
    Structure
      SKILL.md files
      YAML frontmatter
      Instructions and scripts
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 people make with this

VIBE 1

Create documents that automatically follow your company's brand guidelines and formatting rules.

VIBE 2

Build custom data analysis workflows that match your organization's specific processes and tools.

VIBE 3

Automate personal or business tasks by teaching Claude your exact step-by-step procedures.

VIBE 4

Learn how to write and structure your own Skills by studying the provided examples.

stack

PythonYAMLClaude API

setup vibes

Difficulty · easy time til it works · 5min

Requires a valid Claude API key to run examples.

Most Skills are released under Apache 2.0, document creation Skills (docx, pdf, pptx, xlsx) are source-available but not open source.

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.

prompts (copy fr)

prompt 1
How do I install the Skills from this repository into Claude so I can use them right away?
prompt 2
Show me the structure of a SKILL.md file and what fields I need to create my own custom Skill.
prompt 3
I want to create a Skill that helps Claude generate reports in my company's specific format, what should I include in the instructions?
prompt 4
How do I upload a custom Skill through Claude.ai or the Claude API so Claude can use it automatically?
peek the repo → explain another one

← anthropics on gitmyhub — every repo by this author, as a profile.

double-check against the repo, no cap.