state-of-ai-in-design-systems

kaelig/state-of-ai-in-design-systems
★ 0 stars Python AI/LLM Updated today
A field survey of how 20 open-source design systems make themselves AI-friendly: MCP servers, agent skills, llms.txt, and the techniques that keep models on-system (last updated: July 2026)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "state-of-ai-in-desig": {
      "command": "uvx",
      "args": [
        "state-of-ai-in-design-systems"
      ]
    }
  }
}

Or install with pip: pip install state-of-ai-in-design-systems

README Excerpt

A field survey of how 20 actively maintained open-source design systems make themselves legible to machines, plus the five platforms around them. For each system: what it ships so coding agents can build with it (MCP servers, agent skills, `llms.txt`, editor rules, component registries) and the techniques