This skill provides guidance for creating plugins that extend Claude's capabilities. Supports two plugin types:
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.
The context window is a public good. Skills share the context window with everything else Claude needs: system prompt, conversation history, other Skills' metadata, and the actual user request.
Создает плагины (навыки и MCP), руководя процессом разработки. Используйте, когда пользователи хотят создать или обновить (1) навыки, которые расширяют возможности Claude за счет специализированных знаний и рабочих процессов, или (2) MCP (серверы протокола контекста модели), которые предоставляют инструменты для Claude Desktop. Источник: ddunnock/claude-plugins.