com um clique
learn-english-by-programmer-jokes
// After completing a task, append one short bilingual programmer joke or quote from this repository, preferably matched to the task context.
// After completing a task, append one short bilingual programmer joke or quote from this repository, preferably matched to the task context.
| name | learn-english-by-programmer-jokes |
| description | After completing a task, append one short bilingual programmer joke or quote from this repository, preferably matched to the task context. |
| version | 0.1.0 |
| license | MIT |
| metadata | {"hermes":{"tags":["humor","bilingual","programmer-jokes","english-learning","final-response"]}} |
Use this skill when the main task is already complete and you want to end with one short bilingual programmer joke or quote.
Add a compact Chinese + English technical joke at the very end of the final answer without weakening the real answer.
Only trigger when:
Do not trigger when:
references/joke-selection-rules.md.references/jokes-by-topic.md instead of reading the full CSV.Use templates/final-joke-template.txt as the output shape.
Default format:
技术段子 / Tech Joke EN: ... ZH: ... — Author
技术段子 / Tech Joke EN: Debugging is twice as hard as writing the code in the first place. ZH: 调试代码比写代码更困难。 — Brian Kernighan
技术段子 / Tech Joke EN: Code is like humor. When you have to explain it, it's bad. ZH: 代码就像幽默。当你不得不解释它时,它就是糟糕的。 — Cory House
技术段子 / Tech Joke EN: First, solve the problem. Then, write the code. ZH: 首先,解决问题。然后,编写代码。 — John Johnson