Patterns for driving rate-limited IoT actuators from real-time producers: async debounced controller, target quantization for stability, and bottom-up progress-bar rendering.
96
96%
Does it follow best practices?
Impact
97%
1.25xAverage score across 9 eval scenarios
Passed
No known issues
Three patterns for driving rate-limited IoT actuators from real-time producers:
debounce-controller skill)1.2s for cloud APIs, 0.2s for LAN devices.0.4s.target-quantization skill)set_target calls for 5 s and count distinct values. If >> the visible-state count, quantise harder.render-progress-bar skill)range(total - lit, total).range(0, lit).for i, seg in enumerate(segments) — that's top-down fill.Reference scripts: scripts/debounce_controller.py, scripts/progress_bar.py.
Full context in skills/*/SKILL.md.