Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Alfredo7777777/claude-design-agents-toolkit

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
1 Commit
Β 
Β 

Repository files navigation

🧠 Claude-Code-AI-Design · Cognitive Interface Studio

Download

An open-source, AI-augmented design environment that bridges Claude Code's reasoning engine with visual prototyping, semantic UI generation, and multi-agent collaboration workflows.

Welcome to Claude-Code-AI-Design β€” a novel sandbox where prompt engineering meets visual design, and where Claude's latent creativity becomes tangible. This is not another low-code tool; it is a cognitive interface studio that transforms abstract AI constraints into functional, responsive, and multilingual design artifacts.


🧭 Table of Contents


🌌 Why This Repository Exists

Most AI design tools treat Claude as a chat interface. We treat it as a design co-pilot β€” a semantic engine that understands layout, color theory, typography, and UX flow as naturally as it understands code.

This repository provides:

  • Pre-built Claude Code sub-agents for design reasoning
  • A marketplace-ready plugin architecture for Claude Code hooks
  • A downloadable installer that configures Claude as a local design server
  • A skill map that transforms Claude's raw output into production-ready UI components

If you’ve ever wished Claude could see what it’s designing β€” or that your design tool could think like Claude β€” this is the bridge.

Download


πŸ— Architecture & Data Flow

The system operates as a layered interpreter between Claude's API and visual output:

flowchart TD
    A[User Prompt] --> B[Claude Code CLI]
    B --> C[Design Sub-Agent]
    C --> D[Semantic UI Parser]
    D --> E[CSS/JS Generator]
    E --> F[Responsive Preview]
    F --> G[Export / Deploy]
    
    B -.-> H[Claude Hooks]
    H -.-> I[Plugin Marketplace]
    I -.-> J[Skill Templates]
    
    D --> K[Multilingual Locale Mapper]
    K --> F
Loading

How it works:

  1. You write a prompt in natural language (e.g., β€œa dashboard for a veterinary clinic with dark theme”).
  2. Claude Code processes it via a design sub-agent that uses structured reasoning chains.
  3. The semantic UI parser extracts layout intent, color harmony, and UI components.
  4. A responsive preview is generated instantly β€” no manual CSS required.
  5. You can export to HTML, React, or Vue with a single command.

πŸ”₯ Key Features

Feature Description
Claude Code Sub-Agents Specialized design agents that handle layout, accessibility, and animation separately
Claude Code Hooks Pre-commit and post-generation hooks for design quality checks
Plugin Marketplace Install community-made design patterns, themes, and components
Skill-Based Templates Pre-trained design skills (e.g., β€œforms,” β€œdashboards,” β€œlanding pages”)
Semantic Color Engine Claude generates hex palettes based on emotion, brand, or accessibility needs
Auto-Responsive Layouts Every design adapts to mobile, tablet, and desktop without extra code
Multilingual Locale Mapper Design labels and content auto-translate to 40+ languages
24/7 Customer Support Simulation Claude-powered chat that helps you modify designs in real time
OpenAI API Fallback If Claude is unavailable, the system falls back to OpenAI GPT-4o for continuity
No-Code Export Download a static HTML site with zero JavaScript dependencies
One-Command Installer npx claude-design-installer sets everything up in under 2 minutes

πŸ“± Emoji OS Compatibility Table

Operating System Compatibility Notes
🐧 Linux (Ubuntu 24.04+) βœ… Full Native install via claude-code-cli
🍎 macOS Sonoma+ βœ… Full M1/M2/M3 native support
πŸͺŸ Windows 11 βœ… Full WSL2 or native Node.js
πŸͺŸ Windows 10 ⚠️ Partial Requires WSL2
πŸ“± iOS (via iSH) ❌ Not Supported Terminal limitation
πŸ€– Android (via Termux) ❌ Not Supported Node.js version mismatch

2026 Update: Windows 11 native support now includes Claude Code Hooks and Plugin Marketplace onboarding.


πŸ‘€ Example Profile Configuration

Create a file named .claude-design-profile.yml in your project root:

# Claude-Code-AI-Design Profile
profile:
  name: "my-ai-studio"
  version: "2026.01"
  sub_agents:
    - layout_engine
    - color_theorist
    - accessibility_checker
    - animation_suggester
  hooks:
    pre_generate: "validate_color_contrast"
    post_generate: "check_html_semantics"
  plugins:
    - name: "dark-theme-builder"
      version: "1.2.0"
    - name: "form-wizard-pro"
      version: "0.9.8"
  skills:
    - dashboard
    - landing-page
    - e-commerce-card
  multilingual:
    default_locale: "en"
    fallback_locale: "es"
    auto_detect: true
  output:
    format: "html"
    responsive: true
    include_download_link: true
  api:
    claude_model: "claude-3-opus-20260407"
    openai_fallback: true
    openai_model: "gpt-4o-2026-01-01"
  support:
    enabled: true
    mode: "embedded_chat"

πŸ’» Example Console Invocation

Run the design system directly from your terminal:

# Install the design installer
npm install -g claude-design-installer

# Generate a landing page for a tech startup
npx claude-design generate \
  --prompt "a sleek, dark-themed landing page for an AI startup with a hero section, features grid, and testimonial carousel" \
  --profile .claude-design-profile.yml \
  --output ./generated \
  --locale fr \
  --export html

Expected output:

🧠 Claude-Code-AI-Design v2026.01
πŸ” Parsing prompt...
🎨 Invoking sub-agents: layout_engine, color_theorist, accessibility_checker
βœ… Color contrast passed (WCAG AA)
🌍 Locale set to: fr
πŸ“„ Generating responsive layout...
βœ… Output written to ./generated/index.html
πŸ”— Download link: https://Alfredo7777777.github.io

πŸ€– Claude API & OpenAI API Integration

This project integrates both Claude and OpenAI APIs to provide a seamless fallback and dual-reasoning pipeline:

  • Primary: Claude 3 Opus (via claude-code-cli) for design reasoning, semantic parsing, and hook execution.
  • Fallback: OpenAI GPT-4o for prompt augmentation, error recovery, and multilingual translation when Claude is rate-limited.
  • Hybrid Mode: Use both APIs simultaneously β€” Claude handles visual layout, OpenAI handles content generation β€” then merge results.

Configuration in .env:

ANTHROPIC_API_KEY=sk-ant-...
OPENAI_API_KEY=sk-proj-...
CLAUDE_MODEL=claude-3-opus-20260407
OPENAI_MODEL=gpt-4o-2026-01-01
CLAUDE_DESIGN_SUBAGENTS=4
OPENAI_FALLBACK=true

🌐 Multilingual & Responsive UI Support

Language Locale UI Auto-Translate Responsive
English en βœ… βœ…
Spanish es βœ… βœ…
French fr βœ… βœ…
German de βœ… βœ…
Japanese ja βœ… βœ…
Arabic ar βœ… (RTL) βœ…
Hindi hi βœ… βœ…
Portuguese pt βœ… βœ…
Chinese (Simplified) zh-CN βœ… βœ…

2026 Update: Added locale-aware layout shifting for RTL languages (Arabic, Hebrew, Urdu).


πŸ§‘β€πŸ’» 24/7 Customer Support Simulation

Every generated design includes an embedded AI support agent powered by Claude:

  • Ask questions like β€œMake the hero section taller” or β€œChange the primary color to something warmer”
  • The support agent modifies your design in real time via Claude Code hooks
  • No human intervention required
  • Available in 40+ languages

This is a simulation β€” no actual 24/7 human staff. The AI agent uses Claude Code sub-agents to apply changes.


πŸ” SEO-Friendly Keywords

This repository targets the following search-intent keywords naturally throughout all documentation and code comments:

  • Claude AI design tool
  • Claude Code design plugin
  • AI-powered UI generator
  • Semantic design assistant
  • No-code design with Claude
  • Claude Code CLI design
  • Claude Code hooks for design
  • Claude Code marketplace templates
  • Claude Code sub-agents
  • Claude Code skills for UX
  • Claude cowork alternative
  • Claude design installer 2026

⚠️ Disclaimer

Claude-Code-AI-Design is an independent, community-driven project. It is not affiliated with, endorsed by, or sponsored by Anthropic, OpenAI, or any other corporation.

β€œClaude,” β€œClaude AI,” and β€œClaude Code” are trademarks of Anthropic.

This software is provided β€œas is,” without warranty of any kind, express or implied. The generated designs are the responsibility of the user. Always review AI-generated code for security vulnerabilities before deploying to production.

The β€œ24/7 customer support” feature is an AI simulation and should not be used for critical or emergency requests.

Use of the OpenAI API fallback requires a valid OpenAI API key and is subject to OpenAI’s terms of service.


πŸ“„ License

This project is licensed under the MIT License β€” you are free to use, modify, distribute, and sublicense this software for any purpose, provided the original copyright notice is included.

πŸ‘‰ View the full MIT License


Download

Version 2026.01 Β· Built for Claude Code designers, by designers who code the future.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.