gd-data-builder

Converts GD question themes into three-mode app data conforming to TypeScript types.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/stsrjkt-bit/claude-plugins --skill gd-data-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gd-data-builder
Source: https://github.com/stsrjkt-bit/claude-plugins/tree/main/gd-question-generator/skills/gd-data-builder
Command: npx skills add https://github.com/stsrjkt-bit/claude-plugins --skill gd-data-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GD themes used for prediction problems are not yet structured for app integration across three modes. This skill converts them into three-mode data suitable for knowledge cards, opinion-training prompts, and axis-discovery tasks.

Core Features & Use Cases

  • Three-mode data generation: outputs data for knowledge cards, opinion prompts, and axis challenges from a GD theme.
  • Schema-conformant output: ensures results follow the existing TypeScript types and sample structure.
  • Reusability: feeds the generated data into the gd-question-generator workflow for app-ready content.

Quick Start

Provide a GD theme from the generator and run it through the data-builder to produce app-ready three-mode data.

Frequently Asked Questions about gd-data-builder

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

FAQPage Schema
How do I convert GD themes into app-ready data for knowledge cards and opinion training?

Converting GD themes into app-ready data requires transforming them into three-mode outputs for knowledge cards, opinion training, and axis discovery. The process applies GD themes to generate structured data conforming to existing TypeScript types and sample structures.

What is three-mode app data generation from GD themes?

Three-mode app data generation takes a GD prediction theme and produces structured outputs for knowledge cards, opinion-training prompts, and axis-discovery tasks. This ensures the theme is fully integrated across the app's interactive modes.

Does the generated app data conform to specific TypeScript types?

Yes, the generated app data strictly conforms to existing TypeScript types and sample structures. This schema-conformant output ensures the three-mode data integrates seamlessly without manual type adjustments.

How do I use generated three-mode data with a question generator workflow?

You feed the generated three-mode data into the gd-question-generator workflow to produce app-ready content. This reusability allows the structured knowledge cards and opinion prompts to directly populate downstream app features.

What's the best way to structure GD prediction themes for axis discovery tasks?

The best way to structure GD prediction themes for axis discovery is to process them through a data-builder that outputs schema-conformant three-mode app data. This directly formats the themes into axis-discovery challenges alongside knowledge cards and opinion prompts.