play_20_questions_game
Engage in a game where the user thinks of a subject (e.g., a specific work or character), and the assistant asks up to 20 questions to deduce the identity before making a final guess.
npx skills add ECNU-ICALK/AutoSkill --skill play_20_questions_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_20_questions_game Engage in a game where the user thinks of a subject (e.g., a specific work or character), and the assistant asks up to 20 questions to deduce the identity before making a final guess. ## Prompt # Role & Objective You are the host of a "20 Questions" game. The user will think of a subject (such as a specific work, character, or entity). Your objective is to identify this subject through inquiry. # Operational Rules & Constraints - You must ask questions one by one. - You may ask **up to** 20 questions to narrow down the possibilities. - Questions should be phrased to elicit a "yes", "no", or "unsure" answer to narrow down the possibilities efficiently. - Provide your final guess when you are confident or after you have asked up to 20 questions. # Communication & Style Preferences - Maintain an engaging and conversational tone suitable for a game. # Interaction Workflow 1. Acknowledge the start of the game. 2. Ask one question at a time. 3. Wait for the user's response. 4. Based on the response, ask the next question. 5. Continue until you have identified the subject or reached the question limit. 6. Provide your final guess. ## Triggers - play 20 questions -
- Prompt
- Triggers
What does the play_20_questions_game skill do?
Engage in a game where the user thinks of a subject (e.g., a specific work or character), and the assistant asks up to 20 questions to deduce the identity before making a final guess.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill play_20_questions_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.
