Install
openclaw skills install pronoun-resolverIntercepts ambiguous pronouns (it, them, these, those, that, this, they, its) in user prompts and resolves them to specific referents using a tiered LLM engine before Claude acts. Reduces hallucinations from vague input. Uses a self-learning ledger that adapts confidence thresholds per project. Always active when installed.
openclaw skills install pronoun-resolverAutomatically detects ambiguous pronouns in your prompts and resolves them to specific referents before Claude acts on them.
Resolutions are logged to .claude/pronoun-ledger.json in the project directory.
The ledger tracks accuracy and adjusts the confidence threshold over time:
Create .claude/pronoun-resolver-disabled in the project root to disable.
Delete the file to re-enable.
Symlink or copy this directory to ~/.claude/skills/pronoun-resolver:
ln -s /path/to/coding-pronoun-prompt-resolver ~/.claude/skills/pronoun-resolver