Проверка установки скиллов в каталог Claude

★ 8.0 · vibe-coding

claude-skill is a Claude Code skill that verifies correct installation of Claude skills into the `.claude/skills/<name>/SKILL.md` directory structure. It confirms that the skill file exists, the directory layout is valid, and the frontmatter is parsed without errors. The skill defines three steps: check for the skill file, validate the directory structure, and confirm frontmatter parsing. Designed for PRPM integration testing, it is useful for developers setting up CI pipelines or debugging the process of adding new skills to the catalog.