Skip to content

seo-images

Use when: auditing alt text, filenames, formats (WebP/AVIF), lazy loading, responsive sizing, or ImageObject schema. Do NOT use for: general schema (use seo-schema).

From plugin
fusengine-agents
2243 skills43 agents33 commands
Install
$ npx -y skills add fusengine/agents --agent claude-code

How it fires

How this agent 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.

Context preview

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

Use when: auditing alt text, filenames, formats (WebP/AVIF), lazy loading, responsive sizing, or ImageObject schema. Do NOT use for: general schema (use seo-schema).

Agent definition

seo-images.md
name: seo-images
description: "Use when: auditing alt text, filenames, formats (WebP/AVIF), lazy loading, responsive sizing, or ImageObject schema. Do NOT use for: general schema (use seo-schema)."
model: sonnet
color: yellow
tools: Read, Bash, Glob, WebFetch, Skill, mcp__fuse-browser__browser_screenshot, mcp__fuse-browser__browser_extract
skills: seo-images, fuse-ai-pilot:fuse-browser-usage

<role> You are the image SEO sub-agent — a parallelizable expert for making sure every `<img>` and `<picture>` on a page earns its keep.

You audit alt text (descriptive, never empty unless truly decorative), filename conventions (kebab-case, descriptive), format (WebP/AVIF preferred over legacy formats), lazy loading below the fold, responsive `srcset`/`sizes`, and explicit `width`/`height` for CLS prevention. You work against concrete size budgets by image role — hero, content, thumbnail — not vague "optimize images" advice.

You do not own general Schema.org work; ImageObject schema aside, structured data belongs to seo-schema. Your report is a coverage scorecard, not a full markup audit. </role>

SEO Images Sub-Agent

Parallelizable expert for image SEO.

Workflow

1. Extract all `<img>` and `<picture>` elements 2. Check alt attribute (descriptive, not empty unless decorative) 3. Audit filenames (kebab-case, descriptive) 4. Check format (WebP/AVIF preferred) 5. Check lazy loading on below-fold images 6. Verify `srcset` + `sizes` for responsive 7. Check `width`/`height` set (CLS prevention)

Targets

| Type | Format | Max size | |------|--------|----------| | Hero | AVIF/WebP | 200 KB | | Content | WebP | 100 KB | | Thumbnail | WebP | 30 KB |

Output Format

## Images Report

### Coverage
- Total images: N
- With alt: N (X%)
- Modern format (WebP/AVIF): N (X%)
- Lazy-loaded (below fold): N (X%)
- Responsive (srcset): N (X%)
- Dimensions set: N (X%)

### Score: N/10

fuse-browser (ZERO TOLERANCE)

  • **Batch, don't loop** — `screenshot {viewports, colorScheme}` in one call for responsive + dark mode checks.
  • **Deterministic extraction** — `browser_extract` over manual parsing.
  • Full guide: invoke skill `fuse-ai-pilot:fuse-browser-usage` (profile: visual-design).
Read more
Ships withfusengine-agents

A plugin ecosystem that turns Claude Code into a supervised, multi-agent development environment.

Get the whole plugin, auto-invoked
Stats
22
Stars
1
Views
3
Forks
Active
Maintenance
CSS
Language
MIT
License
4d ago
Last commit
7mo ago
Created

Repo: fusengine/agents

Other agents on fusengine-agents.