skill-structure-governor

Validate bilingual skill entries and Codex/Claude packaging templates.

2|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/Ruzenie/RUI-agentskills --skill skill-structure-governor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-structure-governor
Source: https://github.com/Ruzenie/RUI-agentskills/tree/main/RUI-agentskills/RUI-codex-cn/skills/skill-structure-governor
Command: npx skills add https://github.com/Ruzenie/RUI-agentskills --skill skill-structure-governor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that all skills within the repository maintain a consistent structure, particularly regarding bilingual entries and multi-platform packaging templates, preventing inconsistencies and errors during development and deployment.

Core Features & Use Cases

  • Structure Validation: Verifies the integrity of bilingual entry points (SKILLS.md for CN/EN) and platform packaging templates (Codex/Claude).
  • Consistency Checks: Ensures that the skill catalog (skills.bilingual.json) accurately reflects the actual skill directories.
  • Use Case: Before releasing a new set of skills, run this Skill to automatically confirm that all new skills have corresponding Chinese and English documentation and that the platform templates are correctly updated, guaranteeing a smooth release process.

Quick Start

Run the skill-structure-governor script to validate the consistency of bilingual entries and multi-platform skill packaging.

Frequently Asked Questions about skill-structure-governor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate skill structure consistency before releasing a new set of skills?

Validate skill structure consistency by running a script that checks for complete bilingual entries, multi-platform packaging templates, and directory count alignment. This confirms all new skills have correct Chinese and English documentation and updated platform templates for a smooth release.

What does bilingual entry validation check for in skill documentation?

Bilingual entry validation checks for the presence and accuracy of Chinese and English entry points, typically SKILLS.md files. It ensures both language versions exist and are correctly structured to prevent inconsistencies during skill deployment.

How do I verify that my skill catalog matches the actual skill directories?

Verify your skill catalog by running a consistency check that compares the skills.bilingual.json catalog against the actual skill directory count. This ensures the catalog accurately reflects the existing skill folders and prevents missing or orphaned skill entries.

Can I use this structure governor to check multi-platform packaging templates for Codex and Claude?

Yes, the structure governor validates multi-platform packaging templates specifically for Codex and Claude. It verifies that these platform packaging templates are complete and correctly updated, ensuring skills are properly prepared for deployment across different platforms.

What is the best way to ensure skill overview consistency during development?

The best way to ensure skill overview consistency is to automate validation of the skill catalog and directory structure. Running a structure validation script confirms that the skill overview accurately reflects the actual skill directory count and that all bilingual entries are present.

Why does my skill release fail due to missing platform packaging templates?

Skill releases fail when platform packaging templates for Codex or Claude are missing or incomplete. A structure validation check identifies these gaps by verifying the presence and accuracy of required multi-platform packaging files before deployment.