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.

S1lverElixir 5adec34 3.1 KB Updated

File contents

S1lverElixir/honey-for-claude/tree/main/skills/honey-loop commit 5adec34792

Frequently asked questions

npx skillmds@latest add s1lverelixir/honey-loop