Agent Plugins Marketplace
All plugins

guard

v0.157.0

User-configured answer, turn, and plan reviews, glob-based file reviews, and Git diffs in Herdr.

CodexClaude Code6 Skills

By studykitLicense: MIT0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
6 skill or MCP entries
Source updated
Sep 20, 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 guard for Codex and Claude Code

Installs for the current user
codex plugin marketplace add studykit/studykit-plugins
codex plugin marketplace upgrade studykit-plugins
codex plugin add guard@studykit-plugins

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

Compatibility: the page URL and API slug “guard-2” remain stable.

  • Codex: guard-2@agent-plugin-marketplaceguard@studykit-plugins

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/studykit/studykit-plugins

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

Plugin files

guard/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/answer/SKILL.md
├── skills/audit-files/SKILL.md
├── skills/audit-plan/SKILL.md
├── skills/audit-turn/SKILL.md
├── skills/reader-profile/SKILL.md
└── skills/setup/SKILL.md

Included Skills6

answerskills/answer/SKILL.md

Write an answer document, review it with the agent or skill configured in Guard's answer_review setting, and deliver the corrected file.

audit-filesskills/audit-files/SKILL.md

Audit the repository files accumulated in Guard's pending queue and clear only the revisions that were successfully checked.

audit-planskills/audit-plan/SKILL.md

Review an existing plan file using only the agent or skill configured in Guard's plan_review setting.

audit-turnskills/audit-turn/SKILL.md

Audit a completed assistant turn using only the agent or skill configured in Guard's turn_review setting.

reader-profileskills/reader-profile/SKILL.md

Establish or update the reader profile guard's clarity-auditor calibrates against — the user's field, experience and vocabulary. Run once before relying on guard's clarity audit, and again whenever the auditor over- or under-explains. Use when the user asks to set up, review, or correct what guard knows about them as a reader. Claude Code only.

setupskills/setup/SKILL.md

Install Guard's read-only Codex audit agents in the current project's .codex/agents directory. Use when Guard is installed in Codex and file review needs its named subagents.

Plugin manifests2

guard/.codex-plugin/plugin.json
{
  "name": "guard",
  "version": "0.157.0",
  "description": "User-configured answer, turn, and plan reviews, glob-based file reviews, and Git diffs in Herdr.",
  "author": {
    "name": "studykit"
  },
  "repository": "https://github.com/studykit/studykit-plugins",
  "license": "MIT",
  "keywords": [
    "evidence",
    "claims",
    "grounding",
    "korean",
    "audit",
    "hooks",
    "codex"
  ],
  "interface": {
    "displayName": "Guard",
    "shortDescription": "Review turns, plans, answers, and changed files",
    "developerName": "studykit",
    "category": "Coding",
    "capabilities": [
      "Interactive",
      "Read"
    ]
  },
  "skills": "./skills/",
  "hooks": "./hooks/hooks.codex.json"
}
guard/.claude-plugin/plugin.json
{
  "name": "guard",
  "version": "0.157.0",
  "description": "User-configured answer, turn, and plan reviews, glob-based file reviews, and Git diffs in Herdr.",
  "author": {
    "name": "studykit"
  },
  "repository": "https://github.com/studykit/studykit-plugins",
  "license": "MIT",
  "keywords": [
    "evidence",
    "claims",
    "grounding",
    "hallucination-guard",
    "korean",
    "code-comments",
    "hooks",
    "subagents",
    "claude-code",
    "codex"
  ]
}

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

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