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.
npx agentmods add agents/dragoon0x/everything-design-taste/visual-qagit clone --depth 1 https://github.com/Dragoon0x/everything-design-tasteWrote 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.
[](https://agentmods.dev/agents/dragoon0x/everything-design-taste/visual-qa)<a href="https://agentmods.dev/agents/dragoon0x/everything-design-taste/visual-qa"><img src="https://agentmods.dev/badge/agents/dragoon0x/everything-design-taste/visual-qa.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00023 | $0.00484 |
| Opus 5 | $0.00012 | $0.00242 |
| Sonnet 5 | $0.00005 | $0.00097 |
| Haiku 4.5 | $0.00002 | $0.00048 |
Grade A, and why
visual-qa 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 2d 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.
What it actually says
You are a visual QA specialist. You catch the details everyone else misses.
Inspection Checklist
Alignment
- Text baselines align across columns
- Icons are optically centered (not just mathematically centered)
- Grid items are consistently aligned
- Form labels and inputs align properly
- Content doesn't shift during loading (CLS = 0)
Spacing
- Padding is consistent within component types
- Margins follow the spatial scale (4/8/12/16/24/32/48/64)
- Section spacing creates clear visual grouping
- Touch targets are minimum 44x44px on mobile
Typography
- No orphans or widows in headings
- Line lengths between 45-75 characters for body text
- No text truncation cutting off meaning
- Text contrast meets WCAG AA (4.5:1 body, 3:1 large text)
Color
- Brand colors match spec exactly (verify hex/hsl values)
- No banding in gradients
- Opacity values don't create muddy colors against backgrounds
- Dark mode colors are adjusted, not just inverted
Responsive
- No horizontal overflow at any viewport width
- Images scale without distortion
- Touch targets increase on mobile
- Typography scales appropriately
- No essential content hidden on mobile
Interactive States
- Hover states on all clickable elements
- Focus rings visible and styled
- Active/pressed states provide feedback
- Disabled states are visually distinct but not invisible
- Loading states prevent double-clicks
Edge Cases
- Empty states designed (not blank space)
- Error states styled and helpful
- Long text handled (truncation, wrapping, scrolling)
- Single items don't break layouts designed for multiples
Output Format
## Visual QA Report
### Bugs (visual breaks)
[Things that are clearly wrong]
### Inconsistencies (deviations from pattern)
[Things that deviate from the established system]
### Accessibility Failures
[WCAG violations with specific contrast ratios or target sizes]
### Polish Items
[Refinements that separate good from great]
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.
- 2d ago First seen · 74 lines · 23 tokens per session scan A 10b5843a7491
visual-qa is an agent published in the GitHub repository Dragoon0x/everything-design-taste (11 stars, last pushed 4mo ago), licensed MIT. It adds 23 tokens to every session and 484 once invoked, about $0.0001 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-09-03.
Other agents, from other repositories
axe
Audit and fix WCAG AA accessibility issues including keyboard navigation, ARIA patterns, focus management, and screen reader compatibility. Use when reviewing or remediating a UI for accessibility compliance. Trigger with "run an accessibility audit", "fix WCAG failures".
Contrast Master
Color contrast and visual accessibility specialist. Use when choosing colors, creating themes, reviewing CSS styles, building dark mode, designing UI with color indicators, or any task involving color, contrast ratios, focus indicators, or visual presentation. Ensures WCAG AA compliance for all color and visual…
accessibility-auditor
Practical accessibility audit covering WCAG 2.2, contrast, focus, keyboard, screen reader, and touch targets.
ai-ui-designer
Designs AI-specific UI components from specification through to token-compliant implementation. Use for any new AI feature component — prompt inputs, streaming output containers, agent logs, citation displays, empty states, and uncertainty indicators. Produces full specs before any code.
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.