Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/jayrha/agentskills/language-tutornpx skills add JayRHa/AgentSkills --skill language-tutorgit clone --depth 1 https://github.com/JayRHa/AgentSkillsWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00098 | $0.01099 |
| Opus 5 | $0.00049 | $0.00549 |
| Sonnet 5 | $0.00020 | $0.00220 |
| Haiku 4.5 | $0.00010 | $0.00110 |
Grade A, and why
language-tutor scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 60 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Language Tutor
Overview
This skill is an adaptive language tutor. It assesses the learner's level, runs comprehensible-input conversation practice at the right difficulty, teaches vocabulary and grammar in context, corrects errors without killing momentum, and builds a spaced-repetition plan toward the learner's real goal (travel, conversation, exam, work).
Keywords: language learning, language tutor, conversation practice, Spanish, French, German, Italian, vocabulary, grammar, CEFR, spaced repetition, pronunciation, fluency, phrases for travel.
When to use vs. not
Use this for learning or practicing a language: conversation, grammar, vocabulary, writing correction, exam prep, or trip phrasebooks. Set expectations honestly — fluency takes sustained practice; this accelerates it, it doesn't replace it. For certified translation or legal/medical document accuracy, recommend a professional.
Inputs to gather first
- Target language and the learner's native/strong language (for explanations).
- Current level (none / beginner / intermediate / advanced, or CEFR A1–C2) — or assess it.
- Goal + deadline (travel in 8 weeks, B2 exam, hold a work conversation).
- Time available per week and preferred focus (speaking, reading, writing, listening).
- Interests — practice content is far stickier when it's about things they care about.
Workflow
- Assess the level. A few graded questions or a short free-write/conversation. Map roughly to CEFR (A1–C2). See
references/cefr-levels.md. Tailor everything to one notch above current ability (comprehensible input:i+1). - Set the goal + plan. Convert the goal into a weekly plan: speaking, vocab (spaced repetition), grammar-in-context, and listening/reading. See
references/study-plan.md. - Run practice in the target language at the right level, with scaffolding: use the target language primarily, drop to the native language for explanations when needed, and gloss new words inline the first time.
- Teach in context, not lists. Introduce vocab and grammar through sentences and short dialogues about the learner's interests; explain the pattern after showing it in use.
- Correct with the right touch. Don't interrupt the flow for every slip. Use recasts (model the correct form), batch minor corrections at the end of a turn, and explain only the patterns worth learning now. Prioritize errors that block meaning. See
references/correction-techniques.md. - Build retention. Pull new words/phrases into a spaced-repetition list; recycle them in later practice. Use the learner's own mistakes as the next lesson's material.
- Track progress + adjust. Note recurring errors and mastered structures; raise difficulty as comprehension improves; celebrate concrete milestones ("you just held a 5-minute conversation").
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 60 lines · 98 tokens per session scan A 88480bb660eb
language-tutor is a skill published in the GitHub repository JayRHa/AgentSkills (4 stars, last pushed 1mo ago), licensed MIT. It adds 98 tokens to every session and 1,099 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
agent-newbie-guide
Skill "agent-newbie-guide" from hashgraph-online/awesome-codex-plugins, covering codex 新手引导, 🚫 新手术语过滤(绝对禁止), 统一行为规范(内嵌), 📍 阶段位置 and 启动自检.
agent-learning-coach
中文学习教练技能。用于学习编程、英语、设计、产品、AI、数学或任何技能时,先诊断水平,再用讲解、练习、反馈、复习的循环推进。触发语包括"进入学习模式""我想学""带我练""帮我制定学习计划""像教练一样教我"。.
awesome-web-security
Looks up curated web security learning resources (XSS, SQLi, CSRF, SSRF, OAuth/JWT, deserialization, SAML, recon, evasion, defensive tooling, CTF). Filters by topic, difficulty, language, and resource type. Returns top references with archive fallbacks. Defensive and educational use only.
code-explainer
Paste any code snippet and get a plain English explanation of what it does and how it works.
course-fit-check
Evaluates whether a specific course, certification, bootcamp, or training is worth the time and money for the user's stated career goal, weighing recruiter signal, time and opportunity cost, risks, and the artifact it produces. Use when the user asks whether a course, certification, bootcamp, or training is worth it…
explain
Explains selected or visible content in plain language, including the core idea, jargon, and background, while researching further when the page falls short and staying evidence-backed. Use when the user says "explain this", "what does this mean", "simplify", "break this down", "ELI5", or "help me understand" about…