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/akinator_skill" ~/.claude/skills/leon-ai-leon-akinator-skill && rm -rf "$T"
manifest:
skills/akinator_skill/SKILL.mdsource content
Guidance
Choose This Skill When
- The owner wants to play Akinator or continue an active Akinator round.
Resolve With Context
- Use
only while an Akinator question is already on screen.guess - Keep short follow-up replies like yes, no, probably, or don't know inside the current Akinator round.
- After Akinator has made a guess, treat a short yes or no as the retry decision, not as another guess answer.
Avoid
- Do not route generic guessing questions or trivia to this skill.
- Do not restart a finished round unless the owner clearly accepts another try.