Разработка модульных скиллов для Claude

★ 8.1 · learning

Создание новых скиллов (Skill Creator) is a Claude Code skill that teaches you how to build modular skill packages — self-contained bundles that extend Claude with specialized knowledge, custom workflows, and tool integrations. Reach for it when you keep re-explaining the same multi-step process to Claude every session; when you want Claude to automatically apply your company's database schema or business logic without prompting; when you need to turn a general-purpose Claude setup into a domain-specific agent for your team. The skill walks through the full anatomy of a skill package: a required SKILL.md file with YAML frontmatter (name and description fields that trigger skill selection) and Markdown instructions, plus optional directories — scripts/ for deterministic Python/Bash code, references/ for documentation and schemas loaded on demand, and assets/ for templates, images, and boilerplate used in output. It defines three levels of instructional freedom: high (plain text guidance), medium (pseudocode with parameters), and low (exact scripts with minimal variation) — matched to how fragile or critical the task is. The core principle: the context window is shared, so include only what Claude genuinely lacks. This skill is about authoring new skills, not executing existing ones — for domain-specific work, use the relevant catalog skill.