How this skill is triggered — by the user, by Claude, or both
Slash command
/lang-coach:historyThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Corrections: `~/.claude-lang-coach/corrections/`
Corrections: ~/.claude-lang-coach/corrections/
all: all entriesGlob ~/.claude-lang-coach/corrections/*.json, sorted newest first.
If no corrections found, display:
No corrections yet. Start with:
/lang-coach:learn <text>
or enable auto-detect: /lang-coach:setup autodetect on
Otherwise show:
| Date | Input | Type | Overall | Key Issue |
|---|---|---|---|---|
| ... | ... | ... | ... | ... |
Then: total count, average score, trend, top 3 error types, weak points, encouragement.
npx claudepluginhub yu-3in/claude-lang-coach --plugin lang-coachGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.