evaluator-gate
v0.4.2Stop フックでビルダー(Claude 本体)の完了主張を外部モデル評価者(Codex/Grok、いずれもサブスク認証・API 従量課金なし)が検証する完了ゲート。ビルダー≠評価者の分離(fresh context・別モデル系統)で「完了しました」の安易な着地を根拠つきで差し戻す。diff ハッシュによる決定論事前チェックで変更のないターンは LLM を起動しない。作業ツリー外のブランチ(隔離 worktree → push → PR)も git の ref から検出して証拠に含める。per-project opt-in(既定 OFF)。/evaluator-gate で切替、/evaluate でオンデマンド所見評価。
By haboshi0 GitHub starsUpdated 15 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 2, 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 evaluator-gate for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install evaluator-gate@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. 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/haboshi/claude-code-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is evaluator-gate/.
Plugin files
├── .claude-plugin/plugin.json└── skills/evaluator-gate/SKILL.md
Included Skills1
Stop フックの完了ゲート evaluator-gate の運用ドキュメント兼評価ルーブリックの解説。ビルダー(Claude 本体)の「完了しました」を外部モデル評価者(Codex/Grok、サブスク認証・API 従量課金なし)が git 差分と突き合わせて検証し、根拠つきで差し戻す。「完了ゲート」「評価ゲート」「エバリュエーター」「差し戻しの仕組み」「evaluator gate」「/evaluate の使い方」「/evaluator-gate」「ゲートが誤ブロックする」「grok の認証が切れた」「ゲートを一時停止したい」などで参照する。
Plugin manifests1
{
"name": "evaluator-gate",
"version": "0.4.2",
"description": "Stop フックでビルダー(Claude 本体)の完了主張を外部モデル評価者(Codex/Grok、いずれもサブスク認証・API 従量課金なし)が検証する完了ゲート。ビルダー≠評価者の分離(fresh context・別モデル系統)で「完了しました」の安易な着地を根拠つきで差し戻す。diff ハッシュによる決定論事前チェックで変更のないターンは LLM を起動しない。作業ツリー外のブランチ(隔離 worktree → push → PR)も git の ref から検出して証拠に含める。per-project opt-in(既定 OFF)。/evaluator-gate で切替、/evaluate でオンデマンド所見評価。",
"author": {
"name": "haboshi",
"email": "[email protected]"
}
}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.
[evaluator-gate on Agent Plugins Marketplace](https://pluginsmp.com/plugins/evaluator-gate)