blast-prompt
Generate a complete build brief in BLAST format — Blueprint, Link, Architect, Stylize, Trigger — so a build agent can one-shot a high-quality build. Pulls the…
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,
$ npx -y skills add ZachArticulateV/designer-pro-and-seo --skill route-gemini-context --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/route-gemini-contextContext 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,
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".
**Family:** routing **Status:** Stable
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.
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.
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).
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).
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.
Repo: ZachArticulateV/designer-pro-and-seo
Generate a complete build brief in BLAST format — Blueprint, Link, Architect, Stylize, Trigger — so a build agent can one-shot a high-quality build. Pulls the…
Generate cold-outreach openers, value-led follow-up sequences, niche-authority positioning, and a tool-import CSV with CAN-SPAM/GDPR/CASL compliance-checklist…
Draft long-form content (blog post, service page, landing page, guide) from a brief or outline — structured, on-intent, and originality-checked, ready for…
Write conversion-focused copy for a page or section — headlines, subheads, value propositions, CTAs, feature/benefit blocks, and microcopy — anchored to a…
Convert a raw CSV into a structured, business-ready report using a 3-step framework — load + label, define rules, request structured deliverables. Trigger when…
Audits HTML against WCAG 2.2 — no-tools structural checks (alt text, heading order, form labels, lang, landmarks, skip link, viewport meta, token-based…