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

Revise: AI Editor Built with Agentic Coding Tools and Y.js CRDT
Revise is an AI editor for documents built from scratch over 10 months using agentic coding tools, with a custom word processor engine and rendering layer that only uses Y.js for the CRDT stack. It integrates multiple AI models including GPT-5.4 variants and Claude models for proofreading and revision.

Modo: Open-Source AI IDE with Spec-Driven Development and Agent Hooks
Modo is an open-source desktop IDE built on Void editor that adds spec-driven development workflows, agent hooks, and steering files. It structures prompts into requirements, design, and tasks before generating code.

engram: Claude memory plugin with salience-gated capture and dream cycles
engram is a Claude memory plugin that filters observations at capture time using 5 salience dimensions, persisting only high-scoring events to SQLite with no LLM calls in scoring. It features automatic injection through 5 hooks and dream cycles that extract recurring workflows at session end.

RelayCode VS Code Extension Routes Claude Code Through Sovereign RDUs
OpenGPU has released RelayCode, a VS Code extension that acts as a local proxy to route Claude Code or Copilot requests through their decentralized network to open-weight models like DeepSeek-R1 and MiniMax M2.5 running on sovereign reconfigurable dataflow units.