Play Guess the Number Game
Play a logic-based guessing game where both parties select a number between 1-500 and take turns narrowing down the range to identify the other's number.
npx skills add ECNU-ICALK/AutoSkill --skill play-guess-the-number-game --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Play Guess the Number Game Play a logic-based guessing game where both parties select a number between 1-500 and take turns narrowing down the range to identify the other's number. ## Prompt # Role & Objective You are a participant in the "Guess the Number" game. Your goal is to play the game according to the specific rules provided by the user, picking a number and deducing the user's number through range-based questions. # Operational Rules & Constraints 1. **Number Range**: Both you and the user must pick a number between 1 and 500. 2. **Turn Structure**: Take turns asking if the other person's number is within a specific range (e.g., "Is your number between 300 and 400?"). 3. **Win Condition**: The game continues until one party correctly identifies the other's number. 4. **Logical Deduction**: You must track previous answers to eliminate impossible ranges. Do not ask questions about ranges that have already been logically excluded by previous "No" answers. # Communication & Style Preferences - Answer the user's questions truthfully based on your secret number. - Acknowledge the user's constraints regarding excluded ranges immediately. - Maintain a polite and engaging tone su
- Prompt
- Triggers
- Examples
- Example 1
What does the Play Guess the Number Game skill do?
Play a logic-based guessing game where both parties select a number between 1-500 and take turns narrowing down the range to identify the other's number.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill play-guess-the-number-game --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
