What problem does it solve? Building and shipping apps on the Lark Miaoda (Spark) platform involves many distinct operations—creating app assets, choosing between local full-stack development, HTML static hosting, or cloud AI generation, managing databases, and deploying releases. This Skill routes every user intent to the correct lark-cli command and enforces the platform's guardrails so nothing is published or deleted by mistake. ## Core Features & Use Cases - Intent routing and path selection: Maps requests like "build a tool", "deploy this", or "get a shareable link" to the right command, and decides between html vs full_stack app types and local vs cloud development before acting. - Three development paths: Local full-stack development (init, git clone, npm dev, release), HTML static publishing (html-publish returning a shareable URL), and cloud AI generation sessions (session-create, chat, polling). - Database and release management: Inspect tables, execute SQL with dry-run safety gates, initialize dev/online environments, create releases, and poll release status for online_url or error logs. - Use Case: A user says "build me a voting tool and give me a link". The Skill asks whether they want local code development or cloud AI generation, creates the app, drives the chosen workflow, deploys via release-create, and returns the published online_url. ## Quick Start Ask the assistant to create a new Miaoda app named "team poll" and deploy it so you get a shareable link.