
Saxyguy81 Plugins
- Updated December 30, 2025
- saxyguy81/saxyguy81-plugins
saxyguy81-plugins is a Claude Code marketplace whose realitycheck plugin uses an AI judge on Stop events so developers can ensure tasks are fully completed before the agent session ends.
About
saxyguy81-plugins is a Claude Code marketplace whose realitycheck plugin acts as a quality gate on session stop. It captures user directives, tracks progress after tool use, and runs an AI judge on Stop to block incomplete work with specific next steps. Install it when Claude Code tends to stop early and you want an automated completion review before the agent is allowed to finish.
- realitycheck quality gate plugin
- AI judge blocks premature Stop events
- Tracks progress via task ledger and git fingerprint
- Configurable judge model and attempt limits
Saxyguy81 Plugins by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add saxyguy81/saxyguy81-pluginsAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| Last updated | December 30, 2025 |
|---|---|
| Repository | saxyguy81/saxyguy81-plugins ↗ |
How do I prevent Claude Code from stopping when my requested task is only partially done?
Block Claude Code from stopping until an AI judge confirms the user's task is fully complete.
Who is it for?
Developers who want an automated completion judge with configurable limits on consecutive failures and total attempts.
Skip if: Sessions where frequent hard stops are acceptable or where hook latency from judge calls is unacceptable.
What you get
Incomplete stops are blocked with judge feedback and next steps; completed work is allowed to stop normally.
Recommended Marketplaces
FAQ
When does RealityCheck run?
On Stop events, after capturing directives on UserPromptSubmit and tracking progress on PostToolUse.
Can I customize the judge?
Yes, via .claude/realitycheck.config.json for model, timeout, max failures, and debug settings.
Does it survive /clear or session resume?
SessionStart hooks restore context so the task ledger continues across clears and resumes.