All notable changes to Fluent will be documented in this file.
All 12 skills renamed with a fluent- prefix to prevent collisions with other
plugins and Claude Code built-ins. Update any muscle memory or external
references.
| Old | New |
|---|---|
/setup |
/fluent-setup |
/learn |
/fluent-learn |
/review |
/fluent-review |
/vocab |
/fluent-vocab |
/writing |
/fluent-writing |
/speaking |
/fluent-speaking |
/reading |
/fluent-reading |
/progress |
/fluent-progress |
sm2-calculator |
fluent-sm2-calculator |
db-updater |
fluent-db-updater |
feedback-formatter |
fluent-feedback-formatter |
session-analyzer |
fluent-session-analyzer |
New session result files use /results/fluent-{skill}-session-{NNN}.md.
Existing files using the older {skill}-session-{NNN}.md naming are still
read by fluent-session-analyzer — no migration required.
- Plugin install no longer fails on first DB read. Skills now invoke helper
scripts via
${CLAUDE_PLUGIN_ROOT:-${CLAUDE_PROJECT_DIR:-.}}/.claude/hooks/...so the path resolves regardless of CWD. - Added missing
.claude/hooks/ensure_data_dir.pyreferenced byfluent-setup.
claude plugin update fluent@m98Then use the new slash commands. Your data (~/.claude/fluent-data/ or
./data/) is unchanged.
Initial release.