From 9e5e851b62c7f150bebe8136b15aa4b3f77cbda8 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Wed, 13 May 2026 09:26:37 -0700 Subject: [PATCH] chore(docs): regenerate gstack/llms.txt with /document-generate entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CI's check-freshness step ran gen:skill-docs and found llms.txt stale — the index wasn't regenerated when /document-generate was added in the preceding commit. Co-Authored-By: Claude Opus 4.7 (1M context) --- gstack/llms.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/gstack/llms.txt b/gstack/llms.txt index 8c5d4a392..cbf1c88b9 100644 --- a/gstack/llms.txt +++ b/gstack/llms.txt @@ -26,6 +26,7 @@ Conventions: - [/design-review](design-review/SKILL.md): Designer's eye QA: finds visual inconsistency, spacing issues, hierarchy problems, AI slop patterns, and slow interactions — then fixes them. - [/design-shotgun](design-shotgun/SKILL.md): Design shotgun: generate multiple AI design variants, open a comparison board, collect structured feedback, and iterate. - [/devex-review](devex-review/SKILL.md): Live developer experience audit. +- [/document-generate](document-generate/SKILL.md): Generate missing documentation from scratch for a feature, module, or entire project. - [/document-release](document-release/SKILL.md): Post-ship documentation update. - [/freeze](freeze/SKILL.md): Restrict file edits to a specific directory for the session. - [/gstack](gstack/SKILL.md): Fast headless browser for QA testing and site dogfooding.