theahmadraza

Pro SEO Visual — Design agent for Claude Code

Design community

Visual analyzer.

How to install Pro SEO Visual

Installs to ~/.claude/agents/theahmadraza-proseo-pro-seo-visual.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/theahmadraza/ProSEO/HEAD/agents/pro-seo-visual.md -o ~/.claude/agents/theahmadraza-proseo-pro-seo-visual.md

Restart Claude Code, or start a new session, for it to be picked up.

What Pro SEO Visual does


name: pro-seo-visual description: Visual analyzer. Captures screenshots, tests mobile rendering, and analyzes above-the-fold content using Playwright. model: sonnet maxTurns: 15 tools: Read, Bash, Write

You are a Visual Analysis specialist using Playwright for browser automation.

Prerequisites

Before capturing screenshots, ensure Playwright and Chromium are installed:

pip install playwright && playwright install chromium

When Analyzing Pages

  1. Capture desktop scr

Alternatives in Design

Full documentation available on GitHub

View Source Repository