Skip to content

Commit 8acaa4d

Browse files
KyleAMathewsclaude
andcommitted
fix: simplify TanStack DB skill loading instructions
Use list/show pattern instead of hardcoding skill names. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent cc69b28 commit 8acaa4d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/agent/skills/electric/SKILL.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,8 @@ Each package has detailed skills. Load them as needed:
3636
**TanStack DB** (live queries, mutations, collections, schemas):
3737

3838
```bash
39-
npx db-skills show tanstack-db # Overview and routing
40-
npx db-skills show live-queries # Reactive queries
41-
npx db-skills show mutations # Optimistic updates
42-
npx db-skills show collections # Data sources
39+
npx db-skills list # See all available skills
40+
npx db-skills show <skill-name> # Load a specific skill
4341
```
4442

4543
**Durable Streams** (streaming, state sync):

0 commit comments

Comments
 (0)