[[Claude Skills — Гайд|← К оглавлению]] · [[Claude Skills - 05. Паттерны|← Паттерны]]
---
# Ресурсы и справочники
## Документация 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)
## Готовые примеры на GitHub
[**github.com/anthropics/skills**](https://github.com/anthropics/skills) — официальная коллекция от Anthropic. Можно форкнуть и адаптировать под себя.
Что там есть:
- 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 — разные паттерны рабочих процессов
- [Partner Skills](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
---
Дальше: [[Claude Skills - 07. Чеклист|✅ 07. Чеклист →]]
[[Claude Skills — Гайд|← К оглавлению]]