sleek-design-mobile-apps

Installation
SKILL.md

Designing with Sleek

Design mobile apps in minutes

Overview

sleek.design is an AI-powered mobile app design tool. You interact with it via a REST API at /api/v1/* to create projects, describe what you want built in plain language, and get back rendered screens. All communication is standard HTTP with bearer token auth.

Base URL: https://sleek.design Auth: Authorization: Bearer $SLEEK_API_KEY on every /api/v1/* request Content-Type: application/json (requests and responses) CORS: Enabled on all /api/v1/* endpoints API docs: OpenAPI spec at https://sleek.design/api/v1/spec.json; browsable docs at https://sleek.design/api/v1/docs. Fetch the spec for any contract detail not covered here.


Prerequisites: API Key

If SLEEK_API_KEY is not set, use the device flow so the user never handles the raw key:

Installs
3.7K
GitHub Stars
474
First Seen
1 day ago
sleek-design-mobile-apps — design-layers/agent-skills