A design review for UI code the way a senior designer would give one: craft and visual quality first, accessibility built in (WCAG 2.1), with concrete fixes. Made by rams.ai.
As a Claude Code plugin (community marketplace):
claude plugin marketplace add anthropics/claude-plugins-community
claude plugin install rams@claude-communityVia the open skills ecosystem (skills.sh — installs into 20+ agents):
npx skills add rams-design/rams-pluginAs a Codex plugin (this repo is its own marketplace):
codex plugin marketplace add rams-design/rams-plugin
codex plugin install rams@ramsOr the one-line installer (Claude Code, Cursor, Codex, Windsurf, Amp, OpenCode, Gemini CLI):
curl -fsSL https://rams.ai/install | bashAsk for a review naturally ("review this component for design issues") or run
/rams path/to/Component.tsx. The review covers accessibility (alt text,
labels, keyboard access, focus, contrast, touch targets) and visual design
(spacing, typography, color, component states), each finding with a fix.
This plugin runs locally as a heuristic review. The hosted engine at rams.ai reviews every pull request with 119 scored rules, verified re-reviews, and one-click fix suggestions.
The plugin also bundles the Rams MCP:
a review_files tool that sends UI files to the hosted engine and returns the
real scored review — all 119 rules, same judgment as a pull request — before
the code is committed. To enable it, create an API key at
rams.ai/app/settings/api-keys and
set it in your environment:
export RAMS_API_KEY=rams_YOUR_KEYWithout a key the local skill still works; the MCP tool simply asks for one. MCP reviews count toward your rams.ai plan's monthly quota (free plan: 30/month).
MIT licensed.