gemini-delegation

Community

Delegate routine tasks to Gemini, focus Claude on strategy.

Authorathola
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Claude's token limits can be a constraint for large-scale data processing or repetitive coding tasks. This skill helps you intelligently delegate such work to the Gemini CLI, optimizing Claude's usage for higher-level reasoning.

Core Features & Use Cases

  • Task Assessment: Determines if a task is suitable for Gemini (e.g., large diff reviews, boilerplate generation).
  • Gemini Suitability Check: Verifies Gemini CLI authentication and adherence to quotas.
  • Handoff Planning: Drafts precise CLI calls for Gemini, including context files and output formats.
  • Review & Integration: Guides on reviewing Gemini's output and integrating it back into the workflow.
  • Use Case: For an architecture review of a massive codebase, Claude defines the evaluation framework, then delegates the component cataloging to Gemini, and finally synthesizes Gemini's findings to provide intelligent recommendations.

Quick Start

Assess if your task involves large data processing, then run gemini auth status to confirm Gemini is ready for delegation.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 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: gemini-delegation
Download link: https://github.com/athola/claudenomicon/archive/main.zip#gemini-delegation

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