v1.3.1
Small but important: MDD now installs automatically when you run init or update.
Previously, installing the starter kit and installing MDD were two separate steps. Now they're one:
npx @claude-code-mastery/starter-kit initThis runs the starter kit install as before, then automatically runs:
npm install -g @thedecipherist/mdd
mdd installThe /mdd command is now available in Claude Code immediately after init — no separate step needed.
update also picks this up — running npx @claude-code-mastery/starter-kit update (or /starter-kit update from Claude Code) will update both the starter kit and MDD in one pass.
If either MDD step fails for any reason, a fallback message is shown with the manual command.
See v1.3.0 for the full changelog covering 25 skills, the npm package launch, and all MDD additions.