v1.1.0 — Update Project Command + Interactive User Guide
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 withgit 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 -Cdetection + 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-projectscaffolding
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 → applyLinks
- Interactive User Guide
- GitHub Pages Documentation
- Claude Code Mastery Guide — the complete guide series (V1-V5)
- RuleCatch.ai — AI monitoring, violation tracking, dashboards (optional)