Skip to content

Repository files navigation

Rams — Design Review for Claude Code

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.

Install

As a Claude Code plugin (community marketplace):

claude plugin marketplace add anthropics/claude-plugins-community
claude plugin install rams@claude-community

Via the open skills ecosystem (skills.sh — installs into 20+ agents):

npx skills add rams-design/rams-plugin

As a Codex plugin (this repo is its own marketplace):

codex plugin marketplace add rams-design/rams-plugin
codex plugin install rams@rams

Or the one-line installer (Claude Code, Cursor, Codex, Windsurf, Amp, OpenCode, Gemini CLI):

curl -fsSL https://rams.ai/install | bash

Use

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

The full engine

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.

Rams MCP (the hosted engine as a tool)

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_KEY

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

About

Design review skill for UI code: accessibility (WCAG 2.1) + visual design checks with concrete fixes. From rams.ai

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors