Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
8
2
# Install this skill:
npx skills add claude-world/director-mode-lite --skill "handoff-gemini"
Install specific skill from multi-skill repository
# Description
Delegate tasks to Gemini CLI to save Claude context
# SKILL.md
name: handoff-gemini
description: Delegate tasks to Gemini CLI to save Claude context
user-invocable: true
Handoff to Gemini CLI
Delegate tasks to Google Gemini CLI to save Claude context.
When to Use Gemini
| Use Gemini For | Keep in Claude |
|---|---|
| Long document analysis | Complex coding |
| Multimodal tasks | Architecture decisions |
| Research and summarization | Multi-step workflows |
| Large file comprehension | Problem analysis |
Prerequisites
npm install -g @anthropic/gemini-cli
Handoff Process
1. Prepare Context
## Task for Gemini
**Goal**: [What needs to be done]
**Files**: [Which files to analyze]
**Output**: [What format to return]
2. Generate Command
# Analyze large file
gemini "Summarize components in codebase" -f src/**/*.ts
# Research task
gemini "Research best practices for [topic]"
# Document analysis
gemini "Extract key points" -f docs/spec.md
3. Provide Instructions
- Why Gemini is suitable
- Expected output
- How to continue workflow
Example
## Task: Research API Best Practices
**Command:**
gemini "Research REST API versioning strategies. Summarize pros/cons."
**After:**
- Review research
- Share relevant findings
- Implement chosen strategy
Benefits
- Token Savings: Research tasks don't consume Claude context
- Long Context: Handles very large documents
- Specialization: Use each AI's strengths
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Amp
Antigravity
Claude Code
Clawdbot
Codex
Cursor
Droid
Gemini CLI
GitHub Copilot
Goose
Kilo Code
Kiro CLI
OpenCode
Roo Code
Trae
Windsurf
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.