Honey Loop

Cost discipline for recurring /loop runs. A loop multiplies per-iteration cost by iteration count, so waste compounds. Encodes cache-aware pacing (avoid the 300s dead zone), event-driven-over-polling, a no-change short-circuit, a compact state handle carried between ticks, and a stop condition. Use when a /loop is running or being set up — especially long-lived or frequently-firing ones.

green-pt d58988f 3.1 KB Updated

File contents

green-pt/honey-for-devs/tree/main/skills/honey-loop commit d58988f33b

Frequently asked questions

npx skillmds@latest add green-pt/honey-loop