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>
47 lines
1.5 KiB
Plaintext
47 lines
1.5 KiB
Plaintext
# DESC: Public website work — frontend + content + light dev
|
|
# Activate when: building/iterating a public-facing website (landing,
|
|
# portfolio, marketing, blog) where SEO is NOT the immediate focus.
|
|
# For SEO/GEO audit on top, use web-full or apply seo afterwards.
|
|
|
|
# Design skills (gstack) — full design pipeline
|
|
design-shotgun
|
|
design-review
|
|
design-consultation
|
|
design-html
|
|
plan-design-review
|
|
|
|
# Browser tooling for design + dogfooding
|
|
browse
|
|
open-gstack-browser
|
|
setup-browser-cookies
|
|
|
|
# Plan-mode reviews relevant to web work
|
|
plan-ceo-review
|
|
plan-eng-review
|
|
|
|
# Code work skills — needed to actually build the site
|
|
feat personal
|
|
ship-feature personal
|
|
hotfix personal
|
|
ship # gstack
|
|
review # gstack
|
|
context-save # gstack
|
|
commit-change personal
|
|
refactor personal
|
|
|
|
# Validation companion (basic W3C/a11y check during build)
|
|
validate personal
|
|
|
|
# External: Emil Kowalski's polish philosophy
|
|
emil-design-eng external
|
|
|
|
# Plugin: UI/UX intelligence (auto-toggle)
|
|
ui-ux-pro-max plugin@ui-ux-pro-max-skill
|
|
|
|
# MCP: 21st-dev Magic component generator
|
|
magic mcp
|
|
|
|
# CLI: ctx7 (doc lookup for fast-evolving libs like Next.js)
|
|
ctx7 cli
|
|
graphify cli
|