What problem does it solve? Integrating an AI assistant into a Make platform app involves many failure-prone decisions: choosing the right backend adapter, wiring SSE transport, rendering structured Artifact results, and restoring history. This Skill provides the complete integration contract so the assistant works correctly without guessing routes, components, or domains. ## Core Features & Use Cases - Adapter Selection & Transport: Chooses between the make-console (Agent Gateway) and make-app (AI Chat) adapters based on confirmed backend capability, then wires authenticated SSE transport with cancellation and stale-result handling. - Artifact V1 Rendering: Negotiates frontend capabilities and renders structured metric, comparison, trend, ranking, record-list, and notice Artifacts through a whitelisted template registry instead of guessing components from Markdown. - Package Visual Contract: Configures MakeAiAssistant, AssistantPanel, and ArtifactRenderer via public props like theme, maxDrawerWidth, headerHeight, and privacyNotice without copying package internals. - Use Case: A developer adds an AI assistant panel to a Make App page; the Skill guides installing @qfei-design/make-ai-assistant, selecting the Console adapter, building the BFF routes, and validating history restore with Artifact snapshots. ## Quick Start Use the make-ai-assistant skill to integrate the Make AI assistant into my app with the Console Agent adapter, Artifact rendering, and SSE transport.