Agent Plugins Marketplace
All plugins

repo-gate

v0.1.5

What runs between "the code works" and "it is pushed": trunk setup, conventional-commit splitting, dependency vulnerability triage, spell-check triage, and babysitting CI until it is green.

Claude Code5 Skills

By Dongmin YuLicense: Apache-2.01 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Aug 28, 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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install repo-gate@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/AndrewDongminYoo/cc-agents-kit

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

Plugin files

plugins/repo-gate/
├── .claude-plugin/plugin.json
├── skills/ci-babysit/SKILL.md
├── skills/cspell-triage/SKILL.md
├── skills/fix-osv-vulnerabilities/SKILL.md
├── skills/semantic-commit/SKILL.md
└── skills/setup-trunk/SKILL.md

Included Skills5

ci-babysitskills/ci-babysit/SKILL.md

Use after pushing a branch or opening a PR when CI needs monitoring or authorized make-green work. Keeps watch-only requests read-only, requires explicit current-request or approved-plan authority before reruns or local repairs, and stops honestly when a human or logic change is needed. Works in any ecosystem.

cspell-triageskills/cspell-triage/SKILL.md

Use when cspell reports unknown words or forbidden words in a repository, when adding entries to a cspell dictionary, or when a cspell config needs setting up, consolidating, or auditing.

fix-osv-vulnerabilitiesskills/fix-osv-vulnerabilities/SKILL.md

Use when osv-scanner or trunk check reports dependency vulnerabilities (GHSA-*) in a pnpm/npm/yarn project and you need to triage and fix them.

semantic-commitskills/semantic-commit/SKILL.md

Use when staged/unstaged changes mix multiple unrelated concerns and need splitting into clean conventional commits, or when asked for "semantic commits", "logical commits", or "커밋 분리". Works in any language or ecosystem.

setup-trunkskills/setup-trunk/SKILL.md

Use when integrating trunk.io into a repository for the first time, or when configuring trunk linters, git hooks, and pre-commit/push validation in an existing codebase with legacy lint violations.

Plugin manifests1

plugins/repo-gate/.claude-plugin/plugin.json
{
  "name": "repo-gate",
  "version": "0.1.5",
  "description": "What runs between \"the code works\" and \"it is pushed\": trunk setup, conventional-commit splitting, dependency vulnerability triage, spell-check triage, and babysitting CI until it is green.",
  "author": {
    "name": "Dongmin Yu"
  },
  "homepage": "https://github.com/AndrewDongminYoo/cc-agents-kit",
  "repository": "https://github.com/AndrewDongminYoo/cc-agents-kit",
  "license": "Apache-2.0",
  "keywords": [
    "ci",
    "commits",
    "linting",
    "security",
    "trunk"
  ],
  "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.

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