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.
npx agentmods add instructions/agentience/react-design-systems-mcp/claude-mdgit clone --depth 1 https://github.com/agentience/react-design-systems-mcpWrote 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.
[](https://agentmods.dev/instructions/agentience/react-design-systems-mcp/claude-md)<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>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.
| Model | Per session | Once 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 |
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.
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 implementationdata/: Component metadata, categories, examples, and patternsregistry-new.ts: New registry implementation (experimental)
-
src/mcp/: MCP server implementation
server.ts: FastMCP server implementationfastmcp-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
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.
- 4d ago First seen · 131 lines · 993 tokens per session scan A 7f43d3010b33
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.
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).
tidyfactor-design AGENTS.md
Instructions for alwkala/tidyfactor-design, covering ⚡ skill & 24 modular slash commands (7 lifecycle stages) and critical architecture (non-negotiable).
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…
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.
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).
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.