seed-module

Generate modular JSON seed data files for Danish exam modules.

3|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/YanCheng-go/danskprep --skill seed-module
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seed-module
Source: https://github.com/YanCheng-go/danskprep/tree/main/.claude/skills/seed-module
Command: npx skills add https://github.com/YanCheng-go/danskprep --skill seed-module

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prepare or update a complete seed data package for a Danish exam module: words, grammar topics, exercises, and sentences.

Core Features & Use Cases

  • Generates grammar_topics, words, exercises, and sentences JSON files according to a defined seed schema for modules 1–5.
  • Ensures consistency and reusability across PD3 Module 2 seed data, with a clear folder structure and standard naming conventions.
  • Facilitates ingestion into seed databases (e.g., Supabase) and supports UTF-8 encoding validation to avoid character corruption.

Quick Start

Run the seed-module workflow to generate grammar_topics, words, exercises, and sentences JSON files for a chosen module level (1–5), then export to src/data/seed.

Frequently Asked Questions about seed-module

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

FAQPage Schema
How do I generate JSON seed data for a Danish exam module?

Generate JSON seed data for a Danish exam module by running the seed-module workflow to batch produce grammar_topics, words, exercises, and sentences files. It outputs modular JSON files with defined schemas directly to the src/data/seed directory.

What's the best way to batch produce vocabulary and grammar JSON files for Danish courses?

Batch produce Danish vocabulary and grammar JSON files by running the seed-module workflow for modules 1–5. It generates standardized JSON files with clear folder structure and naming conventions, ensuring consistency and reusability for downstream database ingestion.

Does this seed data preparation tool support UTF-8 encoding for Danish characters?

Yes, seed data preparation supports UTF-8 encoding validation to avoid character corruption for Danish text. It ensures all generated JSON files for grammar, vocabulary, and exercises maintain correct character encoding throughout the process.

Can I use the generated JSON files for ingestion into a Supabase database?

Yes, you can use the generated JSON files for ingestion into a seed database like Supabase. The skill outputs modular JSON files under src/data/seed with specified schemas, providing validation checks and clear structure guidelines for downstream ingestion.

What JSON schemas are included in a complete Danish module seed data package?

A complete Danish module seed data package includes JSON schemas for grammar_topics, words, exercises, and sentences. These modular files are generated according to a defined seed schema suitable for PD3 Module 2 preparation across modules 1–5.

Why do my Danish seed data files fail validation during database ingestion?

Danish seed data files may fail validation due to character encoding issues or incorrect schema structure. The skill ensures UTF-8 encoding validation and specifies exact filenames and schemas under src/data/seed to prevent these ingestion failures.