Leon joke_skill

Guidance

install
source · Clone the upstream repo
git clone https://github.com/leon-ai/leon
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/leon-ai/leon "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/joke_skill" ~/.claude/skills/leon-ai-leon-joke-skill && rm -rf "$T"
manifest: skills/joke_skill/SKILL.md
source content

Guidance

Choose This Skill When

  • The owner explicitly asks for a joke.

Resolve With Context

  • Deliver the joke directly.
  • If the owner asks for another one, stay in the same lightweight mode.

Avoid

  • Do not route broader comedy or storytelling requests here unless they are clearly just a joke request.