Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . Widgets are injected into prompt feeds to display promotional content, sponsor cards, or custom interactive components. Overview Widgets support two rendering modes: 1. Standard prompt widget - Uses default styling (like ) 2. Custom render widget - Full custom React component (like ) Prerequisites Before creating a widget, gather from the user: | Parameter | Required | Description | |-----------|----------|-------------| | Widget ID | ✅ | Unique identifier (kebab-case, e.g., ) | | Widget Name | ✅ | Display…