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>
54 lines
1.7 KiB
Plaintext
54 lines
1.7 KiB
Plaintext
# DESC: Production website — design + dev + SEO + GEO + W3C + perf
|
|
# Activate when: shipping a public website end-to-end. Combines `web`
|
|
# and `seo` profiles into a single set so the same session can build,
|
|
# polish, audit, and verify.
|
|
|
|
# === Design ===========================================================
|
|
design-shotgun
|
|
design-review
|
|
design-consultation
|
|
design-html
|
|
plan-design-review
|
|
|
|
# === Browser + dogfooding =============================================
|
|
browse
|
|
open-gstack-browser
|
|
setup-browser-cookies
|
|
|
|
# === Plan-mode reviews ================================================
|
|
plan-ceo-review
|
|
plan-eng-review
|
|
|
|
# === Code work ========================================================
|
|
feat personal
|
|
ship-feature personal
|
|
hotfix personal
|
|
bugfix personal
|
|
ship
|
|
review
|
|
context-save
|
|
commit-change personal
|
|
refactor personal
|
|
|
|
# === SEO / GEO / standards ===========================================
|
|
seo personal
|
|
geo personal
|
|
validate personal
|
|
harden personal
|
|
analyze personal
|
|
|
|
# === Perf + canary ===================================================
|
|
health
|
|
benchmark
|
|
canary
|
|
qa-only
|
|
|
|
# === External + plugin + MCP =========================================
|
|
emil-design-eng external
|
|
ui-ux-pro-max plugin@ui-ux-pro-max-skill
|
|
magic mcp
|
|
|
|
# === CLIs (advisory) =================================================
|
|
ctx7 cli
|
|
graphify cli
|