The Fractary Artifact Validator is an essential tool for developers building within the Claude plugin ecosystem. It ensures that every generated artifact—whether an agent, skill, or command—strictly adheres to defined standards for XML markup, YAML frontmatter, and naming conventions. By running automated bash scripts, the skill identifies structural errors, malformed tags, and missing cross-references, providing clear instructions for remediation. This skill is critical for maintaining consistency and reliability in complex AI agent deployments, preventing runtime failures caused by improper artifact formatting.
Características Principales
012 GitHub stars
02Comprehensive XML markup validation for tag casing and section completeness
03Naming convention enforcement for kebab-case and plugin-prefix patterns
04Actionable error reporting with specific resolution steps for failed validations
05Cross-reference checking to ensure interconnected agents and skills are linked correctly
06Automated YAML frontmatter verification for required fields and metadata