hunter-questions

Generate 16 question cards from core concepts JSON into HWPX materials.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/dldcom/claude --skill hunter-questions
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: hunter-questions
Source: https://github.com/dldcom/claude/tree/main/.claude/skills/hunter-questions
Command: npx skills add https://github.com/dldcom/claude --skill hunter-questions

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of 16 question cards from core concepts JSON, generating HWPX learning materials for educational purposes.

Core Features & Use Cases

  • Core Concept Question Generation: Extracts questions and answers from core concepts JSON.
  • Card Creation: Forms 16 question cards with various question types (blank and choice).
  • HWPX Learning Material: Outputs HWPX formatted learning materials for educational use.

Quick Start

Use the hunter-questions skill to generate question cards from the core concept JSON file 'core_concepts.json'.

Frequently Asked Questions about hunter-questions

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

FAQPage Schema
How do I generate question cards from a JSON file for educational materials?โ–ผ

To generate question cards from a JSON file, you can use a Python script to parse core concepts and automatically format them into 16 distinct educational cards with blank and choice question types.

What is the best way to create HWPX learning materials from structured concept data?โ–ผ

Creating HWPX learning materials from structured data is best done by automating JSON parsing to extract questions and answers, directly outputting them into the HWPX format for immediate educational use.

Can I use Python to parse JSON and output HWPX formatted question cards?โ–ผ

Yes, you can use Python to parse JSON files containing core concepts, process the extracted data, and output precisely 16 formatted HWPX question cards for learning materials.

How does question card generation from core concepts JSON work?โ–ผ

Question card generation works by using Python to process a core concepts JSON file, extracting questions and answers to automatically assemble 16 varied blank and choice cards in HWPX format.

What types of questions are generated when creating learning materials from JSON?โ–ผ

When creating learning materials from JSON, the generated question cards include various educational formats, specifically featuring blank and choice question types to test core concepts.

Do I need Python to automate HWPX question card creation?โ–ผ

Yes, you need Python installed to automate HWPX question card creation, as it is required for parsing the input JSON files and processing the core concepts into the final output format.