Design Studio Plugin for Claude Code Adds Virtual Design Team with 9 Roles and 16 Commands

Design Studio is a Claude Code plugin that functions as a virtual design team rather than a single generic AI design assistant. A Design Manager orchestrates specialist roles based on task complexity, activating 1-2 roles for simple tasks like button redesigns and 4-7 roles for full feature designs.
Key Details
The plugin includes:
- 9 specialist roles: Design Manager, Creative Director, Product Designer, UX Designer, UI Designer, UX Researcher, Content Designer, Design System Lead, Motion Designer
- 16 slash commands:
/design,/figma,/brand-kit,/design-sprint,/figma-create,/ab-variants,/site-to-figma,/design-handoff, and more - 5 agents: accessibility auditor, design QA, Figma creator, design critique, design lint
- Auto-detection for tech stacks including Tailwind, React, Next.js, shadcn/ui, and Figma with no manual configuration required
- 8,000+ lines of design knowledge across reference files
Installation and Usage
Install with:
claude plugin add https://github.com/Adityaraj0421/design-studio.gitExample commands:
/design Build a 3-tier pricing page with monthly/annual toggle
/brand-kit #FF4D00 premium
/design-sprint Improve signup conversion for our SaaS productThe repository is available at https://github.com/Adityaraj0421/design-studio.
📖 Read the full source: r/ClaudeAI
👀 See Also

Merlin: Local-first LLM context dedup – measure up to 71% chunk overlap, free & open-core
Merlin is a local-first context dedup tool that measured 22-71% chunk overlap across 22M passages from real agent/RAG sessions. Ships as HTTP proxy (Ollama/vLLM/SGLang/llama.cpp), MCP server (Claude/Cursor/OpenClaw), or standalone CLI. MIT open-core with daily usage caps.

Open Swarm: Open-Source System for Running Thousands of Parallel AI Agents
Open Swarm is an open-source system that spawns thousands of parallel AI agents with full access to 150+ internet tools including email, social media, Google Workspace, web search, code execution, and cron scheduling.

Kreuzberg v4.7.0 adds code intelligence for 248 languages and improved markdown extraction
Kreuzberg v4.7.0, a Rust-core document intelligence library, now supports code extraction for 248 formats via tree-sitter and has significantly improved markdown quality with Structural F1 scores over 80% across 23 formats.

Recall: A Persistent Memory MCP Server for Claude Code
Recall is an open-source MCP server that gives Claude Code persistent memory across sessions via semantic search with embeddings. It includes four lifecycle hooks: session-start, observe, pre-compact, and session-end.