with one click
add-word
Add a new Danish word to vocabulary seed data with correct inflections
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Add a new Danish word to vocabulary seed data with correct inflections
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Manage the project backlog — add, list, filter, update, prioritize, and suggest work items
Daily session wrapper — start with backlog, work, commit, retro
End-of-session retrospective — summarize work, update backlog statuses, update MEMORY.md
Commit, branch, PR, self-review, fix — then stop for human approval before merge
Pre-flight for parallel work — pick items, check file overlap, set statuses, generate terminal commands
Manage project backlog — add, list, filter, update, prioritize, suggest
| name | add-word |
| description | Add a new Danish word to vocabulary seed data with correct inflections |
| user-invocable | true |
Add a new Danish word to the vocabulary seed data with correct inflections, translations, and metadata.
Gather word info from the user (or infer from context):
Generate the inflection JSONB based on part of speech. See database-schema.md for the exact JSON format per POS. Key patterns:
gender: "en" or "et"): definite, plural_indef, plural_definflections is nullCreate the word entry following the words JSON format in database-schema.md. Required fields: danish, english, part_of_speech, gender (nouns only, else null), module_level, difficulty, tags, inflections, example_da, example_en, source.
Tag guidelines:
exam_common — appears frequently in Module 2 exam exercisesirregular — irregular inflection patterndaily — everyday vocabularyformal — formal/written registerVerify Danish accuracy: Check that inflections follow standard Danish grammar rules. Flag uncertain inflections with a comment.
Append the entry to src/data/seed/words-module2.json. Confirm with the user before writing.