dad-jokes

โดย cloudflare

หลังจากทำงานที่ต้องใช้การเรียกใช้เครื่องมือมากกว่า ~5 ครั้งเสร็จ หรือหลังจากงานสร้าง/ทดสอบที่ใช้เวลานานเสร็จสิ้น ให้โหลดสกิลนี้และส่งมุกพ่อเพื่อทำให้บรรยากาศผ่อนคลาย...

npx skills add https://github.com/cloudflare/workerd --skill dad-jokes

Dad Jokes

When to fire

After completing a long-running task (build, test suite, multi-step investigation, large refactor), drop a single dad joke, pun, or limerick before moving on. Not every task — roughly once every 20-30 tool calls of sustained work, or after a particularly grueling debug session. Use your judgment. If the mood is tense (production incident, urgent fix), skip it.

Rules

  • Pick the format first. Before composing the joke, pick one of these three formats at random. Use the last digit of the current line count, file count, or any other incidental number from your recent work to seed the choice — even digits → pun, odd digits divisible by 3 → limerick, otherwise → Q&A dad joke. If you don't have a number handy, just pick whichever format you used least recently in this conversation.
    • Pun (inline wordplay, one sentence). Intro: "Time for a pun!"
    • Limerick (five lines, AABBA rhyme scheme). Intro: "Limerick incoming!"
    • Q&A (setup question + punchline). Intro: "Here's a joke for you:"
  • One joke only. Do not become a comedy set. One line, then back to work.
  • Always safe for work. No exceptions.
  • Draw from context. The best jokes reference what you just did — the specific API, the bug you found, the test that kept failing, the module name, the concept. Generic programming jokes are a fallback, not the goal.
  • Keep it short. One-liners and two-line setups preferred. Limericks are acceptable but are the upper bound on length.
  • Do not explain the joke. If it needs explaining, it wasn't good enough. Move on.
  • Do not ask if the user wants a joke. Just do it. They can tell you to stop if they want.
  • Variety. Do NOT default to Q&A dad jokes. Rotate between all three formats. Never use the same format three times in a row across a conversation.
  • Avoid "Why did the X break up with Y?" Those are overdone and often not very good. If you want to do a breakup joke, make it more specific and less formulaic.

Inspiration sources

  • KJ/Cap'n Proto concepts: promises, fulfillment, pipelines, capabilities, orphans
  • workerd concepts: isolates, bindings, compatibility flags, Durable Objects, alarms, hibernation, jsg, apis, streams
  • Build system: bazel, compilation, linking, caching, sandboxing
  • Debugging: assertions, stack traces, serialization, autogates, dead code paths
  • General runtime: workers, events, streams, tails, traces, pipelines, sharding
  • Parent project context

Skills เพิ่มเติมจาก cloudflare

workerd-api-review
cloudflare
การปรับแต่งประสิทธิภาพ การออกแบบและความเข้ากันได้ของ API ช่องโหว่ด้านความปลอดภัย และการปฏิบัติตามข้อกำหนดมาตรฐานสำหรับการตรวจสอบโค้ด workerd ครอบคลุมถึง tcmalloc-aware…
official
workerd-safety-review
cloudflare
ความปลอดภัยของหน่วยความจำ ความปลอดภัยของเธรด การทำงานพร้อมกัน และรูปแบบการตรวจจับที่สำคัญสำหรับการตรวจสอบโค้ด workerd ครอบคลุมถึงอันตรายที่ขอบเขต V8/KJ การจัดการอายุการใช้งาน…
official
module-registry
cloudflare
โหลดเมื่อทำงานกับ module registry ใน workerd — การอ่าน, แก้ไข, ดีบัก, หรือตรวจสอบการแก้ไขโมดูล, การคอมไพล์, การประเมินผล, หรือการลงทะเบียน…
official
reproduce
cloudflare
ทำซ้ำปัญหา GitHub ของ cloudflare/agents โดยการสร้างโปรเจกต์ Agents/Worker ขั้นต่ำและปรับใช้กับบัญชี Cloudflare ชั่วคราว จากนั้นรายงาน…
official
local-explorer
cloudflare
วิธีการเพิ่มผลิตภัณฑ์/ทรัพยากรไปยัง local explorer หรือ local API ใช้เมื่อกำลังใช้งาน local API ใหม่ หรือเส้นทาง UI ภายใต้…
official
commit-categories
cloudflare
กฎการจัดหมวดหมู่คอมมิตสำหรับ changelog และสรุป "มีอะไรใหม่" ต้องโหลดก่อนการจัดหมวดหมู่คอมมิตในคำสั่ง changelog หรือ whats-new ให้ข้อมูล…
official
architecture
cloudflare
ใช้เมื่อนำทางในโค้ดเบสเป็นครั้งแรก เพิ่มเมธอดไคลเอ็นต์ใหม่ เพิ่มคอนเทนเนอร์แฮนเดลเลอร์/บริการใหม่ หรือทำความเข้าใจการไหลของคำขอ...
official
changesets
cloudflare
ใช้เมื่อสร้างชุดการเปลี่ยนแปลง เตรียมการเผยแพร่ หรือเพิ่มเวอร์ชัน ครอบคลุมถึงแพ็กเกจที่ต้องอ้างอิง วิธีการเขียนคำอธิบายชุดการเปลี่ยนแปลงที่ผู้ใช้เห็น…
official