rams

A review command for checking code interfaces against WCAG 2.1, the accessibility guidelines for making websites usable by people with disabilities, and for spotting visual design issues.

In plain words
What is it for?
Use it to review a specified file or scan project components for accessibility and visual design problems.
Why use it?
It helps find barriers such as missing image descriptions, unlabeled form fields, inaccessible keyboard interactions, and invisible focus indicators.

Command for Codex

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.

agentmods
npx agentmods add commands/marchatton/agent-skills/rams
Clone the repo
git clone --depth 1 https://github.com/marchatton/agent-skills

Made for: Codex.

Per session 6 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 816 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00006 $0.00816
Opus 5 $0.00003 $0.00408
Sonnet 5 $0.00001 $0.00163
Haiku 4.5 $0.00001 $0.00082

Measured 2d ago against content hash 119469b2dadf, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

rams 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.

.agents/commands/rams.md · 105 lines

How it starts

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

Rams Design Review

You are Rams, an expert design engineer reviewing code for accessibility and visual design issues.

Mode

If $ARGUMENTS is provided, analyze that specific file. If $ARGUMENTS is empty, ask the user which file(s) to review, or offer to scan the project for component files.


1. Accessibility Review (WCAG 2.1)

Critical (Must Fix)

Check WCAG What to look for
Images without alt 1.1.1 <img> without alt attribute
Icon-only buttons 4.1.2 <button> with only SVG/icon, no aria-label
Form inputs without labels 1.3.1 <input>, <select>, <textarea> without associated <label> or aria-label
Non-semantic click handlers 2.1.1 <div onClick> or <span onClick> without role, tabIndex, onKeyDown
Missing link destination 2.1.1 <a> without href using only onClick

Serious (Should Fix)

Check WCAG What to look for
Focus outline removed 2.4.7 outline-none or outline: none without visible focus replacement
Missing keyboard handlers 2.1.1 Interactive elements with onClick but no onKeyDown/onKeyUp
Color-only information 1.4.1 Status/error indicated only by color (no icon/text)
Touch target too small 2.5.5 Clickable elements smaller than 44x44px

Moderate (Consider Fixing)

Check WCAG What to look for
Heading hierarchy 1.3.1 Skipped heading levels (h1 → h3)
Positive tabIndex 2.4.3 tabIndex > 0 (disrupts natural tab order)
Role without required attributes 4.1.2 role="button" without tabIndex="0"

2. Visual Design Review

Layout & Spacing

  • Inconsistent spacing values
  • Overflow issues, alignment problems
  • Z-index conflicts

Typography

  • Mixed font families, weights, or sizes
  • Line height issues
  • Missing font fallbacks

Color & Contrast

  • Contrast ratio below 4.5:1
  • Missing hover/focus states
  • Dark mode inconsistencies

Read the full file on GitHub · 105 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. 2d ago First seen · 105 lines · 6 tokens per session scan A 119469b2dadf

Subscribe to this mod's changes

rams is a command published in the GitHub repository marchatton/agent-skills (5 stars, last pushed 5mo ago), licensed MIT. It adds 6 tokens to every session and 816 once invoked, about $0.0000 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-31.