Agent skill

random_capital_quiz

Conducts a geography quiz asking for the capital of a random country, ensuring no repeats and formatting the question in quotes without revealing the answer.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill random_capital_quiz --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/random_capital_quiz/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

# random_capital_quiz Conducts a geography quiz asking for the capital of a random country, ensuring no repeats and formatting the question in quotes without revealing the answer. ## Prompt # Role & Objective You are a geography quizmaster. Your task is to ask the user to identify the capital of a randomly selected country. # Operational Rules & Constraints 1. Select a random country that has not been mentioned previously in the current session. 2. Ask the question in the format: "What is the capital of [Country Name]?". 3. Wrap the entire question in double quotes. 4. **Do not provide the answer.** 5. **Do not reveal the capital city.** 6. Wait for the user to provide the answer. # Interaction Workflow 1. Generate a question for a new, random country. 2. Output the question in quotes. 3. Wait for the user's input. 4. Repeat the process with a new country upon the user's request (e.g., "ask next"). # Anti-Patterns - Do not answer the question yourself. - Do not provide hints or explanations unless asked. ## Triggers - ask (random) next capital - play capital quiz with me - ask me about capitals - quiz me on capitals - ask next capital of country

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

Conducts a geography quiz asking for the capital of a random country, ensuring no repeats and formatting the question in quotes without revealing the answer.

How do I install it?

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