mcscatblog-react-widget Skill
Build and embed a React widget into a Jekyll blog post as a self-contained HTML file Published by microsoft in mcscatblog.
What is mcscatblog-react-widget Skill?
Build and embed a React widget into a Jekyll blog post as a self-contained HTML file Published by microsoft in mcscatblog. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using mcscatblog
Technical details
- Install or run with Copy skill directory
When to use mcscatblog-react-widget Skill
- Use it for developers using mcscatblog.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/mcscatblog
- Skill file: .claude/skills/mcscatblog-react-widget/SKILL.md
What it does
Build and embed a React widget into a Jekyll blog post as a self-contained HTML file
Skill instructions
Embed a React Widget in a Blog Post Build a React (JSX) component into a single self-contained HTML file and embed it in a Jekyll/Chirpy blog post via iframe. Key Constraints - Jekyll processes all .html files through Liquid. Files without front matter are treated as static files and copied as-is — this is what we want. Never add YAML front matter or {% raw %} tags to widget HTML files. - Minified JS often contains template-literal syntax (${...}, backticks) that Liquid interprets as tags, causing builds to hang indefinitely. The solution is to let the file be a static file (no front matter = no Liquid processing). - Build time: Jekyll takes ~60 seconds on this repo. That's normal, not a hang. Wait for it. - Never put nodemodules inside the blog repo. Jekyll copies all static files under assets/ — thousands of files from nodemodules will make builds take 10+ minutes. The exclude config in config.yml does NOT prevent static files under assets/ from being copied. Build Location Keep the
Explore related resources
Frequently asked questions
What is mcscatblog-react-widget?
mcscatblog-react-widget is a open-source AI agent skill with Copy skill directory. Build and embed a React widget into a Jekyll blog post as a self-contained HTML file
Who is mcscatblog-react-widget best for?
mcscatblog-react-widget is best for reusing agent instructions, scripts, and references.
How do I install mcscatblog-react-widget?
Install or run mcscatblog-react-widget using Copy skill directory. Check mcscatblog-react-widget for the latest setup command.
Is mcscatblog-react-widget actively maintained?
mcscatblog-react-widget may need a closer maintenance check before production use.
Auto-fetched from GitHub.