一键导入
add-word
Add a new Danish word to vocabulary seed data with correct inflections
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Add a new Danish word to vocabulary seed data with correct inflections
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| 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.
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