Skip to content

v1.1.0 — Update Project Command + Interactive User Guide

Choose a tag to compare

@TheDecipherist TheDecipherist released this 17 Feb 05:58
· 97 commits to main since this release

Claude Code Mastery Project Starter Kit v1.1.0

Two new commands, an interactive User Guide, and hook reliability fixes — now at 25 slash commands.

New Commands

  • /update-project — Smart-merge the latest starter kit into existing projects. Picks from registered projects, shows a diff report (NEW / UPDATED / UNCHANGED / CUSTOM), creates a safety commit before applying. Undo with git revert HEAD.
  • /show-user-guide — Opens the interactive User Guide in your browser (GitHub Pages or local fallback).

New Documentation

  • Interactive User Guide (docs/user-guide.html) — Complete walkthrough with live examples: installation, first project, commands deep dive, hooks reference, profiles, FAQ. Published on GitHub Pages.

Hook Fixes

  • check-branch.sh — Fixed false positives when scaffolding projects outside the starter kit repo (git -C detection + initial commit allowance)
  • check-rybbit.sh — Fixed false positives on file content containing deployment keywords (now only matches actual deployment commands)
  • block-secrets.py — Improved handling during /new-project scaffolding

What's Included

Category Count Details
Commands 25 Setup, code quality, git, API, scaffolding, docs, monitoring
Hooks 9 Secrets, branch, lint, ports, rybbit, e2e, env-sync, rulecatch
Skills 2 Code review + service scaffolding
Agents 2 Code reviewer + test writer
Profiles 15 JS/TS, Go, Python, Vue, Nuxt, Svelte, Angular, Django, Flask, clean

Upgrade Existing Projects

# From the starter kit directory:
/update-project
# Pick your project → review diff → apply

Links