What problem does it solve? Designing mobile app screens from scratch requires design tools and manual iteration. This Skill connects an AI agent to the Sleek design platform's REST API so you can create projects, describe screens in plain language, and receive rendered HTML designs and screenshots without leaving your workflow. ## Core Features & Use Cases - Project and screen generation: Create Sleek projects and send natural-language chat messages that produce or update app screens, with async run polling and idempotent retries. - Screenshots and code export: Render PNG/WebP screenshots of components and fetch complete HTML documents for each screen, including Iconify icons and Google Fonts references. - Native implementation guidance: Use the HTML code plus screenshots as references to implement designs in React Native, SwiftUI, or other frameworks, with support for pinned component and theme versions. - Use Case: Ask the agent to "design a running tracker app with a home dashboard and stats screen" — it creates a Sleek project, sends the prompt, polls the run, and delivers screenshots plus HTML files saved to your project directory. ## Quick Start Ask the agent to design a mobile app for your idea using Sleek, making sure the SLEEK_API_KEY environment variable is set first.