react-design-systems-mcp CLAUDE.md

react-design-systems-mcp CLAUDE.md is an instructions file for coding agents from agentience/react-design-systems-mcp. It costs 993 tokens per session, scanned A, original, MIT.

Repository instructions for a TypeScript MCP server that provides information about React design systems, currently focused on AWS Cloudscape components, and can generate code.

In plain words
What is it for?
Use them to install dependencies, build or run the server, run its different test suites, lint the code, and work with its React design-system tools.
Why use it?
They collect the commands and project structure needed to build, run, test, and check the server consistently.

Instructions file

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 instructions/agentience/react-design-systems-mcp/claude-md
Clone the repo
git clone --depth 1 https://github.com/agentience/react-design-systems-mcp

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

agentmods badge for react-design-systems-mcp CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/agentience/react-design-systems-mcp/claude-md.svg)](https://agentmods.dev/instructions/agentience/react-design-systems-mcp/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/agentience/react-design-systems-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/agentience/react-design-systems-mcp/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 993 This file is loaded in full into every session.
When invoked 993 The same file — it is already loaded in full.
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.00993 $0.00993
Opus 5 $0.00496 $0.00496
Sonnet 5 $0.00199 $0.00199
Haiku 4.5 $0.00099 $0.00099

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

Security

Grade A, and why

react-design-systems-mcp CLAUDE.md 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 4d 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.

CLAUDE.md · 131 lines

How it starts

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

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Project Overview

React Design Systems is a Model Context Protocol (MCP) server that provides comprehensive information about design systems created for React. The current version focuses exclusively on the AWS Cloudscape Design System components, along with code generation capabilities. It's built using the FastMCP framework and TypeScript.

Development Commands

Building and Running

# Install dependencies
npm install

# Build TypeScript to JavaScript
npm run build

# Run in development mode with auto-reload
npm run dev

# Run in development mode with SSE transport
npm run dev:sse

# Run production server
npm start

Testing

# Run all tests
npm test

# Run specific test suites
npm run test:unit      # Unit tests only
npm run test:e2e       # End-to-end tests only
npm run test:tools     # Tools tests
npm run test:resources # Resources tests
npm run test:roo      # Roo integration tests

# Run tests in CI mode (skip long-running tests)
npm run test:ci

Linting and Type Checking

# Run ESLint
npm run lint

Architecture Overview

Project Structure

  • src/components/: Component registry and data

    • registry.ts: Main component registry implementation
    • data/: Component metadata, categories, examples, and patterns
    • registry-new.ts: New registry implementation (experimental)
  • src/mcp/: MCP server implementation

    • server.ts: FastMCP server implementation
    • fastmcp-server.ts: Re-exports server.ts for backward compatibility
  • src/search/: Search engine for components

  • src/code-generator/: Code generation for components and patterns

  • src/documentation/: Documentation provider

  • src/property-explorer/: Component property exploration

  • src/example-provider/: Component examples

  • src/integration/: Roo integration

  • src/security/: Security enhancements

  • src/optimization/: Performance optimizations

Read the full file on GitHub · 131 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. 4d ago First seen · 131 lines · 993 tokens per session scan A 7f43d3010b33

Subscribe to this mod's changes

react-design-systems-mcp CLAUDE.md is an instructions file published in the GitHub repository agentience/react-design-systems-mcp (9 stars, last pushed 1y ago), licensed MIT. It adds 993 tokens to every session, about $0.0050 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.

Related

Other instructions, from other repositories

screenshot-to-code CLAUDE.md

Instructions for abi/screenshot-to-code, a project described as: Drop in a screenshot and convert it to clean code (HTML/Tailwind/React/Vue).

abi/screenshot-to-code · 3 tokens

tidyfactor-design AGENTS.md

Instructions for alwkala/tidyfactor-design, covering ⚡ skill & 24 modular slash commands (7 lifecycle stages) and critical architecture (non-negotiable).

alwkala/tidyfactor-design · 1,894 tokens

html2style copilot-instructions.md

Copilot instructions for jackguihx-alt/html2style: When working on website style extraction, transfer, or reconstruction in this repository, read SKILL.md and use the portable CLI or MCP tools. Do not depend on a vendor-specific browser plugin. For style work, keep deterministic style-profile.json separate from…

jackguihx-alt/html2style · 136 tokens

ui-ux-suite AGENTS.md

Instructions for Aboudjem/ui-ux-suite, covering agents.md: ui-ux-suite, what this tool is, how an ai agent should invoke it, preferred: the mcp tool uiuxauditrun and alternative: the cli.

Aboudjem/ui-ux-suite · 1,324 tokens

gsap-transform gsap-plugins.instructions.md

Instructions for taotao135791-bit/gsap-transform: When using GSAP plugins (SplitText, MorphSVG, DrawSVG, MotionPath, Flip, Draggable, Inertia, Observer, CustomEase, CustomWiggle, ScrambleText, ScrollSmoother, Physics2D).

taotao135791-bit/gsap-transform · 500 tokens

random-design-mcp AGENTS.md

AGENTS.md instructions for yanislav-igonin/random-design-mcp, covering agents.md, project purpose, repository map, architecture and product constraints.

yanislav-igonin/random-design-mcp · 682 tokens