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…
Generate SEO-ready images — OG/social previews, blog heroes, product shots, infographics, and favicons — at correct dimensions with SEO-aware filenames and alt text. Uses the Gemini CLI or a connected image-gen MCP/provider key when available; otherwise delivers production-ready
$ npx -y skills add ZachArticulateV/designer-pro-and-seo --skill seo-image-gen --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/seo-image-genContext preview
The summary Claude sees to decide when to auto-load this skill.
Generate SEO-ready images — OG/social previews, blog heroes, product shots, infographics, and favicons — at correct dimensions with SEO-aware filenames and alt text. Uses the Gemini CLI or a connected image-gen MCP/provider key when available; otherwise delivers production-ready
name: seo-image-gen description: Generate SEO-ready images — OG/social previews, blog heroes, product shots, infographics, and favicons — at correct dimensions with SEO-aware filenames and alt text. Uses the Gemini CLI or a connected image-gen MCP/provider key when available; otherwise delivers production-ready prompts and exact specs to render elsewhere (there is no built-in renderer). Trigger when the user says "generate image", "og image", "social preview", "hero image", "product photo", "infographic", "favicon", or "create a visual".
**Family:** seo **Status:** Stable
The generation half of image SEO (split from the audit because it carries different legal/asset/API risk). Produces images at correct dimensions with SEO-aware presets, file naming, and suggested alt text. It is **tool-aware**: it renders through whatever generator you have — preferring the Gemini CLI — and, when no generator is available, still delivers production-ready prompts + exact specs + filenames + alt text so you can generate elsewhere. That prompts-and-specs output is real value on its own; it never just fails.
1. **Pick the preset** and resolve its spec — e.g. OG 1200×630; hero ~1600×900; favicon set (16/32/180/512). Pull palette/style from a `design-system-gen` result so generated images match the brand. 2. **Compose the generation prompt** — subject + style + palette + composition, with negative prompts to avoid unwanted text artifacts. 3. **Detect generators.** Run `python3 "${CLAUDE_PLUGIN_ROOT}/scripts/workflow/capability_probe.py"` and check for a connected image-gen MCP. Route per the cascade below. 4. **Generate or hand off.** If a generator is available, render at the preset dimensions into the user's workspace. If none is, output the prompt + exact specs and stop with a one-line note on how to enable rendering (install the Gemini CLI or connect an image-gen MCP/provider key). 5. **Name + alt.** SEO-friendly filename (kebab-case, descriptive) + suggested alt text per image. 6. **Hand to** `seo-image-audit` to verify generated assets pass the audit.
This skill follows the plugin's capability-tier cascade (`references/CAPABILITY-TIERS.md`). For image generation there is no built-in Claude renderer, so the numbers run 3 → 1 → 4 by design (the CLI is preferred over an MCP):
1. **Tier 3 — Gemini CLI (preferred).** If `gemini` is on PATH (per `capability_probe.py`), use it to render at the preset dimensions. 2. **Tier 1 — image-gen MCP / provider key.** Otherwise, if an image-gen MCP is connected or a provider key is set (see `extensions/nanobanana/`), render with it. 3. **Tier 4 — guided (always available).** If neither is present, deliver the production-ready prompts + exact specs + filenames + alt text, and offer the options to enable rendering (install `@google/gemini-cli`, or connect an image MCP).
Always state which tier ran and how to enable rendering if it didn't.
an image-gen MCP / provider key (`extensions/nanobanana/`). Required only to actually render; the prompts+specs path works without any.
You are responsible for the commercial rights to generated images; review the model's terms (see `extensions/nanobanana/README.md`). Pairs with `seo-image-audit`.
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…