-
Notifications
You must be signed in to change notification settings - Fork 180
Open
Description
Skill Feedback: meta-framework
Package: @tanstack/db
Skill version: 0.5.30
Rating: good
Task
Integrate TanStack DB collections (via Durable Streams StreamDB) into a TanStack Start route with reactive queries.
What Worked
- The meta-framework skill clearly documents the
ssr: falserequirement useLiveQuerywith the query builder API worked correctly once the Collection deduplication issue was resolved- The
collection.preload()pattern in route loaders worked well - react-db skill's examples for
useLiveQuerywith dependency arrays were accurate
What Failed
Nothing in the TanStack DB skills themselves failed. The issues were in the upstream @durable-streams/state package resolution.
Missing
- Cross-library Collection deduplication guidance — When third-party packages (like
@durable-streams/state) create Collections using their own resolved@tanstack/db, theinstanceofcheck inuseLiveQueryfails. The meta-framework or collection-setup skill could mention this pitfall and the Viteresolve.aliasworkaround for packages that don't properly declare@tanstack/dbas a peerDependency.
Self-Corrections
- Added
ssr: falseafter SSR error — should have loaded meta-framework skill before writing the route
User Comments
- The agent should have loaded the meta-framework skill proactively before writing route code, since the intent-skills mapping in CLAUDE.md pointed to it
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels