Plugin Validation

Validates the structural correctness of Claude Code plugins — plugin.json manifest fields, SKILL.md YAML frontmatter, reference cross-references, skill name-to-directory consistency, and plugin structure conventions. Use when checking whether a plugin is well-formed before shipping, when debugging "plugin won't load" errors, when setting up CI for a plugin repo, or when reviewing a third-party plugin for issues. NOT for functional evaluation (whether skills activate or produce correct output — use plugin-evaluation for that). NOT for single-skill SKILL.md quality review (use skill-foundry for that).

viktorbezdek eaa4c84 5 files · 20.1 KB Updated

File contents

viktorbezdek/skillstack/tree/main/plugin-dev/skills/plugin-validation commit eaa4c84c90

Frequently asked questions

npx skillmds@latest add viktorbezdek/plugin-validation