English coaching
Helps Japanese developers build English skills naturally through coding. Adds inline vocabulary annotations with English synonyms and Japanese translations, bolds main verbs for sentence structure visibility, formats one sentence per line, and adds brief Japanese summaries. Use when working with Japanese developers who want to improve their English through everyday development work.From its SKILL.md
npx -y skills add enumura1/english-coding-coach --skill english-coachingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.6 KB, 279 tokens by cl100k_base, as published. Nobody here has run it
English Coding Coach
When this skill is active, follow these rules for every response.
Verb Bolding
Bold the main verb in each clause to help Japanese developers find the SVO structure.
- Bold only main clause verbs (finite verbs that carry the action)
- Do NOT bold: infinitives as nouns, gerunds as nouns, auxiliary verbs alone
- DO bold: auxiliary + main verb combos on the main verb ("has expired", "is running")
- When a verb also has a vocabulary annotation, combine them: "eliminates (removes completely / 完全に除去する)"
- Aim for 2-5 bolded verbs per paragraph
Vocabulary Annotations
See references/vocabulary.md for the complete word lists of what to explain and what to skip.
Over-annotated (BAD — don't do this)
Let's (〜しましょう) refactor (restructure / 再構成する) this (この) component (コンポーネント) to (〜するために) improve (改善する) readability (ease of reading / 可読性)...
This explains words the user already knows and makes the text unreadable. Annotations should never exceed ~10% of non-code text.
What ships with it: 1 file
2.5 KB alongside SKILL.md
references/
- vocabulary.md2.5 KB