guard
v0.157.0User-configured answer, turn, and plan reviews, glob-based file reviews, and Git diffs in Herdr.
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
codex plugin marketplace add studykit/studykit-plugins
codex plugin marketplace upgrade studykit-plugins
codex plugin add guard@studykit-pluginsPaste 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-marketplace→guard@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-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is guard/.
Plugin files
├── .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
Write an answer document, review it with the agent or skill configured in Guard's answer_review setting, and deliver the corrected file.
Audit the repository files accumulated in Guard's pending queue and clear only the revisions that were successfully checked.
Review an existing plan file using only the agent or skill configured in Guard's plan_review setting.
Audit a completed assistant turn using only the agent or skill configured in Guard's turn_review setting.
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.
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
{
"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"
}{
"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"
]
}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.
[guard on Agent Plugins Marketplace](https://pluginsmp.com/plugins/guard-2)