Agent Plugins Marketplace
← All plugins

rams

v1.1.0

Design review for UI code: quick checks while you edit, scored reviews with patches, and accessibility (WCAG 2.2), from rams.ai

CodexClaude Code1 Skill1 MCP serverStreamable HTTP

By RamsLicense: MIT1 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install rams for Codex and Claude Code

Installs for the current user
codex plugin marketplace add rams-design/rams-plugin
codex plugin marketplace upgrade rams
codex plugin add rams@rams

Paste and run these commands in a terminal with Codex. They add and refresh the rams catalog, then install this plugin.

Compatibility: the page URL and API slug “rams” remain stable.

  • Codex: rams@agent-plugin-marketplace → rams@rams

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/rams-design/rams-plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

rams/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/rams/SKILL.md
└── .mcp.json

Included Skills1

ramsskills/rams/SKILL.md

Run accessibility and visual design review

MCP servers1

ramsStreamable HTTP
url
https://worker.rams.ai/mcp

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "rams",
  "version": "1.1.0",
  "description": "Design review for UI code: quick checks while you edit, scored reviews with patches, and accessibility (WCAG 2.2), from rams.ai",
  "skills": "./skills/"
}
.claude-plugin/plugin.json
{
  "name": "rams",
  "displayName": "Rams",
  "version": "1.1.0",
  "description": "Design review for UI code: quick checks while you edit, scored reviews with patches, and accessibility (WCAG 2.2), from rams.ai",
  "author": {
    "name": "Rams",
    "url": "https://www.rams.ai"
  },
  "homepage": "https://www.rams.ai/?utm_source=skill&utm_medium=claude-plugin",
  "repository": "https://github.com/rams-design/rams-plugin",
  "license": "MIT",
  "keywords": [
    "design-review",
    "accessibility",
    "wcag",
    "ui",
    "design-system",
    "code-review"
  ],
  "icon": "./.claude-plugin/icon.svg",
  "privacyPolicyUrl": "https://www.rams.ai/privacy"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[rams on Agent Plugins Marketplace](https://pluginsmp.com/plugins/rams)