Claude Skills to Emulate a Design Studio Environment

A designer who worked as head of innovation at big companies has published open-source Claude skills to replicate the collaborative energy of a design studio when working solo. The skills target experience and service design, not UI/graphic design—though they work for UX if you start with user research.
Studio Design Partner Skill
The studio-design-partner skill implements a complete design process with:
- Teammate personas: invoke an artist, a 'disagree but commit' engineer, a business-minded C-suite, or a design elder/creative director—many based on real people the author worked with.
- Mode switching: tell the agent you're in flair (generative, no judgment) or focus (decision making, judgment) mode—mirroring real studio practice.
- Design method support: understands methods for user research, synthesis, brainstorming, and prototyping. It can take a Whisper transcript of user interviews, help plan interviews, and jump into synthesis across research artifacts.
Rigorous Play Skill
The rigorous-play skill implements a creative exercise that builds psychological safety and unlocks ideas. It makes the agent go learn something random, then 'make' something (a poem, joke, or improv back-and-forth) based on what it learned, then draw a connection to the current project. The author uses it before or during brainstorming or prototyping concept sessions.
The skills are installable as Claude skills. The author likens the experience to playing tennis against a ball machine—not the same as a real partner, but it forces movement, thinking, and reaction that propels solo design work.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Design vs Huashu-Design: A Head-to-Head on HTML Layouts and Rate Limits
Claude Design builds HTML prototypes fast but hits rate limits quickly. Huashu-Design, an open-source Claude Code skill, runs on the normal subscription with no separate rate limit—but takes 20 minutes vs 5.

Caliby: Open-Source Embedded Vector Database for AI Agents with Hybrid Text+Vector Storage
Caliby is a C++ embedded vector database with Python bindings (pip install caliby) that supports HNSW, DiskANN, and IVF+PQ indexes, claims 4x performance over pgvector, and natively stores text alongside vectors for AI Agent/RAG use cases.
Needle: A 26M Parameter Tool-Calling Model Built Entirely Without FFNs
Needle is a 26M parameter function-calling model with no MLPs, achieving 6000 tok/s prefill and 1200 tok/s decode on consumer devices. It beats FunctionGemma-270M, Qwen-0.6B, Granite-350M, and LFM2.5-350M on single-shot tool calling.

Developer Builds Scheme Compiler to WASM Using AI in 4 Days
A developer created Puppy Scheme, a Scheme compiler that targets WebAssembly, in about 4 days using AI assistance. The compiler supports 73% of R5RS and R7RS, uses WASM GC, and achieved compilation time improvements from 3½ minutes to 11 seconds overnight.