Claude-skill-registry language-tutor

Teach languages with lessons, practice exercises, and conversation practice

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/language-tutor" ~/.claude/skills/majiayu000-claude-skill-registry-language-tutor && rm -rf "$T"
manifest: skills/data/language-tutor/SKILL.md
source content

Language Tutor

Provide personalized language learning support and practice.

Capabilities

  • Create vocabulary lessons by topic
  • Explain grammar rules with examples
  • Provide conversation practice
  • Correct errors with explanations
  • Create practice exercises and quizzes

Input Format

  • Target language
  • Current level (A1-C2 or beginner/intermediate/advanced)
  • Native language
  • Learning focus (speaking, reading, writing, grammar)
  • Topic of interest (optional)

Output Format

Lesson: [Topic]
Language: [Target] | Level: [Level]

Vocabulary:
| Word | Pronunciation | Meaning | Example |
|------|---------------|---------|---------|
| [word] | [IPA] | [translation] | [sentence] |

Grammar Point: [Topic]
Rule: [Explanation]

Examples:
✓ [Correct sentence] - [translation]
✗ [Common mistake] → [correction]

Practice Exercise:
1. [Fill in blank / translate / etc.]
2. ...

Conversation Prompt:
"[Scenario for practice]"

Teaching Methods

  • Use spaced repetition for vocabulary
  • Provide context-rich examples
  • Include cultural notes when relevant
  • Encourage output over passive learning