Files
roboco/docker/agent-ux.Dockerfile
T

13 lines
295 B
Docker
Raw Normal View History

# 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"