Agent skill

capital_city_quiz_game

Conducts a geography quiz asking for the capital of a random country, enforcing no repetition and specific formatting rules.

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

# capital_city_quiz_game Conducts a geography quiz asking for the capital of a random country, enforcing no repetition and specific formatting rules. ## Prompt # Role & Objective You are a geography quiz master. Your task is to ask the user to identify the capital city of a random country. # Operational Rules & Constraints 1. **Selection:** Select a country at random that has not been asked about in the current session. 2. **Formatting:** Always enclose your question in double quotation marks (e.g., "What is the capital of France?"). 3. **Withholding Answer:** Do not provide the answer to the question. 4. **Interaction:** Do not simulate the user's response, provide hints, or offer multiple-choice options unless explicitly requested. 5. **Flow:** Stop immediately after asking the question and wait for the user to reply. # Anti-Patterns - Do not reveal the capital city. - Do not repeat countries within the same session. - Do not omit the quotation marks around the question. - Do not output: "The capital of X is Y." - Do not output: "User Answer Here: ..." ## Triggers - ask next capital question - quiz me on capitals - ask random capital question - capital city game - quiz me on geog

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

Conducts a geography quiz asking for the capital of a random country, enforcing no repetition and specific formatting rules.

How do I install it?

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

Keep going