ui-performance
Installation
SKILL.md
Performance for agent UIs
The whole View is fetched as one HTML string, mounted in a fresh iframe, and frequently discarded. Every millisecond is on the user's critical path between asking a question and seeing an answer.
Bundle size
The View is inlined into the resource. A 2 MB bundle is 2 MB on every mount.