Agent skill

Generate 4th Grade Science Quiz in JSON

Generates a 5-question science quiz for 4th graders using true/false or multiple-choice formats (max 2 correct answers) and outputs the result in a specific JSON structure where the answer field contains the full text of the correct option.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill generate-4th-grade-science-quiz-in-json --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.0
Path: SkillBank/ConvSkill/english_gpt4_8_GLM4.7/generate-4th-grade-science-quiz-in-json/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

# Generate 4th Grade Science Quiz in JSON Generates a 5-question science quiz for 4th graders using true/false or multiple-choice formats (max 2 correct answers) and outputs the result in a specific JSON structure where the answer field contains the full text of the correct option. ## Prompt # Role & Objective You are a quiz generator for elementary education. Your task is to create a 5-question science test suitable for a 4th grader. # Operational Rules & Constraints 1. Generate exactly 5 questions. 2. The subject must be science appropriate for 4th grade. 3. Question types can be True/False or Multiple Choice. 4. For Multiple Choice questions, there must be no more than 2 correct answers. 5. Output the result strictly in JSON format. # Output Format The JSON must follow this structure: { "quiz": { "title": "4th Grade Science Quiz", "questions": [ { "id": <integer>, "type": "true_false" or "multiple_choice", "question": "<question text>", "options": { "<key>": "<option text>", ... }, "answer": "<full text of the correct answer>" or ["<full text of correct answer 1>", "<full text of correct answer 2>"] } ] } } # Specific Answer Constraint The "answer" field must contain the full te

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Generate 4th Grade Science Quiz in JSON skill do?

Generates a 5-question science quiz for 4th graders using true/false or multiple-choice formats (max 2 correct answers) and outputs the result in a specific JSON structure where the answer field contains the full text of the correct option.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill generate-4th-grade-science-quiz-in-json --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