mirror of
https://github.com/anthropics/skills
synced 2026-07-08 23:16:53 +00:00
Compare commits
1 Commits
klazuka/ad
...
mattpic-an
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bd17d34ec3 |
@@ -1,43 +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": [
|
|
||||||
"./document-skills/xlsx",
|
|
||||||
"./document-skills/docx",
|
|
||||||
"./document-skills/pptx",
|
|
||||||
"./document-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": [
|
|
||||||
"./skill-creator",
|
|
||||||
"./mcp-builder",
|
|
||||||
"./canvas-design",
|
|
||||||
"./algorithmic-art",
|
|
||||||
"./internal-comms",
|
|
||||||
"./webapp-testing",
|
|
||||||
"./artifacts-builder",
|
|
||||||
"./slack-gif-creator",
|
|
||||||
"./theme-factory",
|
|
||||||
"./brand-guidelines"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -5,7 +5,7 @@ For more information, check out:
|
|||||||
- [What are skills?](https://support.claude.com/en/articles/12512176-what-are-skills)
|
- [What are skills?](https://support.claude.com/en/articles/12512176-what-are-skills)
|
||||||
- [Using skills in Claude](https://support.claude.com/en/articles/12512180-using-skills-in-claude)
|
- [Using skills in Claude](https://support.claude.com/en/articles/12512180-using-skills-in-claude)
|
||||||
- [How to create custom skills](https://support.claude.com/en/articles/12512198-creating-custom-skills)
|
- [How to create custom skills](https://support.claude.com/en/articles/12512198-creating-custom-skills)
|
||||||
- [Equipping agents for the real world with Skills](https://anthropic.com/engineering/equipping-agents-for-the-real-world-with-skills)
|
- [Equipping agents for the real world with Agent Skills](https://anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills)
|
||||||
|
|
||||||
# About This Repository
|
# About This Repository
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user