01Figma Design Token Extraction: Extracts text, colors, and layout from Figma files via a custom MCP server, converting them into JSX-ready data.
02Multi-Provider LLM Routing: Utilizes LiteLLM to swap between different LLMs (Groq, Gemini, HuggingFace, OpenAI) with a single configuration change, ensuring model flexibility.
03Google ADK Agent Orchestration: Built on the Google Agent Development Kit for robust agent primitives, runners, and in-memory session management.
04Stateless MCP Server: Exposes Figma capabilities as a Model Context Protocol (MCP) server using SSE over HTTP for decoupled, scalable tool integration.
050 GitHub stars
06Modular Prompt Engineering: Supports layered prompt composition from .txt and .docx templates, allowing non-developers to edit and version control agent instructions.