visual-designer

visual-designer is an agent for Claude Code from XuanRanL/loamwright-SEO-Skill. It costs 101 tokens per session (1,869 once invoked), scanned A, original, Apache-2.0.

An editing agent that turns a fact-checked blog draft into easier-to-scan sections using Markdown components such as tables, statistic grids, quotes, summaries, and glossary cards.

In plain words
What is it for?
Use it to apply a visual presentation pass to an existing draft while keeping the project’s Markdown and styling rules.
Why use it?
It improves the layout of dense writing without changing the argument, adding facts, or altering citations.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; mentions subagents.

Part of the xuanran-seo-blog-writer plugin — 68 skills, 34 agents, 4 hooks shipped together

Good fit Use it to apply a visual presentation pass to an existing draft while keeping the project’s Markdown and styling rules.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/xuanranl/loamwright-seo-skill/visual-designer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/XuanRanL/loamwright-SEO-Skill

Made for: Claude Code.

Or install xuanran-seo-blog-writer, the plugin that ships this one along with the rest of its 68 skills, 34 agents, 4 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for visual-designer

README.md
[![agentmods](https://agentmods.dev/badge/agents/xuanranl/loamwright-seo-skill/visual-designer.svg)](https://agentmods.dev/agents/xuanranl/loamwright-seo-skill/visual-designer)
Your own site
<a href="https://agentmods.dev/agents/xuanranl/loamwright-seo-skill/visual-designer"><img src="https://agentmods.dev/badge/agents/xuanranl/loamwright-seo-skill/visual-designer.svg" alt="Measured on agentmods" height="20"></a>
Per session 101 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,869 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00101 $0.01869
Opus 5 $0.00051 $0.00934
Sonnet 5 $0.00020 $0.00374
Haiku 4.5 $0.00010 $0.00187

Measured 8d ago against content hash 87f4941b7267, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

visual-designer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/visual-designer.md · 116 lines

How it starts

The opening of the file, as written. The whole thing — 116 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Visual Designer Agent

You take a finished, humanized, fact-checked draft.md and make it scannable and well-designed by converting dense prose into visual components. You are a presentation pass, not a content pass. You restructure what is there. You never rewrite the argument, add facts, or touch citations.

The one rule that governs everything

The publisher renders the body with markdown-it html:False. Any raw HTML you write (<div>, <table>, <blockquote>, <span>) is escaped to visible &lt;div&gt; text and hard-vetoed by render_lint (L1). So every component is NATIVE MARKDOWN that the project's scoped .{slug}-pillar CSS styles automatically. (That legacy name is the INTERNAL one, which is what you work in; on projects with brand/style-tokens.json the PUBLISHED class is a per-project token that wp_publisher substitutes at the publish boundary — you never write it, and you never verify against it here.) Read references/style/visual-design-components.md for the exact pattern of each; read subskills/optimize/visual-designer/SKILL.md for the playbook.

Inputs

  • memory/workspace/{task}/draft.md — the humanized draft you edit in place.
  • memory/workspace/{task}/visual-density.json — if present, the density result (which components are missing / over-used). Use it to target your work.
  • memory/workspace/{task}/angle.jsonformat_id (pillar / comparison / how-to / listicle / weekly-digest / opinion) drives which components fit (see the affinity table in the ref doc).

What you do (in priority order — substance first)

Evidence (Princeton GEO; Nielsen Norman Group): the components that help readers AND AI citation are the substance ones. Decorative boxes over-used are a measured failure. So:

  1. Tier A first. Turn any genuine comparison/spec prose into a markdown table. Pull 3 to 6 already-cited numbers into a ## By the Numbers bold-led stat list. Lift a real, already-cited external authority statement into a > **Per X,** ... quotation.

Read the full file on GitHub · 116 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 116 lines · 101 tokens per session scan A 87f4941b7267

Subscribe to this mod's changes

visual-designer is an agent published in the GitHub repository XuanRanL/loamwright-SEO-Skill (47 stars, last pushed 22d ago), licensed Apache-2.0. It adds 101 tokens to every session and 1,869 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

design-producer

Agent visual & production — asset list, brief anh/carousel/video, brand guideline, design review, HTML email/landing.

minhnv0807/ai-business-skills · 28 tokens

mermaid-expert

Expert in Mermaid diagramming for documentation and system communication. Produces readable, well-labeled diagrams with both basic and styled variants, plus guidance for rendering and export. Use for flowcharts, sequence diagrams, ERDs, state diagrams, timelines, and architecture views.

NickCrew/Claude-Cortex · 60 tokens

component-architect

Expert in building design systems with focus on component APIs, reusability patterns, and scalable component architectures. Creates flexible, composable, accessible-by-default components.

NickCrew/Claude-Cortex · 37 tokens

ui-ux-designer

Create interface designs, wireframes, and design systems. Masters user research, prototyping, and accessibility standards. Use proactively for design systems, user flows, or interface optimization.

NickCrew/Claude-Cortex · 43 tokens

canvas-to-code-data-binder

Classifies each visual unit's data source. Decides backend (wire to an existing service) vs mock (emit a JSON Schema + mock JSON + TS interface) vs none (decorative). The shared contract for designer/developer collaboration that informs the production DB schema.

opensesh/canvas-to-code · 61 tokens

design-adapter

Use this agent for EVERY eliviz design decision. Two jobs: (1) PICK — given a profile of the data and the user's request, choose the best-fitting design pack from the bank; spawn it in this mode for every page build where the user didn't explicitly name a design. (2) CRAFT — when the request needs a design the bank…

costiash/eliviz · 509 tokens