Ensures structural integrity and standardization for Claude Code SDLC plugins through comprehensive automated validation.
The Plugin Consistency Validator is a dedicated quality assurance tool for developers working within the sdlc-marketplace repository. It automates the verification of plugin structures, ensuring every skill adheres to strict implementation patterns for script resolution, error handling, and documentation synchronization. By identifying issues such as missing frontmatter fields, uncleaned temporary files, or incorrect exit-code logic, it prevents structural failures and ensures a seamless experience for end-users deploying these utilities.
주요 기능
01Ensures synchronization between skill definitions and project documentation
020 GitHub stars
03Enforces mandatory frontmatter fields including the user-invocable flag
04Validates script resolution order to prioritize plugin-specific execution
05Verifies proper temporary file cleanup and exit-code handling across skills
06Checks for mandatory prepare-script execution and JSON output patterns
사용 사례
01Automated CI/CD checks to maintain repository standards for new plugin contributions
02Auditing existing plugins to ensure compliance with the latest structural requirements
03Pre-commit validation when modifying SDLC utility scripts or SKILL.md files