Jeopardy Board Creator

Create Jeopardy board game data with web-verified clues and JSON validation.

Updated Dec 22, 2025
One-click install
npx skills add https://github.com/Zettersten/jeopardy-screen --skill jeopardy-board-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Jeopardy Board Creator
Source: https://github.com/Zettersten/jeopardy-screen/tree/main/.agents/skills/jeopardy-board-creator
Command: npx skills add https://github.com/Zettersten/jeopardy-screen --skill jeopardy-board-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

It solves the problem of reliably creating compelling Jeopardy board data (clues, answers, categories, and persistence) without overlap and without invalid JSON.

Core Features & Use Cases

  • AI game creation protocol: Generates an occasion-themed Jeopardy board by following a strict step order from archiving to saving.
  • Mandatory fact verification: Requires web research for every factual clue to prevent invented details.
  • Validation & persistence workflow: Ensures the produced game JSON passes the repo validator, then updates data/games/current.json and data/manifest.json and archives prior games for overlap prevention.
  • Overlap avoidance using prior history: Prevents reusing category names verbatim and avoids re-covering already-used primary-answer topics.

Quick Start

Use the jeopardy-board-creator skill to create a new Jeopardy game for "Company Party Jeopardy" targeting topics "1990s TV" and "early 2000s technology", then save it after validation.

Frequently Asked Questions about Jeopardy Board Creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Jeopardy game data with validated JSON schema?

To generate Jeopardy game data with validated JSON schema, follow a strict creation protocol that archives prior games, writes web-verified clues, runs a repo validator, and persists the final board state.

How does overlap prevention work for Jeopardy category and clue generation?

Overlap prevention for Jeopardy game generation works by archiving prior topic history and actively avoiding verbatim category names and previously used primary-answer topics when planning a new board.

Why do I need web research to create Jeopardy board clues?

You need web research to create Jeopardy clues because the generation protocol mandates fact verification for every clue, preventing the AI from inventing details and ensuring accurate, playable game data.

What is the best way to persist a newly generated Jeopardy game board?

The best way to persist a generated Jeopardy game board is to execute the repo validator first, then update the current game state and manifest files to safely archive the validated JSON data.

Can I use this Jeopardy board creator for a custom themed occasion?

Yes, you can use the Jeopardy board creator for a custom themed occasion by providing a specific event theme and target categories to generate an accurate, fact-verified board from start to finish.