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.
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
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
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
10 automations
Ideas, not tutorials. Each one is work a team does by hand today.
- 01Marketing
House style skill
Build a brand-guidelines skill from the reference structure so every generated document matches your standards.
- 02Operations
Internal skill review standard
Use the reference structure as the checklist any internal skill must satisfy before it is shared.
- 03Data
Reporting workflow skill
Encode your specific analysis workflow so results are computed the same way every time, by anyone.
- 04Engineering
Skill generator tooling
Build an internal tool that scaffolds new skills in the correct format from a short description.
- 05Sales
Customer-facing document automation
Create skills for proposals, SOWs, and reports so output is consistent regardless of who requests it.
- 06Operations
Onboarding skill pack
Bundle the skills a new hire's agent needs for their role and install them on day one.
- 07Operations
Skill usage audit
Track which internal skills are actually invoked and retire the ones nobody uses.
- 08Finance
Compliance-checked outputs
Encode required disclaimers and review steps into a skill so they cannot be forgotten.
- 09Support
Support response consistency
Build skills for common support scenarios so every draft follows the approved approach.
- 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.
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