What's new
Ships `/last30days` as a real Claude Code slash command for plugin users. Type `/last30days ` and Claude Code's autocomplete prefix-matches it to the canonical `/last30days:last30days` form (same way every other plugin command in the ecosystem works).
Recovery
```
/plugin update last30days
/reload-plugins
```
If you were on v3.0.1 - v3.0.3 and saw the `Path escapes plugin directory: ./ (skills)` error, that was fixed in v3.0.4. v3.0.5 adds the slash command on top.
Changes
- Added `commands/last30days.md` for slash-command registration
- Removed `skills/last30days-nux/` (byte-identical duplicate of root `SKILL.md`) that was creating confusing `/last30days:last30days-nux` autocomplete entries
Closes
What's Changed
- fix: enforce pre-research protocol + override WebSearch Sources mandate by @mvanhorn in #266
- fix(youtube): YouTube comments enrichment broken - SC param + response shape by @mvanhorn in #265
- fix: add commands/last30days.md and remove skills/last30days-nux duplicate (v3.0.5) by @mvanhorn in #267
Full Changelog: v3.0.4...v3.0.5