Разработка скиллов для Claude Code

★ 8.6 · vibe-coding

skill-development is a Claude Code skill that guides users through creating, structuring, and improving skills for Claude Code plugins according to modular development best practices. It covers the full anatomy of a skill: a required SKILL.md file with YAML frontmatter and Markdown instructions, plus optional `scripts/`, `references/`, and `assets/` directories for executable code, documentation, and output files. A central design principle is progressive disclosure across three loading levels — metadata (~100 words always in context), the SKILL.md body (under 5k words on trigger), and bundled resources loaded only as needed. Developers looking to create a new skill, add one to a plugin, refine an existing description, or correctly organize skill content will find step-by-step process guidance here, including how to gather concrete usage examples before writing a single line.