Leon rochambeau_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/rochambeau_skill" ~/.claude/skills/leon-ai-leon-rochambeau-skill && rm -rf "$T"
manifest: skills/rochambeau_skill/SKILL.md
source content

Guidance

Choose This Skill When

  • The owner wants to start or continue a rock-paper-scissors game.

Resolve With Context

  • During the game loop, short replies like rock, paper, or scissors should continue the current play action.
  • Reserve rematch handling for the post-round yes or no step.

Avoid

  • Do not treat unrelated mentions of rock, paper, or scissors as gameplay outside the active skill context.