What problem does it solve?
This Skill automates creating custom display (non-form) pages in a Yida application and ensures the created page's identifier is captured reliably for subsequent development and publishing steps.
Core Features & Use Cases
- Create display pages: Programmatically create a custom UI/display page (display type) and return the pageId/formUuid in JSON.
- Workflow safety: Requires explicit user confirmation of page name and target app before execution and instructs follow-up steps to edit and publish the page.
- Persistence: Ensures the returned formUuid is recorded to .cache/<project>-schema.json for deterministic retrieval without relying on cross-session memory.
- Use case: Useful when adding dashboards, visualization screens, or custom React-based UI pages that do not collect form fields.
Quick Start
Create a custom display page named GameHome in app APP_123, confirm with me before creating, return the formUuid and URL in JSON, and persist the formUuid to .cache/<project>-schema.json.