mirror of
https://github.com/anthropics/skills.git
synced 2026-03-30 13:13:29 +08:00
Documentation skill for building applications with the Claude API and Agent SDK. Covers Python, TypeScript, Java, Go, Ruby, C#, PHP, and cURL with language-specific guides for: - Messages API basics, streaming, and error handling - Tool use (tool runner and manual agentic loop) - Structured outputs and adaptive thinking - Batches and Files APIs - Agent SDK patterns (Python/TypeScript) - Model catalog and selection guidance
56 lines
1.6 KiB
JSON
56 lines
1.6 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"
|
|
]
|
|
}
|
|
,
|
|
{
|
|
"name": "claude-api",
|
|
"description": "Claude API and SDK documentation skill for building LLM-powered applications",
|
|
"source": "./",
|
|
"strict": false,
|
|
"skills": [
|
|
"./skills/claude-api"
|
|
]
|
|
}
|
|
]
|
|
}
|