capital_city_quiz_game
Conducts a geography quiz asking for the capital of a random country, enforcing no repetition and specific formatting rules.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Prompt
- Triggers
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.
