From studio-generator
Generate a specialized Claude Code studio for any tech stack. Infers patterns from existing code or accepts user-defined conventions.
npx claudepluginhub dvrd/ui-studio --plugin studio-generatorThis skill uses the workspace's default tool permissions.
Generate a new Claude Code studio tailored to a specific project or stack.
Generates Claude Code project setups including CLAUDE.md, hooks, permissions, commands, and agents. Analyzes stack (TypeScript, JavaScript, Python, Go, Rust, etc.) to create minimal/standard/full configs.
Scaffolds full projects from PRD + stack templates: directory structure, configs, CLAUDE.md, git repo init, GitHub push. Studies existing projects via SoloGraph, uses Context7 for library versions.
Refines vague Claude Code prompts into structured, project-context-aware instructions by scanning package.json, CLAUDE.md, imports, and directory structure.
Share bugs, ideas, or general feedback.
Generate a new Claude Code studio tailored to a specific project or stack.
Gather context
Detect or confirm stack
create_studio with project_path — patterns are inferred automaticallycreate_studio with stack_description and optionally user_conventionsGenerate the studio
With existing code:
create_studio(
name: "{project-name}-studio",
project_path: "/path/to/project"
)
Without code:
create_studio(
name: "{stack}-studio",
stack_description: "Next.js 14 + Drizzle + Stripe + Clerk",
user_conventions: "... conventions text ..."
)
Report result
~/.claude/plugins/{name}/~/.claude/settings.json automaticallyexpand_studio