From 6c7cd695c79a3b3c6e5f55da3fb3f20ec3ee44c2 Mon Sep 17 00:00:00 2001 From: Techn0Ninja27 Date: Wed, 2 Sep 2026 18:01:40 +0500 Subject: [PATCH] Add cc-oracle to Code Quality Testing Adds an external-link entry for cc-oracle, a plugin that makes a Claude Code session consult a read-only, best-model oracle subagent when it is unsure or stuck (SessionStart doctrine, Stop-hook uncertainty catch, and a three-consecutive-tool-failure trigger). Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01ECmkx5GpzVXxUXqfpjKC9Q --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0670365..8049276 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you - [adamsreview](./plugins/adamsreview) - [slicewise](./plugins/slicewise) - [bullpen](./plugins/bullpen) +- [cc-oracle](https://github.com/exPardus/cc-oracle) - Makes a Claude Code session consult a read-only, best-model oracle subagent the moment it is unsure or stuck: a SessionStart doctrine, a Stop-hook safety net that catches stated uncertainty, and a trigger for three consecutive tool failures. Compiled hook, zero config, no runtime dependencies, Windows/macOS/Linux. Install: `/plugin marketplace add exPardus/cc-oracle` then `/plugin install oracle@cc-oracle`. ### Communication & Integrations - [whatsapp-claude-plugin](https://github.com/Rich627/whatsapp-claude-plugin) — WhatsApp channel plugin for Claude Code. Connects as a linked device via Baileys v7 with bidirectional messaging, full media support, voice transcription, permission relay, and access control.