From english-coach
One-time setup for english-coach — wire the statusline so coaching tips appear. Run once after enabling the plugin.
How this skill is triggered — by the user, by Claude, or both
Slash command
/english-coach:setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The english-coach **hook** is active automatically once this plugin is enabled. But Claude Code
The english-coach hook is active automatically once this plugin is enabled. But Claude Code plugins cannot set the main statusLine, so the tip display must be wired once. Do it now.
Run the wiring script:
"${CLAUDE_PLUGIN_ROOT}/scripts/wire-statusline.sh"
It deploys the statusline wrapper to a stable path (~/.claude/english-coach/), saves your
current statusline as the inner one, points settings.json at the wrapper, and backs up
settings first. It is idempotent.
Make sure the backend key is present. english-coach uses Groq by default; the user must have
~/.claude/english-coach/secrets.env containing EC_OPENAI_API_KEY=gsk_... (chmod 600), and
~/.claude/english-coach/config.local.sh selecting the backend (see the plugin README). If
secrets.env is missing, tell the user to create it before testing.
Tell the user:
😇 original → corrected (Pattern)
tip appear at the bottom.If wire-statusline.sh exits non-zero, report its message and stop.
選配:裝
harper-cli(brew install harper)即啟用本地文法層——有文法錯時本地直接修、不呼叫 LLM。見 README 的「本地文法」段。
npx claudepluginhub kehao-chen/kehao-claude-skills --plugin english-coachCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.