/install learn-english-by-programmer-jokes
Learn English By Programmer Jokes
Use this skill as a final-response rule: once the user's main request has been completed, append one short bilingual programmer joke or quote at the very end of the answer.
Goal
Add a compact Chinese + English technical joke at the very end of the final answer without weakening the real answer.
Trigger
Trigger this skill whenever:
- this skill is loaded for the current session or agent
- the user's primary request has been completed, answered, or clearly wrapped up
- the conversation is not in a sensitive, medical, legal, crisis, grief, or safety-critical context
Do not trigger when:
- the task failed and the user still needs urgent troubleshooting
- the conversation is emotionally heavy or high-stakes
- a joke would make the answer less trustworthy or less professional
Required Behavior
- Append exactly one joke or quote when the trigger conditions are met.
- Do not ask the user whether to add a joke if this skill is already loaded.
- Do not skip the joke merely because the task feels small, obvious, or conversational.
- Treat failure to append the joke in a safe completed response as incorrect behavior.
Behavior Rules
- Add at most one joke.
- Keep it short.
- Prefer a joke relevant to the task context.
- Use the topic mapping in
references/joke-selection-rules.md. - For quick quote lookup, prefer
references/jokes-by-topic.mdinstead of reading the full CSV. - If no strong topic match exists, fall back to a classic quote.
- Never let the joke replace the real answer.
Output Format
Use templates/final-joke-template.txt as the output shape.
Default format:
技术段子 / Tech Joke EN: ... ZH: ... — Author
The joke block must be the final section of the response.
Suggested Workflow
- Finish the user's actual task.
- Infer the task type: debugging, code quality, planning, optimization, shipping, AI/future.
- Pick one matching joke from the references.
- Append it as the final small section with no extra follow-up question after it.
Good Examples
Debugging task
技术段子 / Tech Joke EN: Debugging is twice as hard as writing the code in the first place. ZH: 调试代码比写代码更困难。 — Brian Kernighan
Code review task
技术段子 / Tech Joke EN: Code is like humor. When you have to explain it, it's bad. ZH: 代码就像幽默。当你不得不解释它时,它就是糟糕的。 — Cory House
Planning task
技术段子 / Tech Joke EN: First, solve the problem. Then, write the code. ZH: 首先,解决问题。然后,编写代码。 — John Johnson
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install learn-english-by-programmer-jokes - 安装完成后,直接呼叫该 Skill 的名称或使用
/learn-english-by-programmer-jokes触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Learn English By Programmer Jokes 是什么?
When this skill is loaded and the user's request has been successfully answered, append exactly one short bilingual programmer joke or quote at the very end... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。
如何安装 Learn English By Programmer Jokes?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install learn-english-by-programmer-jokes」即可一键安装,无需额外配置。
Learn English By Programmer Jokes 是免费的吗?
是的,Learn English By Programmer Jokes 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Learn English By Programmer Jokes 支持哪些平台?
Learn English By Programmer Jokes 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Learn English By Programmer Jokes?
由 zhaoolee(@zhaoolee)开发并维护,当前版本 v0.1.1。