language-tutor
A foreign language learning full pipeline. An agent team collaborates to provide level testing, curriculum design, lesson generation, quizzes, and review management. Use this skill for requests like 'study English', 'learn Japanese', 'learn a foreign language', 'language learning', 'English grammar', 'conversation practice', 'level test', 'vocabulary memorization', 'self-study English', 'beginner Chinese', 'TOEIC preparation', 'English conversation', and other foreign language learning needs. Also supports learning specific skill areas only. However, real-time voice conversation (STT/TTS), native speaker matching, and taking official exams on behalf of the learner are outside the scope of this skill.
Best use case
language-tutor is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
A foreign language learning full pipeline. An agent team collaborates to provide level testing, curriculum design, lesson generation, quizzes, and review management. Use this skill for requests like 'study English', 'learn Japanese', 'learn a foreign language', 'language learning', 'English grammar', 'conversation practice', 'level test', 'vocabulary memorization', 'self-study English', 'beginner Chinese', 'TOEIC preparation', 'English conversation', and other foreign language learning needs. Also supports learning specific skill areas only. However, real-time voice conversation (STT/TTS), native speaker matching, and taking official exams on behalf of the learner are outside the scope of this skill.
Teams using language-tutor should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/language-tutor/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How language-tutor Compares
| Feature / Agent | language-tutor | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
A foreign language learning full pipeline. An agent team collaborates to provide level testing, curriculum design, lesson generation, quizzes, and review management. Use this skill for requests like 'study English', 'learn Japanese', 'learn a foreign language', 'language learning', 'English grammar', 'conversation practice', 'level test', 'vocabulary memorization', 'self-study English', 'beginner Chinese', 'TOEIC preparation', 'English conversation', and other foreign language learning needs. Also supports learning specific skill areas only. However, real-time voice conversation (STT/TTS), native speaker matching, and taking official exams on behalf of the learner are outside the scope of this skill.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
SKILL.md Source
# Language Tutor — Foreign Language Learning Full Pipeline
An agent team collaborates to deliver level testing, curriculum design, lesson generation, quiz creation, and review management.
## Execution Mode
**Agent Team** — 5 agents communicate directly via SendMessage and cross-verify each other's work.
## Agent Roster
| Agent | File | Role | Type |
|-------|------|------|------|
| level-assessor | `.claude/agents/level-assessor.md` | CEFR-based level diagnosis, skill-area strength/weakness analysis | general-purpose |
| curriculum-designer | `.claude/agents/curriculum-designer.md` | Customized curriculum, weekly plans, learning strategies | general-purpose |
| lesson-tutor | `.claude/agents/lesson-tutor.md` | Grammar, vocabulary, conversation, reading, and writing lessons | general-purpose |
| quiz-master | `.claude/agents/quiz-master.md` | Varied quiz types, difficulty adjustment, grading | general-purpose |
| review-coach | `.claude/agents/review-coach.md` | Spaced repetition, weakness reinforcement, progress tracking, motivation | general-purpose |
## Workflow
### Phase 1: Preparation (Orchestrator performs directly)
1. Extract from user input:
- **Target language**: Which foreign language the learner wants to study
- **Native language**: The learner's native language (default: English)
- **Learning experience**: Prior study experience and self-assessed current level
- **Learning goal**: Travel / work / exam / immigration / hobby, etc.
- **Available time**: Weekly hours available for study
- **Existing materials** (optional): Prior study materials, exam scores, etc.
2. Create a `_workspace/` directory at the project root
3. Organize the input and save it to `_workspace/00_input.md`
### Phase 2: Team Assembly and Execution
| Order | Task | Agent | Depends On | Deliverable |
|-------|------|-------|-----------|-------------|
| 1 | Level assessment | level-assessor | None | `_workspace/01_level_assessment.md` |
| 2 | Curriculum design | curriculum-designer | Task 1 | `_workspace/02_curriculum.md` |
| 3 | First lesson | lesson-tutor | Task 2 | `_workspace/03_lesson_01.md` |
| 4 | First quiz | quiz-master | Task 3 | `_workspace/04_quiz_01.md` |
| 5 | Review plan | review-coach | Tasks 2, 3, 4 | `_workspace/05_review_plan.md` |
**Inter-agent communication flow:**
- level-assessor completes -> sends skill-area levels, strengths/weaknesses, learning goals, and available time to curriculum-designer
- curriculum-designer completes -> sends Week 1 topics, grammar, and vocabulary to lesson-tutor; sends milestone criteria to quiz-master
- lesson-tutor completes -> sends key learning items to quiz-master; sends learning items to review-coach
- quiz-master -> sends results to review-coach -> weakness reinforcement + review schedule generated
**Continuous learning cycle:**
Lessons, quizzes, and reviews run iteratively. When the user requests more lessons:
1. lesson-tutor generates the next lesson (`03_lesson_02.md`, `03_lesson_03.md`, ...)
2. quiz-master creates a quiz for that lesson (`04_quiz_02.md`, ...)
3. review-coach updates the review plan + generates a progress report
### Phase 3: Progress Reporting
review-coach periodically generates progress reports:
- `_workspace/06_progress_report.md` — Overall progress, skill-area growth, quiz trends, study patterns
## Task-Scale Modes
| User Request Pattern | Execution Mode | Agents Deployed |
|---------------------|---------------|----------------|
| "I want to start learning English" | **Full Pipeline** | All 5 agents |
| "Test my English level" | **Diagnostic Mode** | level-assessor only |
| "Give me an English grammar lesson" | **Lesson Mode** | lesson-tutor (+ level-assessor if needed) |
| "Quiz me on this unit" | **Quiz Mode** | quiz-master only |
| "Create a review plan" | **Review Mode** | review-coach only |
| "Create a TOEIC prep curriculum" | **Exam-Specific Mode** | level-assessor + curriculum-designer + quiz-master |
**Automatic level detection**: If the user does not know their level, provisionally estimate it from the expressions they use in conversation and suggest a diagnostic test.
## Data Transfer Protocol
| Strategy | Method | Purpose |
|----------|--------|---------|
| File-based | `_workspace/` directory | Store and share major deliverables |
| Message-based | SendMessage | Real-time key information exchange, difficulty adjustment requests |
| Task-based | TaskCreate/TaskUpdate | Track progress, manage learning cycles |
File naming convention: `{order}_{deliverable}_{number}.{extension}`
## Error Handling
| Error Type | Strategy |
|-----------|----------|
| Target language not specified | Default to English, but ask for confirmation |
| Level diagnosis refused | Set provisional level via self-assessment; adjust in first lesson |
| Agent failure | Retry once -> proceed without that deliverable if still failing |
| Difficulty mismatch | Adjust immediately based on learner feedback; update curriculum |
| Limited support for rare languages | Inform the user of supported range; focus on major languages (English, Japanese, Chinese, Spanish, French, German) |
## Test Scenarios
### Normal Flow
**Prompt**: "I want to get better at English speaking. I travel abroad often for work, and I can study about 5 hours per week."
**Expected Results**:
- Level assessment: Adaptive diagnostic test administered; CEFR level determined per skill area
- Curriculum: 12-week business English plan focused on conversation + emails + presentations
- First lesson: Business greetings and self-introduction patterns + 20 key vocabulary items
- Quiz: 15 items based on Lesson 1 content
- Review plan: Spaced repetition schedule + weakness reinforcement activities
### Existing File Flow
**Prompt**: "Build a weakness-focused curriculum based on this TOEIC score report" + score report attached
**Expected Results**:
- Score report copied as reference material in `_workspace/01_level_assessment.md`
- level-assessor determines skill-area levels based on the score report (streamlined diagnostic test)
- curriculum-designer + lesson-tutor + quiz-master + review-coach deployed
### Error Flow
**Prompt**: "Maybe I will try learning a language"
**Expected Results**:
- Target language not specified -> suggest English by default + offer alternatives
- Learning goal unclear -> propose 3 goals (travel / work / hobby) and ask user to choose
- After selection, execute full pipeline
## Agent Extension Skills
Extension skills that enhance each agent's domain expertise:
| Agent | Extension Skill | Role |
|-------|----------------|------|
| review-coach | `spaced-repetition` | SM-2 algorithm, Ebbinghaus forgetting curve, review session design |
| level-assessor | `cefr-assessment` | CEFR 6-level descriptors, adaptive diagnostic tests, CEFR-to-exam mapping |Related Skills
sustainability-audit
Full audit pipeline for ESG/sustainability where an agent team collaborates to generate environmental, social, and governance assessments along with an integrated report and improvement plan. Use this skill for requests such as 'run an ESG audit', 'write a sustainability report', 'ESG assessment', 'carbon emissions calculation', 'ESG rating diagnosis', 'governance review', 'social responsibility assessment', 'GRI report', 'TCFD disclosure', 'ESG improvement plan', and other ESG/sustainability tasks. Also supports assessment of specific pillars (E/S/G) only or improving existing reports. However, actual on-site audit execution, third-party verification certificate issuance, ESG rating agency score changes, and carbon credit trading are outside the scope of this skill.
materiality-assessment
ESG materiality assessment matrix. Referenced by the esg-reporter and improvement-planner agents when evaluating ESG issue materiality and setting priorities. Use for 'materiality assessment', 'importance analysis', or 'Materiality Matrix' requests. Stakeholder surveys and external certification are out of scope.
ghg-protocol
GHG Protocol detailed guide. Referenced by the environmental-analyst agent when calculating and reporting greenhouse gas emissions. Use for 'GHG Protocol', 'carbon emissions', 'Scope 1/2/3', or 'carbon footprint' requests. Carbon credit trading and CDM project execution are out of scope.
citation-standards
Academic citation and reference standards guide. Referenced by the paper-writer and submission-preparer agents when composing citations and references. Use for 'citation format', 'APA', or 'references' requests. Original paper retrieval and professional database access are out of scope.
academic-paper
Full research pipeline for academic paper writing where an agent team collaborates to generate research design, experiment protocols, analysis, manuscript writing, and submission preparation. Use this skill for requests such as 'write an academic paper', 'research paper writing', 'help me write a paper', 'design a study', 'run statistical analysis', 'prepare journal submission', 'manuscript writing', 'research methodology design', 'hypothesis testing', 'academic writing', and other academic research paper tasks. Also supports analysis, rewriting, and submission preparation when existing data or drafts are available. However, actual data collection execution, official IRB submission, journal system login and upload, and running actual statistical software are outside the scope of this skill.
product-copy-formulas
Product copy formula library. Referenced by the detail-page-writer and marketing-manager agents when writing purchase-driving copy. Use for 'product copy', 'marketing copy', or 'ad copy' requests. Ad placement and design mockup creation are out of scope.
ecommerce-launcher
Full launch pipeline for e-commerce products where an agent team collaborates to generate product planning, detail pages, pricing strategy, marketing, and CS setup all at once. Use this skill for requests such as 'launch an e-commerce product', 'prepare a product launch', 'register a product on Naver Smart Store', 'launch on Coupang', 'create a detail page', 'develop a pricing strategy', 'create a marketing plan', 'launch prep', 'product planning brief', 'e-commerce CS manual', and other e-commerce product launch tasks. Also supports supplementing pricing/marketing/CS even when existing briefs or detail pages are provided. However, actual platform API integration (automated product registration), payment system development, logistics system integration, and real-time order management are outside the scope of this skill.
conversion-optimization
Purchase conversion optimization framework. Referenced by the detail-page-writer and pricing-strategist agents when designing detail pages and pricing with a conversion focus. Use for 'conversion rate optimization', 'CRO', or 'purchase psychology' requests. A/B testing tool setup and funnel automation are out of scope.
real-estate-analyst
Real estate investment analysis pipeline. An agent team collaborates to produce market research, location analysis, profitability analysis, risk assessment, and investment reports. Use this skill for requests such as 'analyze this real estate', 'apartment investment analysis', 'studio apartment yield', 'real estate market research', 'location analysis', 'real estate investment report', 'buy vs lease', 'reconstruction investment analysis', 'commercial property yield analysis', and other general real estate investment analysis tasks. Actual purchase contracts, brokerage services, interior design, and property management are outside the scope of this skill.
location-scoring
Location scoring scorecard. Referenced by the location-analyst agent for systematic real estate location evaluation. Use for requests involving 'location analysis', 'location assessment', or 'commercial area analysis'. On-site inspections and surveying are out of scope.
cap-rate-calculator
Real estate yield calculator. Reference formulas and models used by the profitability-analyst agent for quantitative investment return analysis. Use for requests involving 'Cap Rate', 'yield analysis', 'DCF', or 'cash flow analysis'. Tax advisory and loan underwriting are out of scope.
vendor-scoring
Vendor evaluation scorecard framework. Referenced by vendor-comparator and evaluation-designer agents when systematically comparing and evaluating vendors. Used for 'vendor evaluation', 'supplier comparison', 'bid evaluation' requests. Note: posting bid announcements and executing contracts are out of scope.