skills/random_number_skill/SKILL.md
# 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.
npx skillsauth add leon-ai/leon skills/random_number_skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
development
Crawl from one or more starting web pages, fetch readable content, search within pages, follow relevant links, and stop when the requested information is found or a bounded limit is reached.
development
# Guidance ## Choose This Skill When - This skill is being used deliberately for widget development, testing, or UI debugging. ## Resolve With Context - Keep the behavior scoped to the widget or playground scenario being tested. ## Avoid - Do not route normal owner requests here.
tools
# Guidance ## Choose This Skill When - The owner wants a forecast for a place and optionally a specific day or time window. ## Resolve With Context - Prefer an explicitly stated location. - Reuse the active location or forecast horizon from the current skill context only when the owner is clearly following up. ## Avoid - Do not assume a location if none was provided or grounded in the active conversation. - Do not answer historical climate questions with this forecast skill.
content-media
# Guidance ## Choose This Skill When - The owner wants to create, adjust, or preview a synthesized voice design workflow supported by this skill. ## Resolve With Context - Preserve the current voice settings and generated artifacts across follow-up turns. - Ask for the missing voice attribute only when the current skill context cannot supply it. ## Avoid - Do not guess subjective voice preferences that the owner has not stated.