What problem does it solve?
This Skill automatically verifies the structural integrity of SEMO packages and ensures adherence to Claude Code Sub-Agent optimization rules, acting as a critical quality gate before versioning or deployment.
Core Features & Use Cases
- Structural Validation: Checks for correct directory structure and file presence within SEMO packages.
- Frontmatter Compliance: Verifies that all Agent/Skill/Command files have the required frontmatter fields (name, description, tools, model).
- Optimization Rule Check: Audits Agents for "PROACTIVELY use when" patterns and standard tool usage, ensuring efficient AI interaction.
- Consistency Verification: Confirms
CLAUDE.md consistency and proper integration of components.
- Use Case: Before releasing a new version of
semo-next, you can run "package-validator semo-next" to ensure all components meet quality standards and optimization rules.
Quick Start
Validate a package: "package-validator {패키지명}"
Check Agent/Skill rules: "Agent/Skill 추가/수정/삭제 후 검증"
Run pre-versioning checks: "버저닝 전 품질 게이트"