main
1{
2 "name": "anthropic-agent-skills",
3 "owner": {
4 "name": "Keith Lazuka",
5 "email": "klazuka@anthropic.com"
6 },
7 "metadata": {
8 "description": "Anthropic example skills",
9 "version": "1.0.0"
10 },
11 "plugins": [
12 {
13 "name": "document-skills",
14 "description": "Collection of document processing suite including Excel, Word, PowerPoint, and PDF capabilities",
15 "source": "./",
16 "strict": false,
17 "skills": [
18 "./skills/xlsx",
19 "./skills/docx",
20 "./skills/pptx",
21 "./skills/pdf"
22 ]
23 },
24 {
25 "name": "example-skills",
26 "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",
27 "source": "./",
28 "strict": false,
29 "skills": [
30 "./skills/algorithmic-art",
31 "./skills/brand-guidelines",
32 "./skills/canvas-design",
33 "./skills/doc-coauthoring",
34 "./skills/frontend-design",
35 "./skills/internal-comms",
36 "./skills/mcp-builder",
37 "./skills/skill-creator",
38 "./skills/slack-gif-creator",
39 "./skills/theme-factory",
40 "./skills/web-artifacts-builder",
41 "./skills/webapp-testing"
42 ]
43 }
44 ]
45}