Разработка пакетов Agent Skills в формате SKILL.md
★ 8.0 · vibe-coding
creating-agent-skills is a Claude Code skill that guides you through building Agent Skills packages in SKILL.md format, following the open agentskills.io specification that works identically across Codex CLI, GitHub Copilot, and Amp without any file modifications. It covers the full directory layout — SKILL.md alongside optional scripts/, references/, and assets/ folders — and details required frontmatter fields: name (1–64 chars, lowercase alphanumeric plus hyphens, pattern ^[a-z0-9]+(-[a-z0-9]+)*$) and description (1–1024 chars combining functionality with activation use cases). Optional fields such as license, compatibility, allowed-tools, and metadata are explained alongside progressive disclosure mechanics, which load only metadata at startup and the full file on activation, with a 500-line cap for efficient context usage. The skill is aimed at developers building reusable AI instructions that need to plug into multiple agent tools from a single source file.