lwy-status
lwy-status pulls together progress metrics from every learnwy subsystem—vocabulary mastery, wiki integrity, prompt-optimizer activity, knowledge nudges, and log sizes—into a single consolidated view. Run it on demand or let the weekly SessionStart hook deliver an automated digest at the start of each ISO week.
lwy-status displays your consolidated progress across all learnwy subsystems in one unified report.
AI-generated summary based on this skill's SKILL.md
Install
learnwy/skills/lwy-status · repository language: TypeScript
git clone https://github.com/learnwy/skills
cp -r skills/skills/lwy-status ~/.claude/skills/lwy-statusFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What does lwy-status show me about my learnwy status?
lwy-status pulls together progress metrics from every learnwy subsystem—vocabulary mastery, wiki integrity, prompt-optimizer activity, knowledge nudges, and log sizes—into a single consolidated view. You get one unified report instead of checking each system separately.
How can I check my vocab progress and mastery levels?
lwy-status includes a dedicated vocabulary section that displays your progress and mastery levels across all learned terms. This helps you see at a glance which vocabulary areas you've mastered and where you're still learning.
Does lwy-status show my wiki health and broken links?
Yes. lwy-status monitors wiki health, detects broken links, and identifies orphaned pages. This subsystem report helps you maintain a clean, connected knowledge base by surfacing structural issues that need attention.
Can lwy-status deliver a weekly digest automatically?
lwy-status can be triggered by the SessionStart hook to deliver an automated weekly digest at the start of each ISO week. You can also run it on demand whenever you want a full cross-subsystem status snapshot.
What prompt-optimizer trends does lwy-status track?
lwy-status reviews prompt-optimizer trigger trends and activity, showing you patterns in how your optimizer is being used and performing over time. This helps you understand your prompt-optimization workflow.
Is lwy-status open source?
Yes. lwy-status is released under the MIT license, making it free to use, modify, and distribute.
SKILL.md
rendered from the published skill — quoted content, verbatim
learnwy-status
One-screen dashboard across every subsystem that writes under ~/.learnwy/.
When to use
- User says
/learnwy-status, "show me my status", "what's in my data", "weekly digest" - User wants to know vocab progress, wiki health, or prompt-optimizer trends without invoking each skill separately
- AI-driven check-in at the start of a fresh week (handled by the SessionStart hook below)
Subsystems covered
| Subsystem | Source file | Reported |
|---|---|---|
| Vocab | ~/.learnwy/english-learner/data.db |
total / mastered / learning / new + top 3 review candidates |
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 5 files
skills/lwy-status/SKILL.md
skills/lwy-status/hooks.json
skills/lwy-status/references/conditional-reflection.md
skills/lwy-status/scripts/cli.cjs
skills/lwy-status/scripts/hooks/session-context.cjs