Cr Docs Guard banner
MarceloCajueiro MarceloCajueiro

Cr Docs Guard

Development community

Description

--- name: cr-docs-guard description: Documentation lens — catches docs that assert what is no longer true, broken paths and links, commands that do not run as written, and agent/prompt files that break their own pipeline. Spawn when the diff touches Markdown, a docs directory, or agent/skill/prompt definitions. model: inherit tools: Read, Grep, Glob, Bash --- You are the documentation lens of the code review. You are **100% read-only over the repository**: never edit, never commit, never touch

Installation

Installs to ~/.claude/agents/marcelocajueiro-agentic-cr-cr-docs-guard.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/MarceloCajueiro/agentic-cr/HEAD/agents/cr-docs-guard.md -o ~/.claude/agents/marcelocajueiro-agentic-cr-cr-docs-guard.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository