Agent skills

Anthropic Skills

anthropics/skills

Anthropic's own reference implementation of Agent Skills — the canonical example of the format.

Repository
Stars
167k
Forks
20k
Open issues
1.1k
Language
Python
Licence
See repo
Created
2025-09-22
Last push
2026-08-07
Effort to adopt

Plug in

Install and use the same day. Little to no custom code.

01

What it actually does

Skills are folders of instructions, scripts, and resources that Claude loads dynamically to get better at a specialised task. This repository is Anthropic's own implementation of them.

The concept is simple and the implications are not. Instead of a giant system prompt covering every possible task, you write focused skills — creating documents to your company's brand guidelines, analysing data with your organisation's specific workflow, automating a recurring personal task — and the model loads the relevant one on demand.

For anyone writing skills, this is the reference. It shows the intended structure, how resources and scripts sit alongside instructions, and what a well-scoped skill actually looks like. The broader standard lives separately at agentskills.io.

167,000 stars, and note the licence field is empty — check the repository terms before redistributing anything from it commercially.

02

Who it's for

  • 01

    Anyone writing their first skill and wanting to see it done properly

  • 02

    Teams standardising how internal skills are structured and reviewed

  • 03

    Engineers building tooling that produces or consumes skills

  • 04

    Ops leads deciding what should be a skill versus a prompt versus code

EngineeringOperationsMarketingAny industry
03

Where it earns its keep

  • Learning the skill format from the reference implementation before writing your own
  • Adapting an official skill to your organisation's conventions
  • Establishing internal review standards for what a good skill contains
  • Understanding the boundary between skill instructions and executable scripts
  • Building internal tooling that generates skills programmatically
04

Use it, or skip it

Reach for it when

  • You are about to write skills and want to start from the canonical shape
  • Your team's skills are inconsistent and you need a standard to point at
  • You are building on the Agent Skills format and need ground truth
  • You want examples that are maintained rather than blog-post snapshots

Skip it when

  • You need a large catalog of ready-made skills — this is reference, not a marketplace
  • Your agent client does not support the skills format
  • You want to redistribute the content commercially without checking the licence first
  • A simple prompt would do; not everything needs to be a skill
05

10 automations

  1. 01Marketing

    House style skill

    Build a brand-guidelines skill from the reference structure so every generated document matches your standards.

  2. 02Operations

    Internal skill review standard

    Use the reference structure as the checklist any internal skill must satisfy before it is shared.

  3. 03Data

    Reporting workflow skill

    Encode your specific analysis workflow so results are computed the same way every time, by anyone.

  4. 04Engineering

    Skill generator tooling

    Build an internal tool that scaffolds new skills in the correct format from a short description.

  5. 05Sales

    Customer-facing document automation

    Create skills for proposals, SOWs, and reports so output is consistent regardless of who requests it.

  6. 06Operations

    Onboarding skill pack

    Bundle the skills a new hire's agent needs for their role and install them on day one.

  7. 07Operations

    Skill usage audit

    Track which internal skills are actually invoked and retire the ones nobody uses.

  8. 08Finance

    Compliance-checked outputs

    Encode required disclaimers and review steps into a skill so they cannot be forgotten.

  9. 09Support

    Support response consistency

    Build skills for common support scenarios so every draft follows the approved approach.

  10. 10Engineering

    Skill versioning process

    Treat skills as versioned code with review and changelog, using the reference layout as the base.

Want one of these running by Friday?

LimeDock builds these as real workflows inside your stack — deployed to your cloud, wired into your Slack and CRM, with the code in your repo. You pay a build fee and your own API keys, nothing else.

Book a workflow call
07

Source

Repository stats were read from the GitHub API and reflect the last time we refreshed this entry. The editorial breakdown above is LimeDock’s own analysis — we are not affiliated with anthropics.

https://github.com/anthropics/skills