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

  1. Fetch the latest catalog from the URL in the Catalog Source section.
  2. Read catalogId, component schemas, function schemas, required fields, enum values, and examples if the fetched catalog provides them.
  3. Build the UI from the protocol rules, catalog schema, hard rules, and example patterns embedded in this skill.
  4. Translate the user's intent into a data model and a flat component graph that validates against the latest fetched catalog.
  5. 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.

Installs
60
GitHub Stars
24
First Seen
Jul 13, 2026
lynx-a2ui — lynx-community/skills