governance — community governance, governance-claude-skill, community, ide skills, Claude Code, Cursor, Windsurf

v2.1.0
GitHub

About this Skill

Ideal for AI Agents like Claude Code, AutoGPT, and LangChain that require strict code quality control and compliance with engineering standards Claude Code skill for engineering standards and code governance enforcement

wrsmith108 wrsmith108
[0]
[0]
Updated: 3/5/2026

Agent Capability Analysis

The governance skill by wrsmith108 is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Ideal for AI Agents like Claude Code, AutoGPT, and LangChain that require strict code quality control and compliance with engineering standards

Core Value

Enforces engineering standards and code quality policies through parallel agent execution, utilizing protocols like the reviewer subagent and npm scripts for efficient context-aware audits, leveraging standards documents and full protocol guidelines

Capabilities Granted for governance

Enforcing code quality policies with automated audits
Implementing parallel agent execution for context efficiency
Maintaining compliance with engineering standards through delegated execution

! Prerequisites & Limits

  • Requires a standards document (e.g., standards.md) for configuration
  • Dependent on the built-in reviewer subagent type
  • Needs npm script (e.g., npm run audit:standards) for audit execution
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

governance

Install governance, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Governance Skill

Enforces engineering standards and code quality policies with parallel agent execution for context efficiency.

Standards Document: standards.md (starter default — replace with your own) Audit Script: npm run audit:standards Full Protocol: agent-prompt.md


Execution Model (v2.1)

Type: Delegated Execution — delegates to the built-in reviewer subagent type.

This skill uses the reviewer subagent (available in all Claude Code installations — no custom agent required):

  1. Spawn the reviewer agent
  2. Delegate the governance task with instructions from agent-prompt.md
  3. Await completion
  4. Report the structured summary to the user

Token Efficiency

Execution ModeToken UsageBenefit
Direct (v1.x)~3,000–8,000Full context in main thread
Delegated (v2.x)~500–80070–90% token savings

How to Invoke

When this skill is triggered, read agent-prompt.md for the full protocol, then delegate:

Code Review

javascript
1Task({ 2 description: "Governance code review", 3 prompt: `[See agent-prompt.md for full instructions] 4Review the following files for standards compliance: 5- [list files or PR description] 6 7Execute full code review workflow: 81. Run standards audit 92. Check each file against standards.md 103. Fix ALL issues immediately (zero deferral) 114. Return structured summary`, 12 subagent_type: "reviewer" 13})

Pre-Commit Check

javascript
1Task({ 2 description: "Pre-commit governance", 3 prompt: `[See agent-prompt.md for full instructions] 4Run pre-commit governance checks: 51. typecheck, lint, format:check, test 62. Check for untracked source files 73. Return pass/fail with specific failures`, 8 subagent_type: "reviewer" 9})

Retrospective

javascript
1Task({ 2 description: "Run retrospective", 3 prompt: `[See agent-prompt.md for full instructions] 4Run retrospective for [topic/sprint]: 51. Analyze completed issues 62. Gather metrics 73. Write report 84. Return summary`, 9 subagent_type: "reviewer" 10})

Quick Reference

Pre-Commit Checklist

[ ] npm run typecheck
[ ] npm run lint
[ ] npm run test
[ ] npm run audit:standards
[ ] No console.log statements
[ ] No hardcoded secrets

Compliance Check

bash
1npm run audit:standards 2node scripts/governance-check.mjs

Full agent protocol, anti-pattern tables, and output format in agent-prompt.md Version 2.1.0 — Structural cleanup: flat layout, built-in reviewer agent, standards.md default added

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is governance?

Ideal for AI Agents like Claude Code, AutoGPT, and LangChain that require strict code quality control and compliance with engineering standards Claude Code skill for engineering standards and code governance enforcement

How do I install governance?

Run the command: npx killer-skills add wrsmith108/governance-claude-skill/governance. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for governance?

Key use cases include: Enforcing code quality policies with automated audits, Implementing parallel agent execution for context efficiency, Maintaining compliance with engineering standards through delegated execution.

Which IDEs are compatible with governance?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for governance?

Requires a standards document (e.g., standards.md) for configuration. Dependent on the built-in reviewer subagent type. Needs npm script (e.g., npm run audit:standards) for audit execution.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add wrsmith108/governance-claude-skill/governance. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use governance immediately in the current project.

Related Skills

Looking for an alternative to governance or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI