From c460fab77dd179fd68dc35bd9ee2b43d6e0f923f Mon Sep 17 00:00:00 2001 From: Techn0Ninja27 Date: Wed, 2 Sep 2026 18:01:02 +0500 Subject: [PATCH] Add cc-oracle to Claude Plugins cc-oracle is a Claude Code plugin that has a session consult a read-only, best-model oracle subagent the moment it is unsure or stuck. It ships one agent (oracle: Read/Grep/Glob only, best model alias) and two hooks (SessionStart doctrine, Stop-hook safety net plus a three-consecutive- tool-failure trigger); compiled hook, zero config, no runtime dependencies, Windows/macOS/Linux. MIT licensed. Entry follows the existing "Claude Plugins" line format and is appended after the last unbadged entry, matching how that section is ordered. 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 c2d177f..861654e 100644 --- a/README.md +++ b/README.md @@ -498,6 +498,7 @@ June 14, 2026 - [**claude-dashboard**](https://github.com/uppinote20/claude-dashboard) - Comprehensive status line plugin for Claude Code with context usage, API rate limits, and cost tracking - [**claude-code-plugin**](https://github.com/browserbase/claude-code-plugin) - Browserbase plugin for Claude Code - Use cloud browsers with Claude Code instead of local Chrome. - [**homunculus**](https://github.com/humanplane/homunculus) - A Claude Code plugin that watches how you work, learns your patterns, and evolves itself to help you better. +- [**cc-oracle**](https://github.com/exPardus/cc-oracle) - Claude Code plugin that makes a session consult a read-only, best-model oracle subagent the moment it is unsure or stuck. Compiled hook, zero config, no runtime dependencies, Windows/macOS/Linux. ---