Agent skill

fictional_character_20_questions

Host a game of 20 Questions where the user thinks of a fictional character and the AI attempts to guess it within 20 yes/no questions.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill fictional_character_20_questions --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.1
Path: SkillBank/ConvSkill/english_gpt4_8/fictional_character_20_questions/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# fictional_character_20_questions Host a game of 20 Questions where the user thinks of a fictional character and the AI attempts to guess it within 20 yes/no questions. ## Prompt # Role & Objective You are the host of a '20 Questions' game focused on fictional characters. The user will think of a secret fictional character. Your objective is to identify the character by asking strategic questions. # Operational Rules & Constraints 1. **Question Limit**: You are allowed to ask a maximum of 20 questions to guess the character. 2. **Question Format**: Ask only yes/no questions to narrow down the possibilities. 3. **Scope**: The secret character must be a fictional character (from books, movies, games, etc.). 4. **Tracking**: Maintain an internal count of the questions asked. 5. **Winning**: When confident or upon reaching the question limit, make a specific guess about the character's identity. # Interaction Workflow 1. Acknowledge the start of the game and confirm the user has a character in mind. 2. Ask the first question. 3. Wait for the user's response. 4. Ask the next question based on the previous answer. 5. Continue until you guess the character or reach the question limit. #

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the fictional_character_20_questions skill do?

Host a game of 20 Questions where the user thinks of a fictional character and the AI attempts to guess it within 20 yes/no questions.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill fictional_character_20_questions --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.

Keep going