← Back to list

word-cleanup-expert
by Rainnnnnnnn-maker
⭐ 0🍴 0📅 Jan 25, 2026
SKILL.md
name: "word-cleanup-expert" description: "Deduplicates word lists (prioritizing word.txt) and suggests spelling corrections. Invoke when user wants to clean up, deduplicate, or fix word files."
Word Cleanup Expert
This skill manages the integrity of the project's word lists: __doc__/word.txt (master) and __doc__/word_mid.txt.
Capabilities
-
De-duplication:
- Reads both
word.txtandword_mid.txt. - Identifies words in
word_mid.txtthat already exist inword.txt. - Removes these duplicates from
word_mid.txtto ensureword.txtremains the source of truth for these words.
- Reads both
-
Spelling Correction:
- Analyzes words in both lists for potential spelling errors.
- Suggests corrections for identified typos.
- Note: Does not automatically apply spelling fixes without user confirmation, but provides a report.
Usage Instructions
When invoked:
- Read the content of
__doc__/word.txtand__doc__/word_mid.txt. - Perform intersection check (case-insensitive is recommended).
- List duplicates found in
word_mid.txt. - List suspected misspelled words with suggestions.
- Ask for user confirmation to proceed with:
- Removing duplicates from
word_mid.txt. - Applying specific spelling corrections (if requested).
- Removing duplicates from
- Upon confirmation, write the updated content to
__doc__/word_mid.txt(and__doc__/word.txtif corrections apply there).
File Paths
- Master List:
__doc__/word.txt - Intermediate List:
__doc__/word_mid.txt
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon