Skip to content

Commit 79cad5d

Browse files
committed
docs(rush): setup-tdx skill — 27 tools + self-marketplace install (complete v1.0.2 doc fix)
1 parent 954600f commit 79cad5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugin/skills/setup-tdx/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ allowed-tools:
99

1010
# Setup TDX credentials for rush
1111

12-
TDX 運輸資料流通服務 is the Taiwan government open-data API that all 21 tools in this plugin query. Free tier = 50 requests/min, no card needed.
12+
TDX 運輸資料流通服務 is the Taiwan government open-data API that all 27 tools in this plugin query. Free tier = 50 requests/min, no card needed.
1313

1414
Setup has **two halves**, and it matters which one the user is stuck on:
1515

@@ -123,7 +123,7 @@ SETUP=$(ls ~/.claude/plugins/cache/*/rush/*/bin/setup-tdx.sh 2>/dev/null | sort
123123
[ -z "$SETUP" ] && SETUP=$(find ~/.claude/plugins -path '*rush*/bin/setup-tdx.sh' -type f 2>/dev/null | sort -V | tail -1)
124124
```
125125

126-
If still empty, the plugin install is broken — tell the user to `/plugin install rush@psychquant-claude-plugins`.
126+
If still empty, the plugin install is broken — tell the user to `/plugin install rush@rush`.
127127

128128
Launch:
129129

0 commit comments

Comments
 (0)