governance
v1.0.0Tools for creating and managing Claude Code, Codex, and Grok Build configuration files
By Alvis4 GitHub starsUpdated 4 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Aug 26, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add governance@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/alvis/.agentsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/governance/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/create-agent/SKILL.md├── skills/create-standard/SKILL.md├── skills/update-agent/SKILL.md├── skills/update-standard/SKILL.md└── skills/write-skill/SKILL.md
Included Skills5
Creates a new specialist agent from a shared base prompt plus split metadata and per-harness Claude, Codex, and Grok JSON sources, proposing intelligence and permissions by role archetype and confirming them with the user before writing. Use when adding a new subagent, defining a new specialist role, scaffolding an agent definition, or when update-agent hands off new-agent creation.
Create a new technical standard at a plugin's canonical standards root using meta.md, scan.md, write.md, and per-rule guides. Use when establishing new coding standards, documenting technical requirements, or creating compliance guidelines for reusable policy with explicit dependencies, detection, compliant patterns, and stable rule IDs. Route existing-standard revisions to update-standard.
Update explicitly selected agent definitions to the current split-source template or a stated behavior change while preserving useful role expertise, trigger boundaries, context, collaboration links, and working voice. Use when migrating agents to a template revision, correcting agent configuration, or batch-updating selected agents; require an exact selector and route genuinely new roles to create-agent.
Update explicitly selected plugin standards to the current meta.md, scan.md, write.md, and rules contract while preserving valid policy and stable rule IDs. Use when applying scoped rule changes, migrating standards to a template revision, or batch-updating the standards library. Require a path, glob, or --all; route missing targets to create-standard.
Use when authoring, revising, or validating an Agent Skill for Claude Code, Codex, Grok Build, or any combination through its create, update, and verify actions: define a reusable capability, align existing skills with repository policy, or check structure, triggers, portability, and behavior before use.
Plugin manifests2
{
"name": "governance",
"version": "1.0.0",
"description": "Tools for creating and managing Claude Code, Codex, and Grok Build configuration files",
"author": {
"name": "Alvis"
},
"skills": "./skills/",
"interface": {
"displayName": "Governance",
"shortDescription": "Agent, skill, workflow, and standards governance.",
"longDescription": "Create, update, review, and validate reusable agent configuration, skills, workflows, and technical standards.",
"developerName": "Alvis",
"category": "meta",
"capabilities": [
"Skills",
"Hooks"
],
"defaultPrompt": "Help me update an agent workflow or standard."
}
}{
"name": "governance",
"author": {
"name": "Alvis"
},
"dependencies": [
"essential"
],
"description": "Tools for creating and managing Claude Code, Codex, and Grok Build configuration files including commands, skills, standards, and agents",
"version": "1.0.0"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[governance on Agent Plugins Marketplace](https://pluginsmp.com/plugins/governance)