by MichelSR25
Top AI-Powered UI/UX Design Generator & Code Assistant 2026
# Add to your Claude Code skills
git clone https://github.com/MichelSR25/Claude-Code-Agent-Design-KitGuides for using ai agents skills like Claude-Code-Agent-Design-Kit.
Claude-Code-Agent-Design-Kit is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by MichelSR25. Top AI-Powered UI/UX Design Generator & Code Assistant 2026. It has 50 GitHub stars.
Claude-Code-Agent-Design-Kit's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/MichelSR25/Claude-Code-Agent-Design-Kit" and add it to your Claude Code skills directory (see the Installation section above).
Claude-Code-Agent-Design-Kit is primarily written in HTML. It is open-source under MichelSR25 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh Claude-Code-Agent-Design-Kit against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
Where architectural imagination meets cognitive automation — design systems that think with you, not for you.
Claude Code Design AI is not another UI builder. It is a co-creative design intelligence — a bridge between natural language intent and production-ready system blueprints. Imagine a design partner that comprehends your product's philosophical underpinnings, translates them into visual hierarchies, and generates code that respects both aesthetic principles and performance constraints.
This repository contains the core orchestrator for a multi-agent design ecosystem, where specialized sub-agents handle typography systems, color theory, responsive breakpoints, accessibility compliance, and interaction patterns — all coordinated through Claude's cognitive architecture.
graph TD
A[Human Intent] --> B[Claude Design Core]
B --> C{Sub-Agent Orchestrator}
C --> D[Typography Agent]
C --> E[Color Theory Agent]
C --> F[Layout Agent]
C --> G[Accessibility Agent]
C --> H[Animation Agent]
D --> I[Design Token Generator]
E --> I
F --> I
G --> I
H --> I
I --> J[Code Synthesis Engine]
J --> K[React/Vue/Svelte Output]
J --> L[Design System Documentation]
J --> M[Storybook Stories]
J --> N[Figma Plugin Bridge]
Each agent operates as an independent cognitive worker, communicating through a shared Design State Protocol™ — ensuring consistency across every exported artifact.
{
"designIntelligence": {
"primaryAPI": "claude-4",
"secondaryAPI": "openai-gpt-5",
"hybridMode": true,
"fallbackStrategy": "cognitive_consensus"
},
"brandVoice": {
"tone": "minimalist_but_warm",
"visualComplexity": 0.35,
"colorTheory": "triadic_with_analogous_accents"
},
"subAgents": {
"typography": {
"baseSize": 16,
"scaleType": "major_third",
"webfonts": ["Inter", "JetBrains Mono", "Noto Sans SC"]
},
"accessibility": {
"wcagLevel": "AAA",
"contrastRatio": 7.5,
"motionReduction": "respect_system"
},
"animation": {
"physics": "springs_only",
"durationRange": [150, 400],
"easing": "cubic_bezier(0.34, 1.56, 0.64, 1)"
}
},
"export": {
"formats": ["react-ts", "design-tokens", "figma-variables"],
"marketplace": {
"publishAs": "skill",
"license": "MIT",
"priceModel": "token_metered"
}
}
}
claude-design start --profile ./team-profile.json \
--context "Create a SaaS dashboard for inventory management" \
--agents typography,color,layout,accessibility \
--output ./generated-system \
--watch
The system will respond with real-time progress updates:
🔄 Sub-agent 'Typography' completed: font stack defined
🔄 Sub-agent 'Color' completed: 5-color palette with contrast validation
🔄 Sub-agent 'Layout' exploring: 37 grid variations (85% through search space)
🔄 Sub-agent 'Accessibility' running WCAG 2.2 audit
✅ Design tokens synced: 247 variables generated
✅ Code synthesis: 12 components built
✅ Storybook stories: 43 interaction states captured
| Operating System | Status | Notes |
|---|---|---|
| 🪟 Windows 11 | ✅ Full | Terminal with Unicode support recommended |
| 🍎 macOS 14+ | ✅ Full | Native Metal acceleration |
| 🐧 Ubuntu 24.04 | ✅ Full | Wayland and X11 both supported |
| 🐧 Fedora 40 | ✅ Verified | Requires fontconfig |
| 🐧 Arch Linux | ✅ Community | AUR package available in community |
| 📱 Android (Termux) | ⏳ Beta | Limited sub-agent support |
| 🍏 iOS (a-Shell) | 🔄 Experimental | Read-only mode |
The design system supports dual-backend cognitive routing — a feature inspired by how human designers consult multiple colleagues before making aesthetic decisions.
When both APIs are active, the system uses a consensus mechanism — each API independently proposes a design decision, and a third arbitrator agent selects the most coherent option. This reduces design biases from either single model.
This project is optimized for discovery by developers seeking AI-powered design system generators, Claude Code plugins for UI, automatic design token creation, multi-agent design collaboration, responsive layout generation AI, accessibility-first design automation, and marketplace-ready design skills. Whether you're building internal tools or shipping products to the Claude Code Marketplace, this repository provides the cognitive infrastructure to accelerate your design-to-code pipeline.
| Language | Typography | RTL Support | Design Tokens |
|---|---|---|---|
| English | Full | N/A | ✅ |
| Spanish | Full | N/A | ✅ |
| French | Full | N/A | ✅ |
| Arabic | Full | ✅ Native | ✅ |
| Hebrew | Full | ✅ Native | ✅ |
| Japanese | Full + CJK | N/A | ✅ |
| Chinese (Simplified) | Full + CJK | N/A | ✅ |
| Korean | Full + Hangul | N/A | ✅ |
| Hindi | Script-optimized | N/A | ✅ |
| Russian | Full + Cyrillic | N/A | ⏳ In progress |
Claude Code Design AI is an autonomous design assistant — it generates visual and code artifacts based on input specifications. The creators and contributors of this repository are not responsible for:
Always review AI-generated design systems with a human designer before deploying to production. This tool is a co-pilot, not a replacement for professional design judgment.
This project is released under the MIT License — you are free to use, modify, and distribute it for any purpose, including commercial applications, with the single condition of retaining the original copyright notice.
The latest release includes:
We welcome contributions that expand the sub-agent ecosystem — new agents for 3D design, voice interfaces, haptic feedback patterns, or holographic UI are all on the roadmap. Check the /agents directory for the agent develop