skills/guess_the_number_skill/SKILL.md
# Guidance ## Choose This Skill When - The owner wants to start or continue the guess-the-number game. ## Resolve With Context - During the game loop, a bare number should usually continue the current guessing action. - Treat replay as a yes or no decision only after the game has completed. ## Avoid - Do not restart the game if the owner is obviously continuing an active round. - Do not treat unrelated numbers as a guess when the game context is inactive.
npx skillsauth add leon-ai/leon skills/guess_the_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.