Agent Plugins Marketplace
All plugins

skill-governance-adapters

v0.1.9

外部 CI/IDE 連携アダプタを提供する governance プラグイン。Notion・GitHub Actions・VS Code との橋渡しスクリプトを束ね、skill governance の通知・公開・診断を一元化する。改善要望は `/run-skill-feedback skill-governance-adapters` で投入可能 (SSOT: harness-creator/skills/run-skill-feedback、symlink 配備)。

CodexClaude Code2 Skills

By harness maintainers10 GitHub starsUpdated 1 hour ago

Directory evidence

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

Installs for the current user
codex plugin marketplace add daishiman/harness-dev
codex plugin marketplace upgrade harness-dev
codex plugin add skill-governance-adapters@harness-dev

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

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

  • Codex: skill-governance-adapters@agent-plugin-marketplaceskill-governance-adapters@harness-dev

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/daishiman/harness-dev

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

Plugin files

plugins/skill-governance-adapters/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/run-governance-adapters/SKILL.md
└── skills/run-skill-feedback/SKILL.md

Included Skills2

run-governance-adaptersskills/run-governance-adapters/SKILL.md

governance出力adapterの利用可能性を確認したいとき、入出力契約と代替経路を安全に特定したいときに使う。

run-skill-feedbackskills/run-skill-feedback/SKILL.md

既存スキルへの「こう直してほしい」要望を受け取って Notion 改善要望 DB にプッシュしたいとき、利用者発端のフィードバックループを起動したいときに使う。

Plugin manifests2

plugins/skill-governance-adapters/.codex-plugin/plugin.json
{
  "name": "skill-governance-adapters",
  "version": "0.1.9",
  "description": "外部 CI/IDE 連携アダプタを提供する governance プラグイン。Notion・GitHub Actions・VS Code との橋渡しスクリプトを束ね、skill governance の通知・公開・診断を一元化する。改善要望は `/run-skill-feedback skill-governance-adapters` で投入可能 (SSOT: harness-creator/skills/run-skill-feedback、symlink 配備)。",
  "author": {
    "name": "harness maintainers"
  },
  "interface": {
    "displayName": "Skill Governance Adapters",
    "shortDescription": "外部 CI/IDE 連携アダプタを提供する governance プラグイン。Notion・GitHub Actions・VS Code との橋渡しスクリプトを束ね、skill governance の通知・公開・診断を一元化する。改善要望",
    "longDescription": "外部 CI/IDE 連携アダプタを提供する governance プラグイン。Notion・GitHub Actions・VS Code との橋渡しスクリプトを束ね、skill governance の通知・公開・診断を一元化する。改善要望は `/run-skill-feedback skill-governance-adapters` で投入可能 (SSOT: harness-creator/skills/run-skill-feedback、symlink 配備)。",
    "developerName": "harness maintainers",
    "category": "Development Tools",
    "capabilities": [
      "Skills"
    ],
    "defaultPrompt": [
      "Help me use Skill Governance Adapters."
    ]
  },
  "skills": "./skills/",
  "hooks": "./hooks/hooks.json"
}
plugins/skill-governance-adapters/.claude-plugin/plugin.json
{
  "name": "skill-governance-adapters",
  "version": "0.1.9",
  "description": "外部 CI/IDE 連携アダプタを提供する governance プラグイン。Notion・GitHub Actions・VS Code との橋渡しスクリプトを束ね、skill governance の通知・公開・診断を一元化する。改善要望は `/run-skill-feedback skill-governance-adapters` で投入可能 (SSOT: harness-creator/skills/run-skill-feedback、symlink 配備)。",
  "author": {
    "name": "harness maintainers"
  }
}

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

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