What problem does it solve?
This Skill helps you safely add or modify xmris interactive widgets without breaking the Python backend, JavaScript rendering, docs export, or accessor wiring.
Core Features & Use Cases
- Widget implementation changes: Update an existing widget’s traits, defaults, canvas drawing, theming, or emitted reproducible snippet.
- Accessor and factory synchronization: Keep the widget factory,
XmrisWidgetAccessor method, and re-exported package surface aligned.
- Docs and notebook integration: Add the widget notebook to the docs TOC and use the notebook as the real test for rendering and exported static behavior.
- Guardrailed development: Follow the canonical widget reference, size limits, naming conventions, and validation steps specific to xmris widgets.
Quick Start
Ask for a safe, step-by-step plan to modify the xmris widget, update its accessor and docs notebook, and verify the emitted static export.