lynx-a2ui
Installation
SKILL.md
A2UI Generator
Use this skill when an agent must turn a natural-language request into A2UI protocol data for rendering. The output is data only: a JSON array of A2UI v0.9 messages.
Generation Workflow
- Fetch the latest catalog from the URL in the Catalog Source section.
- Read
catalogId, component schemas, function schemas, required fields, enum values, and examples if the fetched catalog provides them. - Build the UI from the protocol rules, catalog schema, hard rules, and example patterns embedded in this skill.
- Translate the user's intent into a data model and a flat component graph that validates against the latest fetched catalog.
- Emit only the final JSON array of A2UI messages.
This skill is self-contained for third-party agent platforms. Do not rely on repository-local files.