stats · git:20260819.0bdb88c · 2026-08-19 · sha256 19f0ce736631f541

stats git:20260819.0bdb88cA

Immutable. This exact content is served forever at /api/v1/blob/19f0ce736631f541.

---
name: stats
description: Show Loanword progress — card count, how many are learned, the streak, and the hardest words. Use when the user asks about their language-learning progress.
disable-model-invocation: false
allowed-tools: Bash
---

# /loanword:stats — progress

```bash
node "${CLAUDE_PLUGIN_ROOT}/scripts/serve.mjs" --stats
```

The command prints JSON and exits; no server is started. Retell it compactly,
without tables and without padding:

- total cards / how many have been shown / learned (`stability` ≥ 21 days);
- how many are due right now;
- streak in days, and how much of today's limit is already reviewed;
- the five hardest — `hardest`, ranked by lapses.

If `total` is 0, one line: there are no cards yet, do some work and run
`/loanword:build`.