Agent Plugins Marketplace
All plugins

gates

v0.10.1

外に出る操作を、検査が通るまで止める門番フック集。1 本目は coldread——gh で GitHub へ本文を投稿するコマンド(issue/PR のコメント・本文、release notes、gist 等)を PreToolUse で捕まえ、別プロセスの読み手に本文を初見で読ませ、理解を妨げる詰まりが直るまで投稿を止める。既に在る PR/issue のスレッドへの返信は、フックが gh で画面(題・状態・本文・変更ファイル・元の指摘・これまでの返信・参照する番号の題)を取って読み手に既知として渡し、新規作成は文脈ゼロで読ませる。画面が既知にするのは何を指しているかであって、スレッドの語彙ではない(相手の言い回しを地の文に写せば「なぞり」として止まる)。読み手が推測で埋めた箇所と、画面に有るものを本文で説明した箇所は止めずに申し送る。2 本目は destgate——投稿の宛先を人が管理する許可一覧で縛る(一覧が無ければ眠る)。

Claude Code1 Skill

1 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 13, 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 gates for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install gates-3@agent-plugin-marketplace

Paste 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/raiki61/claude-plugins

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

Plugin files

gates/
├── .claude-plugin/plugin.json
└── skills/coldread/SKILL.md

Included Skills1

coldreadskills/coldread/SKILL.md

外部向け文章(issue・PR 本文・コメント等)を、coldreader(文脈ゼロの読み手)に初見検査させてから出す。投稿ゲート(このプラグイン同梱のフックが coldreader を自動で走らせる)に止められたときの直し方と、投稿以外の任意の文章を手で検査するときの手順。

Plugin manifests1

gates/.claude-plugin/plugin.json
{
  "name": "gates",
  "version": "0.10.1",
  "description": "外に出る操作を、検査が通るまで止める門番フック集。1 本目は coldread——gh で GitHub へ本文を投稿するコマンド(issue/PR のコメント・本文、release notes、gist 等)を PreToolUse で捕まえ、別プロセスの読み手に本文を初見で読ませ、理解を妨げる詰まりが直るまで投稿を止める。既に在る PR/issue のスレッドへの返信は、フックが gh で画面(題・状態・本文・変更ファイル・元の指摘・これまでの返信・参照する番号の題)を取って読み手に既知として渡し、新規作成は文脈ゼロで読ませる。画面が既知にするのは何を指しているかであって、スレッドの語彙ではない(相手の言い回しを地の文に写せば「なぞり」として止まる)。読み手が推測で埋めた箇所と、画面に有るものを本文で説明した箇所は止めずに申し送る。2 本目は destgate——投稿の宛先を人が管理する許可一覧で縛る(一覧が無ければ眠る)。"
}

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

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