Pronoun Resolver
/install pronoun-resolver
Pronoun Resolver
Automatically detects ambiguous pronouns in your prompts and resolves them to specific referents before Claude acts on them.
How It Works
- Every message is scanned for pronouns: it, them, these, those, that, this, they, its
- If the prompt is self-contained (pronoun + specific noun), it passes through untouched
- If a pronoun is ambiguous, a quick LLM self-check resolves it with a confidence score
- If confidence is low, 3 independent LLM agents vote on the resolution
- The resolved referent is injected as context — your original message is never modified
Ledger
Resolutions are logged to .claude/pronoun-ledger.json in the project directory.
The ledger tracks accuracy and adjusts the confidence threshold over time:
- High accuracy: trusts self-check more (fewer council escalations)
- Low accuracy: escalates to council more often
Disable
Create .claude/pronoun-resolver-disabled in the project root to disable.
Delete the file to re-enable.
Install
Symlink or copy this directory to ~/.claude/skills/pronoun-resolver:
ln -s /path/to/coding-pronoun-prompt-resolver ~/.claude/skills/pronoun-resolver
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pronoun-resolver - After installation, invoke the skill by name or use
/pronoun-resolver - Provide required inputs per the skill's parameter spec and get structured output
What is Pronoun Resolver?
Intercepts ambiguous pronouns (it, them, these, those, that, this, they, its) in user prompts and resolves them to specific referents using a tiered LLM engi... It is an AI Agent Skill for Claude Code / OpenClaw, with 51 downloads so far.
How do I install Pronoun Resolver?
Run "/install pronoun-resolver" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pronoun Resolver free?
Yes, Pronoun Resolver is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pronoun Resolver support?
Pronoun Resolver is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pronoun Resolver?
It is built and maintained by Kai Cianflone (@kaicianflone); the current version is v0.9.0.