From learning
Tracks language-learning progress: vocabulary count, app streak (Duolingo, Anki), CEFR self-eval, and practice hours by skill. Flags passive-trap warnings and stalled CEFR growth.
How this skill is triggered — by the user, by Claude, or both
Slash command
/learning:flow-language-learning-progressThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Trigger:** Called by `op-monthly-sync` (if any language configured), on-demand.
Trigger: Called by op-monthly-sync (if any language configured), on-demand.
Produces: Structured per-language progress block returned to caller; appended to vault/learning/00_current/language-progress.md.
Skill is v2: only runs if vault/learning/config.md has at least one entry in languages_learning. With no entry, exits cleanly — no stub output.
Per language tracked:
code (ISO 639-1, e.g. es, fr, ja).target_cefr — A1 / A2 / B1 / B2 / C1 / C2.current_cefr_self_eval — quarterly user check.vocabulary_count — from Anki deck or app export, or manual entry.app_streak_days — from app screenshot / manual entry (Duolingo etc. don't all expose APIs).practice_minutes_by_skill — last 30 days, split: reading / listening / speaking / writing.next_milestone — e.g. "first conversation", "watch a film without subs", "B2 exam".Diagnostic flags:
vault/learning/config.md languages_learning. If empty, exit.vault/learning/00_current/languages/{code}/.language-progress.md.vault/learning/config.md:
languages_learning — list of {code, target_cefr, app, weekly_minutes_target}.vault/learning/00_current/languages/{code}/.vault/learning/00_current/language-progress.md, vault/learning/open-loops.md.Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub fru-dev3/ai-ready-life --plugin learning