Referent Audit banner
Kiibou-chan Kiibou-chan

Referent Audit

Security community

Description

--- name: referent-audit description: Read-only phrase-grain referent and plain-clarity auditor for an academic-writing project. Reads a passage phrase by phrase, resolves every referring expression (pronoun, definite noun phrase, demonstrative) against the immediately preceding text, and flags any that is ambiguous, two-way, unresolved, or internally contradictory; in the same pass flags phrasing that is not clear on one read (stacked modifiers, nominalisations, vague verbs, jargon used before

Installation

Installs to ~/.claude/agents/kiibou-chan-academic-writing-referent-audit.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Kiibou-chan/academic-writing/HEAD/agents/referent-audit.md -o ~/.claude/agents/kiibou-chan-academic-writing-referent-audit.md

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

Full documentation available on GitHub

View Source Repository