Agent Plugins Marketplace
All plugins

delivery-governance

v1.0.0

Git, CI, repository-history migration, and Kubernetes delivery governance.

CodexClaude Code5 Skills

By Harness Start0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 22, 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 delivery-governance for Codex and Claude Code

Installs for the current user
codex plugin marketplace add harness-start/plugins
codex plugin marketplace upgrade harness-start
codex plugin add delivery-governance@harness-start

Paste and run these commands in a terminal with Codex. They add and refresh the harness-start catalog, then install this plugin.

Compatibility: the page URL and API slug “delivery-governance” remain stable.

  • Codex: delivery-governance@agent-plugin-marketplacedelivery-governance@harness-start

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/harness-start/plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/delivery-governance/.

Plugin files

plugins/delivery-governance/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/ci-gated-mr-workflow/SKILL.md
├── skills/git-delivery-config/SKILL.md
├── skills/kubernetes-operations/SKILL.md
├── skills/kubernetes-operations-playbook/SKILL.md
└── skills/repository-history-migration/SKILL.md

Included Skills5

ci-gated-mr-workflowskills/ci-gated-mr-workflow/SKILL.md

Use only when the user explicitly invokes `$ci-gated-mr-workflow` or `/ci-gated-mr-workflow` for the current task. Do not select this workflow from an ordinary change request or repository policy alone.

git-delivery-configskills/git-delivery-config/SKILL.md

Change git-delivery project settings or commit boundary rules via .git-delivery.mjs and commit-boundaries.json.

kubernetes-operationsskills/kubernetes-operations/SKILL.md

Orchestrates Kubernetes operations and guards Helm-owned dependency state with bounded manifest validation.

kubernetes-operations-playbookskills/kubernetes-operations-playbook/SKILL.md

Prevent Kubernetes hallucinations by diagnosing and fixing failure modes: insecure workload defaults, resource starvation, network exposure, privilege sprawl, fragile rollouts, and API drift. Use when generating, reviewing, refactoring, or migrating manifests, Helm charts, Kustomize overlays, cluster policies, and platform-specific Kubernetes work for EKS, GKE, AKS, OpenShift, GitOps controllers, or observability stacks.

repository-history-migrationskills/repository-history-migration/SKILL.md

Move selected paths from one local Git repository into a new repository while preserving their commit history. Use when splitting a repository, extracting a module, or preparing a history-preserving cross-repository migration. Do not use for ordinary file copies, same-repository moves, or imports where history is intentionally discarded.

Plugin manifests2

plugins/delivery-governance/.codex-plugin/plugin.json
{
  "name": "delivery-governance",
  "version": "1.0.0",
  "description": "Git, CI, repository-history migration, and Kubernetes delivery governance.",
  "author": {
    "name": "Harness Start",
    "email": "[email protected]"
  },
  "hooks": "./hooks/codex.json",
  "skills": "./skills/",
  "interface": {
    "displayName": "Delivery Governance",
    "shortDescription": "Git, CI, repository-history migration, and Kubernetes delivery governance.",
    "developerName": "Harness Start",
    "category": "Productivity"
  }
}
plugins/delivery-governance/.claude-plugin/plugin.json
{
  "name": "delivery-governance",
  "version": "1.0.0",
  "description": "Git, CI, repository-history migration, and Kubernetes delivery governance.",
  "author": {
    "name": "Harness Start",
    "email": "[email protected]"
  },
  "hooks": "./hooks/claude.json",
  "skills": "./skills/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[delivery-governance on Agent Plugins Marketplace](https://pluginsmp.com/plugins/delivery-governance)