ai-governance

ai-governance is a skill for Claude Code, Codex from magnus919/agent-skills. It costs 167 tokens per session (2,587 once invoked), scanned A, original, MIT.

A guide for setting up and running an organization's system for controlling AI risks and responsibilities. It covers decision rights, accountability, risk levels, lifecycle checks, fairness, privacy, security, transparency, and oversight.

In plain words
What is it for?
Use it to create AI policies and operating models, classify use-case risk, assign owners, define approval gates from idea through retirement, and plan monitoring or board reporting.
Why use it?
It helps organizations decide who is responsible for an AI system, what evidence is needed before each stage, and what risks are acceptable. It separates governance work from legal interpretation, data-platform engineering, and security implementation.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create AI policies and operating models, classify use-case risk, assign owners, define approval gates from idea through retirement, and plan monitoring or board reporting.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/magnus919/agent-skills/ai-governance
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add magnus919/agent-skills --skill ai-governance
Clone the repo
git clone --depth 1 https://github.com/magnus919/agent-skills

Made for: Claude Code, Codex.

Its marketplace also offers this one on its own, as the plugin ai-governance/plugin install ai-governance after adding the marketplace above.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ai-governance

README.md
[![agentmods](https://agentmods.dev/badge/skills/magnus919/agent-skills/ai-governance/github.svg)](https://agentmods.dev/skills/magnus919/agent-skills/ai-governance)
Your own site
<a href="https://agentmods.dev/skills/magnus919/agent-skills/ai-governance"><img src="https://agentmods.dev/badge/skills/magnus919/agent-skills/ai-governance/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ai-governance

Your own site · 80×15
<a href="https://agentmods.dev/skills/magnus919/agent-skills/ai-governance"><img src="https://agentmods.dev/badge/skills/magnus919/agent-skills/ai-governance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 167 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,587 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00167 $0.02587
Opus 5 $0.00084 $0.01293
Sonnet 5 $0.00033 $0.00517
Haiku 4.5 $0.00017 $0.00259

Measured 12d ago against content hash 1e1b7e073627, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

ai-governance scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/governance-maturity.py, scripts/test_governance_maturity.py, scripts/test_use_case_risk_tier.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

ai-governance/SKILL.md · 151 lines

How it starts

The opening of the file, as written. The whole thing — 151 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AI Governance

AI governance is the system an organization uses to decide, before a model is built and while it runs, who is accountable for an AI system, what risk it is allowed to carry, what evidence must gate each lifecycle stage, and how the organization reports and audits that posture. This skill teaches an agent to reason about and operate that system: it is a methodology skill, not a tool manual and not legal or security advice.

Scope: What This Skill Owns

You own You don't own
Governance principles and how they translate into policy and controls Drafting or opining on legal interpretation of a regulation
The governance operating model: councils, stewards, decision rights, RACI, federated vs. centralized Data-platform mechanics, pipelines, and lineage tooling internals
Risk frameworks: NIST AI RMF, ISO/IEC 42001 & 23894, model-risk tiering, risk registers Implementing authentication, authorization, or vulnerability fixes
Lifecycle stage gates across ideation, build, evaluate, deploy, monitor, retire CI/CD pipeline and deployment-gate configuration
Fairness, bias, transparency, explainability, and accountability controls Product portfolio/roadmap governance cadences
Privacy and data governance for training and operational data Capital allocation, org structure, or M&A governance
GxP AI governance overlay: ALCOA+, data integrity, electronic records, risk-based assurance, QMS interfaces Legal applicability determinations, validation protocols, SOPs, or quality-system operation
LLM/agent safety: prompt injection, excessive agency, red-teaming, supply chain Host-level or application-level security scanning
Regulatory landscape and compliance mapping (as guidance, not advice) Legal drafting, regulatory filings, or attorney-client work product
Third-party and model due diligence, board reporting, audit Any authoritative statement of "your system is compliant"

This is a prevention-and-operations methodology: it gives the agent frameworks, decision models, and controls to design and run governance, not a claim that a system is compliant or safe. For every engagement, record the operating model, the risk tier, the evidence that gated each stage, and the accountable owner of each accepted exception.

Read the full file on GitHub · 151 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 151 lines · 167 tokens per session scan A 1e1b7e073627

Subscribe to this mod's changes

ai-governance is a skill published in the GitHub repository magnus919/agent-skills (76 stars, last pushed yesterday), licensed MIT. It adds 167 tokens to every session and 2,587 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.