What problem does it solve? Building admin pages, forms, and CRUD interfaces with the Baidu amis low-code framework requires memorizing a large JSON schema vocabulary and component API surface. This Skill acts as an amis expert and knowledge base that answers usage questions, generates correct schemas from field definitions, and produces previewable HTML pages without manual documentation lookups. ## Core Features & Use Cases - Schema Generation: Converts field lists (name, displayName, fieldType, isRequired) into complete amis JSON schemas for forms, CRUD pages, cards, dialogs, and tabs, with strict required-field handling. - Documentation Lookup: Answers amis usage questions via a three-tier query strategy: Context7 MCP server first, GitHub Raw fallback through the search_docs.py script, then local template references. - HTML Preview Pages: Produces standalone HTML files embedding the amis SDK so generated schemas can be previewed directly in a browser. - Use Case: Provide a field list such as username (text, required) and email, and receive a ready-to-use horizontal two-column form schema wired to /api/create, or ask how to configure CRUD filter conditions and get a documented example. ## Quick Start Ask the agent to generate an amis form page from your field list, making sure to explicitly mention amis or low-code in your request.