Public repository for Agent Skills
This repository contains Anthropic's implementation of skills for Claude, the company's AI assistant. Skills are folders of instructions, scripts, and resources that Claude dynamically loads to improve performance on specialized tasks, ranging from creative applications like art and music to technical tasks like web app testing and enterprise workflows. The repository is built around the Agent Skills specification and includes example skills demonstrating various patterns, as well as source-available implementations of document creation and editing skills that power Claude's document capabilities. The material also includes reference documentation for the C# SDK, Anthropic's official SDK for C#, which supports tool use via the Messages API and integrations with Microsoft.Extensions.AI for function invocation and managed agents.