What problem does it solve? Building and operating Miaoda (Spark) applications requires juggling many platform concerns—app creation, local vs cloud development, databases, file storage, environment variables, releases, collaborators, roles, automation triggers, and observability. This Skill routes every such intent to the correct lark-cli command with the right safety guardrails. ## Core Features & Use Cases - Full app lifecycle: Create apps (html/frontend/full_stack), develop locally via git or in cloud AI sessions, and publish releases with shareable online URLs. - Platform resource management: Manage app databases (tables, SQL execution, Base sync, PITR recovery), file storage, caches, environment variables, API keys, collaborators, roles, and automation triggers (cron, record-change, webhook, Feishu approval). - Observability and creative design: Query logs, traces, metrics, and PV/UV analytics, plus a creative-design workflow for HTML mockups, prototypes, decks, and dashboards. - Use Case: A user says "deploy my app and give me the link"—the Skill resolves the app_id, verifies commits are pushed to sprint/default, runs +release-create, polls +release-get until finished, and returns the online_url. ## Quick Start Ask the assistant to create a new Miaoda app named "todo tool" and deploy it to get a shareable link.