A gstack submodule bump added `spec` (v1.47) and the iOS device-farm
5-skill set (v1.43) but gstack `./setup` was never re-run, leaving all 6
as source-only — unlinked, invisible to Claude and untouched by
reset/`gstack on`.
- Link `spec` only, surgically: skills/spec/SKILL.md symlink matching
gstack setup's per-skill pattern (real dir + absolute SKILL.md link).
Platform-agnostic, useful planning skill. Added to full + web-full
profiles (must be in the active `full` profile or `set full` would
re-disable it).
- iOS skills deliberately NOT linked: this is a Linux host, and the iOS
device-farm needs a Mac daemon + Tailscale + physical iOS devices.
Linking them would add 5 dead skills plus passive token cost.
- Complete the .gitignore gstack allowlist: add the 12 entries missing
from it — `spec`, the 5 `ios-*` (so they stay ignored if a future
setup on a Mac materializes them), and 6 already-parked skills
(document-generate, landing-report, scrape, setup-gbrain, skillify,
sync-gbrain). The parked ones matter because `gstack on` moves parked
skills into skills/, where any allowlist gap becomes untracked git
noise. Also drop the stale `skills/checkpoint` entry (renamed to
context-save).
Verified: `profile show full`/`web-full` report spec enabled; the
source-vs-allowlist drift check is now empty; profile.sh still parses.
The gstack submodule pointer bump itself is left uncommitted (separate
pending work).
Memory: BLK-007 -> resolved; LRN-025 (gitignore allowlist must cover all
toggleable skills incl. parked, else enabling one = git noise).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
57 lines
1.8 KiB
Plaintext
57 lines
1.8 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
|
|
spec
|
|
|
|
# === 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
|
|
frontend-design external
|
|
design-motion-principles external
|
|
ui-ux-pro-max plugin@ui-ux-pro-max-skill
|
|
magic mcp
|
|
|
|
# === CLIs (advisory) =================================================
|
|
ctx7 cli
|
|
graphify cli
|