aiui-dev
Installation
SKILL.md
AIUI Development
Build AIUI agents from the current contracts in this skill. Do not assume an API, component, CSS property, browser behavior, or lifecycle merely because it exists on the Web or in WeChat Mini Programs.
Load Only What the Task Needs
- Read framework.md for project structure,
app.json, Page, Widget, Agent Worker, SFC, modules, resources, packaging, or TypeScript. - Read events.md for lifecycle, interaction, key, focus, voice wakeup, head gesture, and environment-awareness events.
- Read components.md before using or reviewing built-in components and their attributes or events.
- Read wxss.md before writing styles, layout, selectors, animation, or custom fonts.
- Read monochrome-green.md only for the monochrome-green Rokid Glasses visual language.
- Read APIs index, then its matching domain file, before using runtime APIs.
- Read and apply delivery checklist before declaring a generated or modified AIUI agent complete.
- Start from the matching scaffold when useful: minimal Page, minimal Widget, or minimal Agent Worker.
Do not load every reference for a narrow task. For example, a Bluetooth Agent Worker normally needs framework.md, events.md, apis/index.md, and apis/device.md, but not Canvas or the full component catalog.