mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
13 lines
295 B
Docker
13 lines
295 B
Docker
# UX/UI Agent
|
|||
|
|
# Design tools - future: Figma MCP, image generation
|
||
|
|
|
||
|
|
FROM roboco-agent-base
|
||
|
|
|
||
|
|
# Future additions:
|
||
|
|
# - Figma MCP server integration
|
||
|
|
# - Image generation tools
|
||
|
|
# - Design token management
|
||
|
|
|
||
|
|
LABEL role="ux-designer"
|
||
|
|
LABEL description="UX/UI agent - design, prototyping, design system"
|