Skills are modular, self-contained packages that extend Claude's capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks—they transform Claude from a general-purpose agent into a specialized agent equipped with procedural knowledge that no model can fully possess.
Every skill consists of a required SKILL.md file and optional bundled resources:
Why? Better context engineering: leverage progressive disclosure technique of Agent Skills, when agent skills are activated, Claude Code will consider to load only relevant files into the context, instead of reading all long SKILL.md as before.
Руководство по созданию эффективных навыков, добавлению ссылок на навыки, сценариям навыков или оптимизации существующих навыков. Этот навык следует использовать, когда пользователи хотят создать новый навык (или обновить существующий навык), который расширяет возможности Клода за счет специализированных знаний, рабочих процессов, платформ, библиотек или использования плагинов, а также интеграции API и инструментов. Источник: binjuhor/shadcn-lar.