#### **Документация Anthropic**
- [Skills Documentation](https://docs.anthropic.com/en/docs/claude-code/skills)
- [API Quickstart](https://docs.anthropic.com/en/docs/agents-and-tools/agent-skills/quickstart)
- [API Reference](https://docs.anthropic.com/en/docs/agents-and-tools/agent-skills)
- [MCP Documentation](https://docs.anthropic.com/en/docs/agents-and-tools/mcp)
#### **Статьи в блоге**
- [Introducing Agent Skills](https://www.anthropic.com/news/skills)
- [Engineering Blog: Equipping Agents for the Real World](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills)
- [Skills Explained](https://claude.com/blog/skills-explained)
- [How to Create Skills for Claude](https://claude.com/blog/how-to-create-skills-key-steps-limitations-and-examples)
- [Improving Frontend Design through Skills](https://claude.com/blog/improving-frontend-design-through-skills)
#### **Готовые примеры**
- [**GitHub: anthropics/skills**](https://github.com/anthropics/skills) — коллекция skills от Anthropic, можно форкнуть и адаптировать
Полноценные, проверенные в бою skills, где можно подсмотреть все паттерны из руководства:
- **Document Skills** — генерация [PDF](https://github.com/anthropics/skills/tree/main/skills/pdf), [DOCX](https://github.com/anthropics/skills/tree/main/skills/docx), [PPTX](https://github.com/anthropics/skills/tree/main/skills/pptx), [XLSX](https://github.com/anthropics/skills/tree/main/skills/xlsx)
- **[Example Skills](https://github.com/anthropics/skills/tree/main/skills)** — разные паттерны рабочих процессов
- **[Partner Skills Directory](https://claude.com/connectors)** : skills от партнёров: Asana, Atlassian, Canva, Figma, Sentry, Zapier и др.
Репозитории актуальны. Форкайте, адаптируйте под себя, используйте как отправную точку.
#### **Инструменты**
- **skill-creator:** встроен в Claude.ai и доступен в Claude Code. Генерирует skills из описания, проверяет структуру, подсказывает улучшения.
#### **Куда обращаться**
- Вопросы: [Claude Developers Discord](https://discord.com/invite/6PPFFzqPDZ)
- Баги: [anthropics/skills/issues](https://github.com/anthropics/skills/issues) на GitHub