add-word

Generate inflection JSON and append Danish word entries to words-module2.json.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps maintain Danish vocabulary seed data by adding new words with correct inflections, translations, and metadata, ensuring consistency and up-to-date coverage for Module 2.

Core Features & Use Cases

  • Generate inflection JSON for the new word based on part of speech.
  • Create word entry with required fields (danish, english, part_of_speech, gender, module_level, difficulty, tags, inflections, example_da, example_en, source) and validations.
  • Append to seed file src/data/seed/words-module2.json after user confirmation.

Quick Start

Provide the base word, part of speech, gender (if noun), translation, and module level to generate the complete seed entry.

Frequently Asked Questions about add-word

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

FAQPage Schema
How do I add Danish vocabulary words with correct inflections to a JSON seed file?

Adding Danish vocabulary to a seed file requires the base word, part of speech, gender, translation, and module level. The tool generates proper inflection JSON and a complete word entry, appending it to words-module2.json after confirmation.

What metadata fields are required when creating a Danish word entry for Module 2?

Creating a Danish word entry requires fields including danish, english, part_of_speech, gender, module_level, difficulty, tags, inflections, example_da, example_en, and source. These ensure proper vocabulary seed data consistency for Module 2.

Does adding Danish vocabulary seed data automatically generate inflection JSON based on part of speech?

Yes, adding Danish vocabulary seed data automatically generates inflection JSON based on the specified part of speech. This ensures proper morphological coverage and correct grammatical forms are appended directly to the seed file.

Can I use this approach to expand vocabulary coverage for other modules besides Module 2?

Expanding vocabulary coverage is currently applied specifically for Module 2 by appending entries to words-module2.json. The metadata requires a module level input, but the target seed file is strictly configured for Module 2 expansion.

What is the best way to ensure consistency when updating Danish lexicon seed data?

The best way to ensure consistency when updating Danish lexicon seed data is using validated JSON entry generation with required fields like base form, inflections, and tags. The tool appends confirmed entries to maintain an up-to-date file.