Skip to content
Marketing
Skill

/route-gemini-context

Delegates large multi-file or whole-repo work to Gemini for architecture maps, refactor-impact analysis, and multi-document synthesis. Uses Gemini's large context window when the gemini CLI is connected; otherwise runs a scoped Claude pass over the most relevant files (narrower,

From plugin
designer-pro-and-seo
845 skills13 agents4 MCP
Install
$ npx -y skills add ZachArticulateV/designer-pro-and-seo --skill route-gemini-context --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/route-gemini-context

Context preview

The summary Claude sees to decide when to auto-load this skill.

Delegates large multi-file or whole-repo work to Gemini for architecture maps, refactor-impact analysis, and multi-document synthesis. Uses Gemini's large context window when the gemini CLI is connected; otherwise runs a scoped Claude pass over the most relevant files (narrower,

SKILL.md

route-gemini-context.SKILL.md
name: route-gemini-context
description: Delegates large multi-file or whole-repo work to Gemini for architecture maps, refactor-impact analysis, and multi-document synthesis. Uses Gemini's large context window when the gemini CLI is connected; otherwise runs a scoped Claude pass over the most relevant files (narrower, lower-fidelity). Trigger when the user says "scan the whole repo", "long context", "all the files", "synthesize across these files", "gemini analysis", "map the architecture", "trace dependencies", or "what changes if I refactor X".

route-gemini-context

**Family:** routing **Status:** Stable

Purpose

The execution arm for tasks that need a context window bigger than Claude's: whole- repo architecture maps, refactor-impact analysis, multi-document synthesis, and large structured-data passes. Gemini returns a synthesized result that Claude then integrates.

Triggers

  • "scan the whole repo" / "long context" / "all the files" / "synthesize across these files"
  • "gemini analysis" / "map the architecture"
  • "trace dependencies" / "what changes if I refactor X"

Inputs

  • Task description; the file/directory scope; the specific question

Steps

1. **Check Gemini is available:** `gemini --version`. If absent, tell the user and fall back to a scoped Claude pass over the most relevant files (narrower, but honest about the limit). 2. **Scope the context** — name the directories/files. For long media (video/PDF), preprocess first (cap duration/pages) so you don't blow the context. 3. **Invoke Gemini** with a focused ask and a required output format:

   gemini -p "Map the architecture. Return a file:line list of where X happens. Cap 800 words." @./src

Prefer the adjacent `cc-gemini-plugin` (it packages directories) when available. 4. **Demand citations** — file:line, page numbers, or timestamps — not a flat summary, so the result is verifiable. 5. **Integrate** the synthesis into the conversation; spot-check key claims against the actual files before acting on them.

Outputs

  • Gemini's synthesized analysis (with file:line / page / timestamp citations)
  • A short note of what context was sent

Dependencies

  • `gemini` CLI, or the adjacent `cc-gemini-plugin` (optional — adds a context

window far larger than Claude's for whole-repo passes; free path: a scoped Claude pass over the most relevant files, narrower but honest about the limit).

Notes

Use when the task genuinely needs breadth. For a surgical lookup in a known file, use Claude directly — Gemini's strength is breadth, not precision. Verify before acting (recalled/long-context output can drift).

Read more
Ships withdesigner-pro-and-seo

A Claude Code plugin for the web-design + SEO workflow: research a niche, generate a coherent design system, write a complete build brief, build, run a pre-delivery QA gate, port the result into any CMS, and review on-page SEO.

Get the whole plugin

Other skills on designer-pro-and-seo.