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

cloudflare의 다른 스킬

workerd-api-review
cloudflare
workerd 코드 리뷰를 위한 성능 최적화, API 설계 및 호환성, 보안 취약점, 표준 사양 준수. tcmalloc 인식…
official
workerd-safety-review
cloudflare
메모리 안전성, 스레드 안전성, 동시성, 그리고 workerd 코드 리뷰를 위한 중요 탐지 패턴. V8/KJ 경계 위험 요소, 수명 관리 등을 다룹니다.
official
module-registry
cloudflare
workerd에서 모듈 레지스트리를 작업할 때 로드 — 모듈 해석, 컴파일, 평가, 등록을 읽기, 수정, 디버깅, 검토하는 경우…
official
reproduce
cloudflare
cloudflare/agents GitHub 이슈를 재현하기 위해 최소한의 Agents/Worker 프로젝트를 스캐폴딩하고 임시 Cloudflare 계정에 배포한 후 보고합니다…
official
local-explorer
cloudflare
로컬 탐색기 또는 로컬 API에 제품/리소스를 추가하는 방법. 새로운 로컬 API나 UI 라우트를 구현할 때 사용합니다.
official
commit-categories
cloudflare
커밋을 체인지로그와 "새로운 기능" 요약으로 분류하는 규칙입니다. 체인지로그 또는 whats-new 명령에서 커밋을 분류하기 전에 반드시 로드되어야 합니다. 제공하는 기능:
official
architecture
cloudflare
코드베이스를 처음 탐색할 때, 새 클라이언트 메서드를 추가할 때, 새 컨테이너 핸들러/서비스를 추가할 때, 또는 요청 흐름을 이해할 때 사용합니다.
official
changesets
cloudflare
변경셋을 생성하거나, 릴리즈를 준비하거나, 버전을 올릴 때 사용합니다. 참조할 패키지, 사용자 대상 변경셋 설명 작성 방법 등을 다룹니다.
official