From 7fee709446af9ddf4e050bdb6487752567f64811 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Wed, 18 Mar 2026 23:31:10 -0700 Subject: [PATCH] docs: add 6 missing skills to proactive suggestion list Add /codex, /careful, /freeze, /guard, /unfreeze, /gstack-upgrade to the root SKILL.md.tmpl proactive suggestion list so Claude suggests them at the appropriate workflow stages. Co-Authored-By: Claude Opus 4.6 (1M context) --- SKILL.md | 6 ++++++ SKILL.md.tmpl | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/SKILL.md b/SKILL.md index afd90d1c..e6809b53 100644 --- a/SKILL.md +++ b/SKILL.md @@ -22,6 +22,12 @@ description: | - Ready to deploy / create PR → suggest /ship - Post-ship doc updates → suggest /document-release - Weekly retrospective → suggest /retro + - Wanting a second opinion or adversarial code review → suggest /codex + - Working with production or live systems → suggest /careful + - Want to scope edits to one module/directory → suggest /freeze + - Maximum safety mode (destructive warnings + edit restrictions) → suggest /guard + - Removing edit restrictions → suggest /unfreeze + - Upgrading gstack to latest version → suggest /gstack-upgrade If the user pushes back on skill suggestions ("stop suggesting things", "I don't need suggestions", "too aggressive"): diff --git a/SKILL.md.tmpl b/SKILL.md.tmpl index 68f18ce9..23f5973c 100644 --- a/SKILL.md.tmpl +++ b/SKILL.md.tmpl @@ -22,6 +22,12 @@ description: | - Ready to deploy / create PR → suggest /ship - Post-ship doc updates → suggest /document-release - Weekly retrospective → suggest /retro + - Wanting a second opinion or adversarial code review → suggest /codex + - Working with production or live systems → suggest /careful + - Want to scope edits to one module/directory → suggest /freeze + - Maximum safety mode (destructive warnings + edit restrictions) → suggest /guard + - Removing edit restrictions → suggest /unfreeze + - Upgrading gstack to latest version → suggest /gstack-upgrade If the user pushes back on skill suggestions ("stop suggesting things", "I don't need suggestions", "too aggressive"):