A personal English learning system that adapts to your level. Practice grammar, build vocabulary, check your writing, and prepare for exams.
No installation required. Uses only Python 3.10+ standard library.
Run /help-english to see all available commands.
-
Assess your level (optional - default is B1 Intermediate):
/assess-my-level -
Start learning grammar:
/grammar-list /grammar-learn present-simple /grammar-exercise present-simple -
Build your vocabulary:
/word-add facilitate /word-learn -
Check your writing:
/check-sentence "He go to school yesterday"
| Task | Command |
|---|---|
| See all commands | /help-english |
| Learn grammar | /grammar-learn <topic> |
| Practice grammar | /grammar-exercise <topic> |
| Add vocabulary | /word-add <word> |
| Practice vocabulary | /word-learn |
| Check a sentence | /check-sentence <text> |
| Fix a sentence | /fix-sentence <text> |
| Generate reading | /generate-reading |
| Prepare for exams | /exam-practice toefl |
The system adapts to your CEFR level (A1-C2). Your current level is set in CLAUDE.md. Run /assess-my-level to evaluate and update it.
| Level | Name | Description |
|---|---|---|
| A1 | Beginner | Basic phrases |
| A2 | Elementary | Simple conversations |
| B1 | Intermediate | Everyday topics |
| B2 | Upper-Intermediate | Complex discussions |
| C1 | Advanced | Professional language |
| C2 | Proficiency | Near-native |