From 6754d3c09e5ea95de453ac1330f8648a82bbe00a Mon Sep 17 00:00:00 2001 From: lauren Date: Sat, 23 May 2026 14:31:24 -0700 Subject: [PATCH] pstack: add typescript-best-practices to README skills table the skills table listed every shipped non-principle skill except typescript-best-practices. add a row for it in the README's existing voice. the principles section already enumerates all eighteen principle skills, including type-system-discipline, so it needs no change. --- pstack/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pstack/README.md b/pstack/README.md index d4b199f..f1ca58c 100644 --- a/pstack/README.md +++ b/pstack/README.md @@ -54,6 +54,7 @@ the rest are useful when you want to specifically invoke them: | `/automate-me` | you want your own `-mode` skill, drafted from how you've actually worked. | | `/reflect` | a long task landed and you want the recipe captured as a skill edit. | | `/tdd` | you're fixing a bug and there's a cheap local test path. write the failing test first, then the fix. | +| `/typescript-best-practices` | you're reading or editing typescript. grounds the type-system-discipline principle in syntax. | | `/unslop` | you're cleaning up writing. removes AI tells. | ## the `poteto-agent` subagent