> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/anthropics/skills/llms.txt
> Use this file to discover all available pages before exploring further.

# Skills Catalog

> Explore the complete collection of Anthropic Skills to enhance Claude's capabilities

Anthropic Skills extend Claude's capabilities with specialized knowledge and workflows. Each skill provides Claude with expert-level instructions for specific domains, from document processing to creative design.

## Available Skills

Browse skills by category:

<CardGroup cols={2}>
  <Card title="Document Processing" icon="file-lines" href="/skills/document-skills">
    Work with Word, PDF, PowerPoint, and Excel files
  </Card>

  <Card title="Creative & Design" icon="palette" href="/skills/creative-design">
    Generate algorithmic art, design posters, and build beautiful interfaces
  </Card>

  <Card title="Development & Technical" icon="code" href="/skills/development-technical">
    Build MCP servers, create skills, test webapps, and craft artifacts
  </Card>

  <Card title="Enterprise & Communication" icon="building" href="/skills/enterprise-communication">
    Apply brand guidelines, co-author docs, and create internal communications
  </Card>
</CardGroup>

## How Skills Work

Skills use a three-level loading system:

1. **Metadata** - Always available to Claude (name + description)
2. **Instructions** - Loaded when skill triggers (SKILL.md)
3. **Resources** - Loaded as needed (scripts, references, templates)

Claude automatically selects the right skill based on your request. You can also explicitly request a skill by name.

## Skill Structure

Each skill contains:

* **SKILL.md** - Core instructions and workflows
* **scripts/** - Executable tools for deterministic tasks
* **references/** - Documentation loaded as needed
* **assets/** - Templates, fonts, and other resources

## Getting Started

Explore the categories above to find skills for your use case. Each skill page includes:

* Detailed description of capabilities
* When to use the skill
* Quick reference to key features
* Links to detailed documentation
