Files
skills/.claude-plugin/marketplace.json
Keith Lazuka 00756142ab Add doc-coauthoring skill and update example skills (#134)
* export/update example skills

* Add 'doc-coauthoring' to example-skills plugin

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>
2025-12-04 12:01:46 -05:00

46 lines
1.3 KiB
JSON

{
"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/doc-coauthoring",
"./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"
]
}
]
}