Install
openclaw skills install @codekungfu/asyncioasyncio patterns, concurrency pitfalls, and backpressure. Use when writing async Python services.
openclaw skills install @codekungfu/asyncioStructured guidance for async Python with asyncio: confirm triggers, propose the stages below, and adapt if the user wants a lighter pass.
Trigger conditions:
Initial offer: Explain the four stages briefly and ask whether to follow this workflow or work freeform. If they decline, continue in their preferred style.
Anchor on event loop and tasks. Ask what success looks like, constraints, and what must not break. Capture unknowns early.
Translate goals into a concrete plan around cancellation and timeouts. Compare alternatives and explicit trade-offs; avoid implicit assumptions.
Execute with verification loops tied to backpressure and queues. Prefer small steps, measurable checks, and rollback points where risk is high.
Close the loop with debugging concurrency: monitoring, documentation, stakeholder updates, and lessons learned for the next cycle.