gstack upstream renamed the `checkpoint` skill to `context-save` (it was shadowed by Claude Code's native /checkpoint rewind alias). `/profile set full|dev|backend|web|web-full` was emitting `⚠ missing: checkpoint — try: bash link.sh`, but link.sh only materializes symlinks for skills that exist upstream — it cannot resurrect a renamed skill, so the suggested next step was a dead end. Replace `checkpoint` → `context-save` in all 5 affected profiles so the warning goes away and the new skill is enabled when the profile is applied. CLAUDE.md routing rule (line 193) also updated locally but left uncommitted because the file carries an unrelated in-progress graphify section rewrite. Co-Authored-By: Claude <noreply@anthropic.com>
85 lines
2.5 KiB
Plaintext
85 lines
2.5 KiB
Plaintext
# DESC: Maximum mode — web-full + plan + dev for end-to-end MVP via /init-project
|
|
# Activate when: scaffolding new project with /init-project and need
|
|
# brainstorm → design → architecture review → scaffold → implement → ship → audit
|
|
# pipeline available in one session. Superset of web-full + dev.
|
|
|
|
# === Brainstorm + plan-mode reviews ==================================
|
|
office-hours
|
|
plan-ceo-review
|
|
plan-eng-review
|
|
plan-design-review
|
|
plan-devex-review
|
|
autoplan
|
|
|
|
# === Design pipeline =================================================
|
|
design-shotgun
|
|
design-review
|
|
design-consultation
|
|
design-html
|
|
|
|
# === Browser + dogfooding ============================================
|
|
browse
|
|
open-gstack-browser
|
|
setup-browser-cookies
|
|
|
|
# === Code work — implementation ======================================
|
|
feat personal
|
|
ship-feature personal
|
|
hotfix personal
|
|
bugfix personal
|
|
investigate
|
|
refactor personal
|
|
code-clean personal
|
|
commit-change personal
|
|
|
|
# === Ship + review + land ============================================
|
|
ship
|
|
review
|
|
context-save
|
|
land-and-deploy
|
|
setup-deploy
|
|
|
|
# === Second opinion ==================================================
|
|
codex
|
|
|
|
# === SEO / GEO / standards / security ================================
|
|
seo personal
|
|
geo personal
|
|
validate personal
|
|
harden personal
|
|
analyze personal
|
|
cso
|
|
|
|
# === Perf + canary + QA ==============================================
|
|
health
|
|
benchmark
|
|
canary
|
|
qa
|
|
qa-only
|
|
|
|
# === Docs ============================================================
|
|
doc personal
|
|
document-release
|
|
|
|
# === Session hygiene + memory ========================================
|
|
close personal
|
|
prune-memory personal
|
|
status personal
|
|
learn
|
|
retro
|
|
careful
|
|
freeze
|
|
unfreeze
|
|
guard
|
|
|
|
# === External + plugin + MCP =========================================
|
|
emil-design-eng external
|
|
ui-ux-pro-max plugin@ui-ux-pro-max-skill
|
|
pr-review-toolkit plugin@claude-code-plugins
|
|
magic mcp
|
|
|
|
# === CLIs (advisory) =================================================
|
|
ctx7 cli
|
|
graphify cli
|
|
gsd cli
|