Governance

Governance is a skill for Claude Code from CarbeneAI/Forge. It costs 76 tokens per session (1,557 once invoked), scanned A, original, MIT.

A governance toolkit for managing AI-agent organizations, including spending, approvals, goals, schedules, configuration, workspaces, and task ownership.

In plain words
What is it for?
Use it to review budgets, enforce approval gates, view agent hierarchies, manage goals and standing orders, export or import configuration, and lock tasks during work.
Why use it?
It helps control what agents can spend or do, preserve the reason behind work, and coordinate multiple agents safely.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

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.

agentmods
npx agentmods add skills/carbeneai/forge/governance
Any agent
npx skills add CarbeneAI/Forge --skill governance
Clone the repo
git clone --depth 1 https://github.com/CarbeneAI/Forge

Made for: Claude Code.

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 Governance

README.md
[![agentmods](https://agentmods.dev/badge/skills/carbeneai/forge/governance.svg)](https://agentmods.dev/skills/carbeneai/forge/governance)
Your own site
<a href="https://agentmods.dev/skills/carbeneai/forge/governance"><img src="https://agentmods.dev/badge/skills/carbeneai/forge/governance.svg" alt="Measured on agentmods" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,557 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00076 $0.01557
Opus 5 $0.00038 $0.00779
Sonnet 5 $0.00015 $0.00311
Haiku 4.5 $0.00008 $0.00156

Measured 6d ago against content hash 8dfc8b269bbd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

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 6d ago.

The scan reads SKILL.md. This mod also ships 8 executable files (tools/ApprovalGate.ts, tools/BudgetReport.ts, tools/ConfigExport.ts, …), 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.

.claude/skills/Governance/SKILL.md · 197 lines

How it starts

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

Governance

Organizational intelligence for PAI, cherry-picked from Paperclip's zero-human-company model and adapted for CLI-first personal AI infrastructure.

Workflow Routing

Action Trigger Tool/Config
Budget Review "budget report", "agent spending", "cost tracking" tools/BudgetReport.ts
Org Chart "org chart", "show team", "agent hierarchy" tools/OrgChart.ts
Goal Management "goals", "goal context", "why are we doing this" tools/GoalManager.ts
Approval Check "approval needed", "can I deploy", "governance gate" tools/ApprovalGate.ts
Standing Orders "standing orders", "heartbeat", "scheduled agents" tools/StandingOrders.ts
Config Export "export config", "backup PAI", "portable config" tools/ConfigExport.ts
Config Import "import config", "restore PAI", "load config" tools/ConfigImport.ts
Task Locking "lock task", "task checkout", "atomic task" tools/TaskLock.ts

Features

1. Budget Controls

Track and limit per-agent spending with cost estimates based on model pricing.

# Show spending report for current month
bun tools/BudgetReport.ts

# Compare against budget limits
bun tools/BudgetReport.ts --budget

# Filter by agent
bun tools/BudgetReport.ts --agent hiram --period week

Config: config/budgets.yml — per-agent monthly limits with alert thresholds.

2. Approval Gates

Human-in-the-loop governance for high-impact actions via Telegram.

# Check if action needs approval
bun tools/ApprovalGate.ts check deploy --agent hiram

# Request approval (sends Telegram, waits for response)
bun tools/ApprovalGate.ts request deploy --agent hiram --action "Push to carbene.ai production"

# List all gates
bun tools/ApprovalGate.ts list

Config: config/approvals.yml — gate definitions with Telegram integration.

3. Goal Ancestry

Every task traces back to a company goal. Provides "why" context for agent prompts.

Read the full file on GitHub · 197 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. 6d ago First seen · 197 lines · 76 tokens per session scan A 8dfc8b269bbd

Subscribe to this mod's changes

Governance is a skill published in the GitHub repository CarbeneAI/Forge (9 stars, last pushed 1mo ago), licensed MIT. It adds 76 tokens to every session and 1,557 once invoked, about $0.0004 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-31.

Related

Other skills, from other repositories

scanning-containers-with-trivy-in-cicd

This skill covers integrating Aqua Security's Trivy scanner into CI/CD pipelines for comprehensive container image vulnerability detection. It addresses scanning Docker images for OS package and application dependency CVEs, detecting misconfigurations in Dockerfiles, scanning filesystem and git repositories, and…

xalgorix/xalgorix · 74 tokens

implementing-code-signing-for-artifacts

This skill covers implementing code signing for build artifacts to ensure integrity and authenticity throughout the software supply chain. It addresses signing binaries, packages, and containers using GPG, Sigstore, and platform-specific signing tools, establishing trust chains, and verifying signatures in deployment…

xalgorix/xalgorix · 62 tokens

aod-orchestrate

Multi-feature orchestration skill that bridges /aod.blueprint output to parallel wave execution. Groups synced GitHub Issues by ICE priority tier (P0/P1/P2) into sequential waves, creates Task records, spawns batch sessions via the orchestrator API, monitors completion, and reports results. Supports --issues…

davidmatousek/tachi · 110 tokens

building-vulnerability-dashboard-with-defectdojo

Deploy DefectDojo as a centralized vulnerability management dashboard with scanner integrations, deduplication, metrics tracking, and Jira ticketing workflows.

26zl/cybersec-toolkit · 37 tokens

code-execution-helper

Guide for using code execution capabilities to perform parallel batch processing, conditional filtering, and data aggregation. This skill should be used when agents need to analyze multiple files efficiently, validate large result sets, aggregate data from multiple sources, or reduce token consumption through…

davidmatousek/tachi · 76 tokens

root-cause-analyzer

Implements 5 Whys root cause analysis methodology for systematic debugging and problem resolution. Use this skill when you need to find root cause, run 5 whys analysis, analyze recurring problems, or perform systematic debugging. Guides developers through structured analysis, documents findings in institutional…

davidmatousek/tachi · 68 tokens