Claude Skills to Emulate a Design Studio Environment

✍️ OpenClawRadar📅 Published: May 19, 2026🔗 Source
Claude Skills to Emulate a Design Studio Environment
Ad

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.
Ad

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

Ad

👀 See Also

Curated List of 260+ AI Agent Tools with Claude Ecosystem Highlights
Tools

Curated List of 260+ AI Agent Tools with Claude Ecosystem Highlights

A GitHub repository contains a curated list of 260+ AI agent tools, including specific Claude-related entries like Claude Code (80.9% SWE-bench), Claude Computer Use, and Claude in Chrome, plus tools that work well with Claude such as Cline and Cursor.

OpenClawRadar
Pair Programmer Plugin Adds Live Screen, Voice, and Audio Context to Claude Code
Tools

Pair Programmer Plugin Adds Live Screen, Voice, and Audio Context to Claude Code

A developer has built a plugin called Pair Programmer that gives Claude Code real-time desktop perception by capturing screen, microphone, and system audio streams. The architecture uses specialized agents running in parallel for different input types, with indexing currently handled by cloud models but designed to be model-agnostic.

OpenClawRadar
Total Recall: Local Knowledge Graph for Claude Code Conversation History
Tools

Total Recall: Local Knowledge Graph for Claude Code Conversation History

Total Recall is an open-source system that ingests Claude Code's JSONL conversation transcripts into a SQLite database with full-text search and vector embeddings, making conversation history searchable across sessions. It retrieves actual conversation excerpts with DAG-aware context and includes a ChatGPT importer.

OpenClawRadar
Using a Local LLM as a Claude Code Subagent to Reduce Context Usage
Tools

Using a Local LLM as a Claude Code Subagent to Reduce Context Usage

A Reddit user demonstrates how Claude Code can delegate tasks to a local LLM running via LM Studio, keeping file content out of Claude's context. The setup uses a ~120-line Python script with LM Studio's tool-calling API to handle file operations locally.

OpenClawRadar