We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc69b28 commit 8acaa4dCopy full SHA for 8acaa4d
packages/agent/skills/electric/SKILL.md
@@ -36,10 +36,8 @@ Each package has detailed skills. Load them as needed:
36
**TanStack DB** (live queries, mutations, collections, schemas):
37
38
```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
+npx db-skills list # See all available skills
+npx db-skills show <skill-name> # Load a specific skill
43
```
44
45
**Durable Streams** (streaming, state sync):
0 commit comments