Oracle Gemini

Community

Plan and review with Gemini, never implement.

AuthorPaulRBerg
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill uses the Google Gemini CLI as a planning oracle and code reviewer. It provides analysis and recommendations; Claude synthesizes and presents them to the user. It is strictly for planning and review—do not use Gemini to implement changes.

Core Features & Use Cases

  • Planning advisor: Generate architecture and implementation plans without changing code.
  • Code review aide: Get insights on design, safety, and maintainability before coding.
  • Use Case: When you need a second opinion or an architectural plan for a feature, without touching the codebase yet.

Quick Start

Validate Gemini CLI availability with the provided script, then run a planning or review prompt to obtain actionable guidance without applying changes.

Dependency Matrix

Required Modules

gemini

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Oracle Gemini
Download link: https://github.com/PaulRBerg/dot-claude/archive/main.zip#oracle-gemini

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository