mirror of
https://github.com/anthropics/skills
synced 2026-07-05 11:36:53 +00:00
Compare commits
1 Commits
andibrae/c
...
mattpic-an
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bd17d34ec3 |
@@ -1,44 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "anthropic-agent-skills",
|
|
||||||
"owner": {
|
|
||||||
"name": "Keith Lazuka",
|
|
||||||
"email": "klazuka@anthropic.com"
|
|
||||||
},
|
|
||||||
"metadata": {
|
|
||||||
"description": "Anthropic example skills",
|
|
||||||
"version": "1.0.0"
|
|
||||||
},
|
|
||||||
"plugins": [
|
|
||||||
{
|
|
||||||
"name": "document-skills",
|
|
||||||
"description": "Collection of document processing suite including Excel, Word, PowerPoint, and PDF capabilities",
|
|
||||||
"source": "./",
|
|
||||||
"strict": false,
|
|
||||||
"skills": [
|
|
||||||
"./skills/xlsx",
|
|
||||||
"./skills/docx",
|
|
||||||
"./skills/pptx",
|
|
||||||
"./skills/pdf"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "example-skills",
|
|
||||||
"description": "Collection of example skills demonstrating various capabilities including skill creation, MCP building, visual design, algorithmic art, internal communications, web testing, artifact building, Slack GIFs, and theme styling",
|
|
||||||
"source": "./",
|
|
||||||
"strict": false,
|
|
||||||
"skills": [
|
|
||||||
"./skills/algorithmic-art",
|
|
||||||
"./skills/brand-guidelines",
|
|
||||||
"./skills/canvas-design",
|
|
||||||
"./skills/frontend-design",
|
|
||||||
"./skills/internal-comms",
|
|
||||||
"./skills/mcp-builder",
|
|
||||||
"./skills/skill-creator",
|
|
||||||
"./skills/slack-gif-creator",
|
|
||||||
"./skills/theme-factory",
|
|
||||||
"./skills/web-artifacts-builder",
|
|
||||||
"./skills/webapp-testing"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
61
README.md
61
README.md
@@ -9,52 +9,49 @@ For more information, check out:
|
|||||||
|
|
||||||
# About This Repository
|
# About This Repository
|
||||||
|
|
||||||
This repository contains skills that demonstrate what's possible with Claude's skills system. These skills range from creative applications (art, music, design) to technical tasks (testing web apps, MCP server generation) to enterprise workflows (communications, branding, etc.).
|
This repository contains example skills that demonstrate what's possible with Claude's skills system. These examples range from creative applications (art, music, design) to technical tasks (testing web apps, MCP server generation) to enterprise workflows (communications, branding, etc.).
|
||||||
|
|
||||||
Each skill is self-contained in its own folder with a `SKILL.md` file containing the instructions and metadata that Claude uses. Browse through these skills to get inspiration for your own skills or to understand different patterns and approaches.
|
Each skill is self-contained in its own directory with a `SKILL.md` file containing the instructions and metadata that Claude uses. Browse through these examples to get inspiration for your own skills or to understand different patterns and approaches.
|
||||||
|
|
||||||
Many skills in this repo are open source (Apache 2.0). We've also included the document creation & editing skills that power [Claude's document capabilities](https://www.anthropic.com/news/create-files) under the hood in the [`skills/docx`](./skills/docx), [`skills/pdf`](./skills/pdf), [`skills/pptx`](./skills/pptx), and [`skills/xlsx`](./skills/xlsx) subfolders. These are source-available, not open source, but we wanted to share these with developers as a reference for more complex skills that are actively used in a production AI application.
|
**Note:** These are reference examples for inspiration and learning. They showcase general-purpose capabilities rather than organization-specific workflows or sensitive content.
|
||||||
|
|
||||||
## Disclaimer
|
## Disclaimer
|
||||||
|
|
||||||
**These skills are provided for demonstration and educational purposes only.** While some of these capabilities may be available in Claude, the implementations and behaviors you receive from Claude may differ from what is shown in these skills. These skills are meant to illustrate patterns and possibilities. Always test skills thoroughly in your own environment before relying on them for critical tasks.
|
**These skills are provided for demonstration and educational purposes only.** While some of these capabilities may be available in Claude, the implementations and behaviors you receive from Claude may differ from what is shown in these examples. These examples are meant to illustrate patterns and possibilities. Always test skills thoroughly in your own environment before relying on them for critical tasks.
|
||||||
|
|
||||||
# Skill Sets
|
# Example Skills
|
||||||
- [./skills](./skills): Skill examples for Creative & Design, Development & Technical, Enterprise & Communication, and Document Skills
|
|
||||||
- [./spec](./spec): The Agent Skills specification
|
|
||||||
- [./template](./template): Skill template
|
|
||||||
|
|
||||||
# Try in Claude Code, Claude.ai, and the API
|
This repository includes a diverse collection of example skills demonstrating different capabilities:
|
||||||
|
|
||||||
## Claude Code
|
## Creative & Design
|
||||||
You can register this repository as a Claude Code Plugin marketplace by running the following command in Claude Code:
|
- **algorithmic-art** - Create generative art using p5.js with seeded randomness, flow fields, and particle systems
|
||||||
```
|
- **canvas-design** - Design beautiful visual art in .png and .pdf formats using design philosophies
|
||||||
/plugin marketplace add anthropics/skills
|
- **slack-gif-creator** - Create animated GIFs optimized for Slack's size constraints
|
||||||
```
|
|
||||||
|
|
||||||
Then, to install a specific set of skills:
|
## Development & Technical
|
||||||
1. Select `Browse and install plugins`
|
- **artifacts-builder** - Build complex claude.ai HTML artifacts using React, Tailwind CSS, and shadcn/ui components
|
||||||
2. Select `anthropic-agent-skills`
|
- **mcp-server** - Guide for creating high-quality MCP servers to integrate external APIs and services
|
||||||
3. Select `document-skills` or `example-skills`
|
- **webapp-testing** - Test local web applications using Playwright for UI verification and debugging
|
||||||
4. Select `Install now`
|
|
||||||
|
|
||||||
Alternatively, directly install either Plugin via:
|
## Enterprise & Communication
|
||||||
```
|
- **brand-guidelines** - Apply Anthropic's official brand colors and typography to artifacts
|
||||||
/plugin install document-skills@anthropic-agent-skills
|
- **internal-comms** - Write internal communications like status reports, newsletters, and FAQs
|
||||||
/plugin install example-skills@anthropic-agent-skills
|
- **theme-factory** - Style artifacts with 10 pre-set professional themes or generate custom themes on-the-fly
|
||||||
```
|
|
||||||
|
|
||||||
After installing the plugin, you can use the skill by just mentioning it. For instance, if you install the `document-skills` plugin from the marketplace, you can ask Claude Code to do something like: "Use the PDF skill to extract the form fields from `path/to/some-file.pdf`"
|
## Meta Skills
|
||||||
|
- **skill-creator** - Guide for creating effective skills that extend Claude's capabilities
|
||||||
|
- **template-skill** - A basic template to use as a starting point for new skills
|
||||||
|
|
||||||
## Claude.ai
|
# Document Skills
|
||||||
|
|
||||||
These example skills are all already available to paid plans in Claude.ai.
|
The `document-skills/` subdirectory contains skills that Anthropic developed to help Claude create various document file formats. These skills demonstrate advanced patterns for working with complex file formats and binary data:
|
||||||
|
|
||||||
To use any skill from this repository or upload custom skills, follow the instructions in [Using skills in Claude](https://support.claude.com/en/articles/12512180-using-skills-in-claude#h_a4222fa77b).
|
- **docx** - Create, edit, and analyze Word documents with support for tracked changes, comments, formatting preservation, and text extraction
|
||||||
|
- **pdf** - Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms
|
||||||
|
- **pptx** - Create, edit, and analyze PowerPoint presentations with support for layouts, templates, charts, and automated slide generation
|
||||||
|
- **xlsx** - Create, edit, and analyze Excel spreadsheets with support for formulas, formatting, data analysis, and visualization
|
||||||
|
|
||||||
## Claude API
|
**Important Disclaimer:** These document skills are point-in-time snapshots and are not actively maintained or updated. Versions of these skills ship pre-included with Claude. They are primarily intended as reference examples to illustrate how Anthropic approaches developing more complex skills that work with binary file formats and document structures.
|
||||||
|
|
||||||
You can use Anthropic's pre-built skills, and upload custom skills, via the Claude API. See the [Skills API Quickstart](https://docs.claude.com/en/api/skills-guide#creating-a-skill) for more.
|
|
||||||
|
|
||||||
# Creating a Basic Skill
|
# Creating a Basic Skill
|
||||||
|
|
||||||
@@ -89,4 +86,4 @@ The markdown content below contains the instructions, examples, and guidelines t
|
|||||||
|
|
||||||
Skills are a great way to teach Claude how to get better at using specific pieces of software. As we see awesome example skills from partners, we may highlight some of them here:
|
Skills are a great way to teach Claude how to get better at using specific pieces of software. As we see awesome example skills from partners, we may highlight some of them here:
|
||||||
|
|
||||||
- **Notion** - [Notion Skills for Claude](https://www.notion.so/notiondevs/Notion-Skills-for-Claude-28da4445d27180c7af1df7d8615723d0)
|
- **Notion** - [Notion Skills for Claude](https://www.notion.so/notiondevs/Notion-Skills-for-Claude-28da4445d27180c7af1df7d8615723d0)
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
name: web-artifacts-builder
|
name: artifacts-builder
|
||||||
description: Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
|
description: Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
|
||||||
license: Complete terms in LICENSE.txt
|
license: Complete terms in LICENSE.txt
|
||||||
---
|
---
|
||||||
|
|
||||||
# Web Artifacts Builder
|
# Artifacts Builder
|
||||||
|
|
||||||
To build powerful frontend claude.ai artifacts, follow these steps:
|
To build powerful frontend claude.ai artifacts, follow these steps:
|
||||||
1. Initialize the frontend repo using `scripts/init-artifact.sh`
|
1. Initialize the frontend repo using `scripts/init-artifact.sh`
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user