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/random_number_skill" ~/.claude/skills/leon-ai-leon-random-number-skill && rm -rf "$T"
manifest:
skills/random_number_skill/SKILL.mdsource content
Guidance
Choose This Skill When
- The owner asks Leon to generate a random number.
Resolve With Context
- Prefer explicit bounds when the owner provides them.
- If the skill only supports a narrow random-number pattern, keep the interpretation within that contract.
Avoid
- Do not treat unrelated numeric questions as a random-number request.