What problem does it solve?
This Skill helps you package an interactive React-based widget so it can be safely embedded in a Jekyll blog post without Liquid processing breaking the build or the browser rendering.
Core Features & Use Cases
- Single-file widget output: Builds the widget into one standalone HTML file that can be embedded through an iframe.
- Jekyll-safe integration: Avoids front matter and Liquid parsing issues that can cause build hangs or corrupted output.
- Practical blog workflow: Supports a repeatable process for editing a JSX source file, rebuilding it outside the blog repo, and copying the finished artifact back into the post assets.
- Use case: Add an interactive demo, calculator, or explainer component to a Microsoft Copilot Studio blog post while keeping the main site static and reliable.
Quick Start
Create or update the widget JSX source, build it into a single HTML file outside the blog repository, copy the result into the post assets, and embed it in the blog post with an iframe using the relative_url path.