llm-governance

Enforce LLM content governance and compliance across LLM-facing files.

10|Updated Oct 18, 2025
One-click install
npx skills add https://github.com/CsHeng/dot-claude --skill llm-governance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-governance
Source: https://github.com/CsHeng/dot-claude/tree/main/skills/llm-governance
Command: npx skills add https://github.com/CsHeng/dot-claude --skill llm-governance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) components.

What problem does it solve?

LLM content governance and compliance standards. Use when llm governance guidance is required.

Core Features & Use Cases

  • Deterministic Validation: TERSE mode defaults and rule-driven validation for agents, skills, commands, and governance files.
  • Operational Health: Governance health reporting, capability matrices, and structural checks.

Quick Start

Run the governance validator to assess repository health and conformity to rules.

Frequently Asked Questions about llm-governance

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

FAQPage Schema
How do I validate LLM content governance and compliance across my repository?

LLM content governance validation enforces compliance standards by running deterministic checks on agents, skills, commands, and governance files. Use the governance validator to assess repository health, verify structural integrity, and confirm conformity to rule-based validation policies in TERSE mode.

What does LLM governance validation check for?

Governance validation checks IO semantics, frontmatter integrity, metadata separation, and structure normalization. It applies rule-driven validation to enforce consistent content standards, generates compliance findings, suggests edits, and produces safe backups for all LLM-facing files.

Can I use this to enforce compliance policies across skills, agents, and commands?

Yes. The governance validator applies compliance standards deterministically to skills, agents, commands, rules, and governance documents. It orchestrates a validation toolchain including tool-checker, validator, agent-matrix, skill-matrix, and structure-check to ensure all LLM-facing files meet structural and stylistic compliance.

What's the best way to ensure my LLM files meet governance standards?

Run the governance validator as your health-reporting mechanism. TERSE mode defaults and rule-based validation produce governance findings and capability matrices, identifying non-conformant content and offering suggested edits while preserving safe backups of your original files.

Do I need external dependencies to run LLM governance validation?

The validator requires PyYAML as its core dependency. This enables rule-driven YAML-based governance configuration and deterministic validation of metadata and structural compliance across all LLM-facing files.